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.

> 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).


> BTW I really miss a doc/drawing - explaining the order of smtpd access
> checks in respect to virtual_alias_maps lookups - any pointers ?

    http://www.postfix.org/postconf.5.html#smtpd_reject_unlisted_recipient
    http://www.postfix.org/postconf.5.html#reject_unlisted_recipient

-- 
        Viktor.

Reply via email to