- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Sendmail installing
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2001 05:08 PM
12-07-2001 05:08 PM
Sendmail installing
My question regarding on sendmail from mail client to mail server.
After configuring NFS server and client, I install send mail into a mail server and mail client. I have the problem:
- Mail server sends messages/mail to mail client, but the mail client can not send mail to either mail server or client. when I try the command 'sendmail abc' (abc is a user name )Mail client send the error massage:
"no local mailer defined: no such file or directory
can't chdir(): no such file or directory".
Does anyone have any idea to the problem.
Thank you.
regards
Jennifer Lam,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2001 05:31 PM
12-07-2001 05:31 PM
Re: Sendmail installing
Check the following:
At the Mailserver end, make
sure the sendmail daemon is running:
ps -ef |grep sendmail
if not running:
check /etc/rc.config.d/mailservs and confirm the
SENDMAIL_SERVER parameter
is set to 1.
start sendmail daemon by:
/sbin/init.d/sendmail start
On the mail client (from which you want to send mail)
- edit /etc/mail/sendmail.cf file and change
the DS entry in the file
to DS
eg: DSjupiter.hp.com
Then, test the mail connection
by sending a test mail from
the client system:
sendmail -vt mailid
test
. <-(just the dot in the line)
This will show you the progress of the mail connection and status.
ANy problems, pls post the output of the sendmail -vt test.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2001 06:16 PM
12-09-2001 06:16 PM
Re: Sendmail installing
If the sendmail daemon is running then, (ps -ef grep sendmail)
vi the /etc/mail.sendmail.cf file. add your mail server name infront of DS entry (You can look for this entry by doing /^DS within vi editor)
save the sendmail.cf file
start sendmail file by /sbin/init/sendmail stop followed by /etc/mail/sendmail start
-Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2001 11:59 PM
12-09-2001 11:59 PM
Re: Sendmail installing
For me it looks like sendmails, wants to deliver the mail lokaly (append to the file /var/mail/abc).
May this is not possible because of your NFS configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 10:44 AM
12-10-2001 10:44 AM
Re: Sendmail installing
I try all the answers, but I still do not get any luck yet. Please help
Uday - don't undersatnd /etc/mail start
/etc/mail is a directory
FYI- Currently, the /var/mail directory on my mailserver is mountable (and is mounted) to the /var/mail directory on my client system.
Thanks for your help.
Jennifer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 10:54 AM
12-10-2001 10:54 AM
Re: Sendmail installing
Try this,
# cp /etc/newconfig/sendmail.cf /usr/lib/sendmail.cf
Now restart the networking. But you can try by restarting the sendmail daemon only first,
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 03:58 PM
12-11-2001 03:58 PM
Re: Sendmail installing
I have my client reinstall sendmail.Now my mailserver and client are working fine.
Thanks for help.
Regards,
Jennifer Lam.