blob: 37a81d0192c7d698acf16b2742c7003e6b13230e [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001headline: lang.rsettings_preset_3
2content: |
3 priority = 10;
4 rcpt = "internal-only@domain.tld";
5 # Multiple allowed hosts
6 # from = "/^((?!(.*@allowed-domain\.tld|.*@other-allowed-domain\.tld)).)*$/";
7 from = "/^((?!.*@domain\.tld).)*$/";
8 apply "default" {
9 MAILCOW_BLACK = 9999.0;
10 }
11 symbols [
12 "MAILCOW_BLACK"
13 ]