Operating System - HP-UX
1833778 Members
2510 Online
110063 Solutions
New Discussion

Interpretation of mail log message

 
yc_2
Regular Advisor

Interpretation of mail log message

Hi,

Our Oracle Financial System complaint that their mail send to wrong recipients on 3 Jan 07 from HP-UX11i.

From the mail log, I found the following:

Jan 3 15:28:02 sendmail[3473]: PAA03473: Authentication-Warning: : app11ip set sender to using -r

What does "Authentication-Warning" mean? It only happened on 3 Jan 07.

Thanks in advance for any pointer.
3 REPLIES 3
Geoff Wild
Honored Contributor

Re: Interpretation of mail log message

To avoid this you will need to make sender@domain a 'trusted'
user to sendmail.

You can either put all such addresses in a
sendmail.ct file or put them directly in the sendmail.cf file:

# this is equivalent to setting class "t"
Ft/etc/sendmail.ct
Troot
Tdaemon
Tuucp
Tsender

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
yc_2
Regular Advisor

Re: Interpretation of mail log message

Hi,

Why it only happened on 3 Jan 07 and there is no problem now?
Geoff Wild
Honored Contributor

Re: Interpretation of mail log message

Don't know - maybe your DNS was down or unreachable for a minute...

Maybe someone was testing a script change - then changed it back the next day...

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.