Operating System - HP-UX
1821256 Members
2991 Online
109632 Solutions
New Discussion юеВ

sendmail and mailx not sending mail to outlook

 
SOLVED
Go to solution
KPS
Super Advisor

sendmail and mailx not sending mail to outlook

I'm having issues sending a test mail message to Microsoft Exchange/Outlook. I send it from my HP-UX 11.0 server and it shows no errors on this side or dead letters....

I go to my mailbox in Outlook/Exchange and no mail shows up. This is working on other systems that I have in the same network. I'm wondering what I can check and if there are any daemons that may have not gotten started.
4 REPLIES 4
Uday_S_Ankolekar
Honored Contributor
Solution

Re: sendmail and mailx not sending mail to outlook

check in /var/adm/syslog/mail.log file where exactly your mails are going. It may be landing in your mail relay server.
You will have better idea if you check mail.log file.

-USA..
Good Luck..
harry d brown jr
Honored Contributor

Re: sendmail and mailx not sending mail to outlook

can you supply the command you are using to send mail?

is your sendmail.cf configured like the other machines?

live free or die
harry
Live Free or Die
KPS
Super Advisor

Re: sendmail and mailx not sending mail to outlook

I figured out my problem while waiting for some responese...


1.) I did a check in the /var/adm/syslog/mail.log
to see if I was getting dead.letter or errors.
It was saying it could not see the relay host being specified.

2.) I then did a vi of /etc/mail/sendmail.cf and changed the relay server to the one we needed and I'm now having the capability to mailx and sendmail.


Thanks for your ideas......

Andrew Cowan
Honored Contributor

Re: sendmail and mailx not sending mail to outlook

Ken,

This is a well-known problem, and is caused by the way that MS Outlook (Express)/Exchange parses it messages. If my memory servers me correctly, you can view email error messages from within Outlook, and you will see that it is expecting to find a " (quote) and there isn't one, or there is one, and it doesn't like it. Try searching the MS Technet for more details as I know this effects AIX systems as well.

The solution was incredibly simple once you find the right article. I think you just have to change one line in your "sendmail.cf".

Sorry to be so vague but it was more than five years ago when I last tackled this one.