1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-24 05:16:55 +02:00

13 lines
332 B
YAML
Raw Normal View History

headline: lang.rsettings_preset_3
content: |
priority = 10;
rcpt = "internal-only@domain.tld";
# Multiple allowed hosts
# from = "/^((?!(.*@allowed-domain\.tld|.*@other-allowed-domain\.tld)).)*$/";
from = "/^((?!.*@domain\.tld).)*$/";
apply "default" {
MAILCOW_BLACK = 9999.0;
}
symbols [
"MAILCOW_BLACK"
]