Edgar Fu? via Postfix-users:
> Thanks for the extremely fast and helpful replies!
> 
> > Perhaps I'm missing something, but ISTM check_recipient_access would
> > do the trick?
> No, stupid me was missing that.
> 
> > A similar result can be achieved with transport_maps
> > 
> > /etc/postfix/main.cf:
> >     transport_maps = hash:/etc/postfix/transport
> > 
> > /etc/postfix/transport:
> >     [email protected]   retry:450 migration in progress
> So that will queue the mail until the next delivery attempt after I remove 
> the entry?

No, the SMTP daemon server will reject the message.

However unlike smtpd_recipient_restrictions, the transport_maps
solutiosn will queue messages for [email protected] that are
originally received for some different email address (perhaps a
mailing list) and that are then locally forwarded (or aliased to)
[email protected] without leaving Postfix.

        Wietse
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to