Setting PrivacyOptions=goaway equivalent
I just got a directive that I need to set the Messaging Server equivalent of the sendmail PrivacyOptions=goaway . I did a search of the docs and the forum and I found a couple of channel options controlling the response, but no direct equivalent.
Version info:
Sun Java(tm) System Messaging Server 6.2-8.01 (built Nov 27 2006)
libimta.so 6.2-8.01 (built 16:38:47, Nov 27 2006)
SunOS mailsrv1 5.9 Generic_118558-38 sun4u sparc SUNW,Sun-Fire-V440
Thanks,
Roger S.
[504 byte] By [
Jo_nagea] at [2007-11-27 8:45:21]

# 1
Hi,
I'm not a sendmail person myself but a quick google shows that "goaway" expands to "authwarnings, noexpn, novrfy, needmailhelo, needvrfyhelo,needvrfyhelo".
Although these aren't _direct_ equivalents, they work towards the spirit of the sendmail keywords:
config/tcp_local_option:
HIDE_VERIFY=1
DISABLE_EXPAND=1
config/mappings:
FROM_ACCESS
! port-access-probe-info|app-info|submit-type|src-channel|from-address|auth-from
! No ehlo/helo information provided - so reject
*|SMTP/|*|*|*|* $N$D30|No$ helo/ehlo$ provided$ rejecting
authwarnings -> irrelevant since you don't send emails from the command-line on the mail-host.
Test before use :)
Regards,
Shane.