On Mon, 3 Nov 2025 16:23:23 +0100
Edgar Fuß via Postfix-users <[email protected]> wrote:

> Hello,
> 
> I'm looking for a method to (during a mailbox migration)
> temporarily reject (not bounce) mails to a specific (or a set of
> specific) local user(s).
[snip]

Perhaps I'm missing something, but ISTM check_recipient_access would
do the trick?

E.g.:

/etc/postfix/main.cf:

    smtpd_recipient_restrictions =
    ...
    check_recipient_access hash:/etc/postfix/recipient_checks
    ...

/etc/postfix/recipient_checks:
    [email protected]  450 migration in progress


Regards,
Jim
-- 
Note: My mail server employs *very* aggressive anti-spam
filtering.  If you reply to this email and your email is
rejected, please accept my apologies and let me know via my
web form at <http://jimsun.LinxNet.com/contact/scform.php>.
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to