1833536 Members
3014 Online
110061 Solutions
New Discussion

mail server

 
Jayraj
Frequent Advisor

mail server

How to check error messages and excerpts for the email sent to xxxxxxx@yyyy.com

the wire amount was for $8,641.82
4 REPLIES 4
Dennis Handly
Acclaimed Contributor

Re: mail server

On the sending HP-UX system you can look at /var/adm/syslog/mail.log.

I suppose it also works for receiving too. I doubt you'll see the mail contents.
Jayraj
Frequent Advisor

Re: mail server

Hi dennis Thank u for your reply..

But this seems to be a postfix mail server...
Dennis Handly
Acclaimed Contributor

Re: mail server

>But this seems to be a postfix mail server.

Then asking in a HP-UX forum may not be helpful.
Patrick Wallek
Honored Contributor

Re: mail server

So find the log file for the postfix mail server process.

If this is linux it should be a file in /var/log somewhere.

# cd /var/log
# grep "xxxxxxx@yyyy.com" *