fix: the gateway does spf checking, so no need to do it twice
All checks were successful
Build_Deploy / linter (push) Successful in 40s
Build_Deploy / build (push) Successful in 1m2s
Build_Deploy / deploy_dns (push) Successful in 1m25s
Build_Deploy / deploy_active (active) (push) Successful in 1m44s
Build_Deploy / deploy_active (active-ext) (push) Successful in 52s
Build_Deploy / deploy_active (active-core) (push) Successful in 3m57s

This commit is contained in:
silver 2025-05-13 16:17:07 +01:00
parent 5e33119b14
commit 575a617a10
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -490,6 +490,10 @@ in {
# 20MB max size # 20MB max size
messageSizeLimit = 20000000; messageSizeLimit = 20000000;
policydSPFExtraConfig = ''
skip_addresses = 193.1.99.86/32
'';
ldap = { ldap = {
enable = true; enable = true;
uris = cfg.ldap.hosts; uris = cfg.ldap.hosts;