On 11/09/2021 13:24, Kristian wrote:
I believe you can do this with check_recipient_access, e.g.:

/etc/postfix/main.cf:

  smtpd_recipient_restrictions =
    [..]
    check_recipient_access pcre:/etc/postfix/recipient_checks.pcre
    [..]

/etc/postfix/recipient_checks.pcre:

  /.*\@.*/ HOLD


On 11.09.21 13:57, Nick Howitt wrote:
So putting your restriction at the beginning.

cat /etc/postfix/recipient_checks.pcre
/.*\@.*/ HOLD

are you two aware, that simple '.' would match as well?

--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
The early bird may get the worm, but the second mouse gets the cheese.

Reply via email to