<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 via email to