]> git.somenet.org - root/pub/somesible.git/blob - roles/server/mail/postfix/files/default/rcpt_sender.regexp
[roles/server/mail/cyrus] setup cyrus imap/dav server
[root/pub/somesible.git] / roles / server / mail / postfix / files / default / rcpt_sender.regexp
1 #
2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2024 by someone <someone@somenet.org>
7 #
8 # This file is consulted for every incoming and outgoing mail.
9 #
10
11 # Deny mail from.
12 # /^.*reject@example\.com$/    REJECT
13
14 # Discard mail from.
15 # /^discard@example\.com$/    DISCARD
16
17 # Hold mail from, even if they would not have passed other checks.
18 # /^hold@example\.com$/    HOLD_OK