Operating System - HP-UX
1833310 Members
2678 Online
110051 Solutions
New Discussion

Re: Probelm with Send Mail

 
Ralph Hearne
Occasional Contributor

Probelm with Send Mail

Hi,
I am trying to send mail using send mail.

Here is my problem.

My exchange server is exchg2.indaltech.iti
So I entered in sendmail.cf in DS.

My email address is chetan_patel@indaltech.com

My mail is not deliverd.
What to do.

Thanks.
4 REPLIES 4
Simon Hargrave
Honored Contributor

Re: Probelm with Send Mail

Please post output in /var/adm/syslog/mail.log relating to the failed posting.
Mel Burslan
Honored Contributor

Re: Probelm with Send Mail

or do this and post the output

echo "test" | sendmail -v chetan_patel@indaltech.com

________________________________
UNIX because I majored in cryptology...
Rick Garland
Honored Contributor

Re: Probelm with Send Mail

When you entered the DS directive did you recycle the sendmail process?
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start

Check the /var/adm/syslog/syslog.log and see the entry that indicates what happened.

Also do the command 'mailq', can post the output here as well.

Pedro Cirne
Esteemed Contributor

Re: Probelm with Send Mail

Hi,

Have you restarted the sendmail service?

Post here:

#mailq

Enjoy :)

Pedro