hello,

as I maintain some mail gateways with postfix, I would like to discard the DSN ehlo keyword, from all hosts but internal network.

I see that with smtpd_discard_ehlo_keyword_address_maps "Tables will be searched in the specified order until a match is found."

but is it possible to allow all keywords from internal network and drop DSN from everywhere else?

should I use workaround and use dummy silend-discard without other keyword?

smtpd_discard_ehlo_keyword_address_maps =
    cidr:{ {10/8 silent-discard} {0/0 silent-discard,dsn} }

Does smtpd_discard_ehlo_keyword_address_maps override value in
smtpd_discard_ehlo_keywords if a match is found?


thanks

--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
10 GOTO 10 : REM (C) Bill Gates 1998, All Rights Reserved!
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to