[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to get rid of sendmail X-Authentication-Warning?



<quote who="Andy Spiegl">
> Hi!
>

> Somewhere I read that "authwarnings" is on per default, but it
> didn't say how to turn it off.

the fastest way would be to edit sendmail.cf and
change
O PrivacyOptions=authwarnings
to
O PrivacyOptions=
or maybe
#O PrivacyOptions=authwarnings

my sendmail configs use these privacy options:
O PrivacyOptions=novrfy,noexpn

the better way would be to do this in sendmail.mc with
something like:
define(`confPRIVACY_FLAGS', `novrfy,noexpn')dnl

at the end of the file and run sendmailconfig
to re generate sendmail.cf

nate





Reply to: