|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Ben Beuchler (insyte
gmail.com)
Date: Fri Oct 26 2007 - 10:08:06 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > smtpd_restriction_classes = PERMIT_OK
> > PERMIT_OK =
> > check_recipient_access regexp:/etc/postfix/redirect_all
> > permit_auth_destination
> >
> > # /etc/postfix/redirect_all
> > /^/ REDIRECT foo
example.com
>
> This still won't suppress recipient validation, one also needs
> (if that is really a requirement)
>
> reject_unlisted_recipient = no
So if I'm following correctly, something like this:
smtpd_restriction_classes = rbl_redirect
rbl_redirect =
check_recipient_access regexp:/etc/postfix/redirect_all
reject_unlisted_recipient = no
permit_auth_destination
The redirect_all table would contain the table you described above and
my policy server would return "action=rbl_redirect" for any client
hosts that are found in the RBL.
Sound right?
Thanks!
-Ben
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]