On 2014-06-17 23:21, Viktor Dukhovni wrote:
On Tue, Jun 17, 2014 at 01:48:49PM -0700, uffe wrote:
I'm trying to configure postfix to perform smtpd access checks -
specifically recipient check/restrictions - but without having it consult
its virtual_alias_maps.
Sorry, that's not possible. The SMTP server will use whatever
virtual(5) aliases it is configured with to validate input recipients.
damn, qmail could do this stuff out-of-the-box.
To me it would make sense to have virtual_routing_alias_maps that would
be evaluated after smtpd checks.
Can anyone come up with a way (configurtion) for smtpd to check for valid
recipients in a map - and keep it away from looking into virtual_alias_maps
while performing recipient validation ?
Define virtual alias maps for smtpd(8) to look at a different set of
tables than cleanup(8).
By this I guess you mean compiling a home made postfix with the above
changes ?
Thanks for your feedback
/Uffe