diff options
author | tv <tv@krebsco.de> | 2022-12-07 19:57:46 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-12-07 20:03:38 +0100 |
commit | df93a24faae49012aae107031b12c43f2e6e5c54 (patch) | |
tree | c18eebd77f06c3783382e76fdc543fd32a2a340d /krebs/3modules | |
parent | e1988655a3a6cbc785bacd3a75595a12de81aa77 (diff) |
exim-smarthost: don't check SPF when authenticated
Diffstat (limited to 'krebs/3modules')
-rw-r--r-- | krebs/3modules/exim-smarthost.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/3modules/exim-smarthost.nix b/krebs/3modules/exim-smarthost.nix index 5923b610d..218d83ab4 100644 --- a/krebs/3modules/exim-smarthost.nix +++ b/krebs/3modules/exim-smarthost.nix @@ -182,6 +182,8 @@ let acl_check_mail: accept + authenticated = * + accept sender_domains = +sender_domains hosts = +relay_from_hosts deny |