preset_3.yml 332 B

12345678910111213
  1. headline: lang.rsettings_preset_3
  2. content: |
  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. ]