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
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:
parent
5e33119b14
commit
575a617a10
1 changed files with 4 additions and 0 deletions
|
@ -490,6 +490,10 @@ in {
|
|||
# 20MB max size
|
||||
messageSizeLimit = 20000000;
|
||||
|
||||
policydSPFExtraConfig = ''
|
||||
skip_addresses = 193.1.99.86/32
|
||||
'';
|
||||
|
||||
ldap = {
|
||||
enable = true;
|
||||
uris = cfg.ldap.hosts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue