Compare commits
No commits in common. "423ef6941de10696ff212b4083b6b088f891f5be" and "dc2b6a41a5eefaa59355a4572bcdb0046f2f46cf" have entirely different histories.
423ef6941d
...
dc2b6a41a5
|
@ -27,7 +27,7 @@ in
|
|||
"/etc/sgx_default_qcnl.conf"
|
||||
];
|
||||
BindPaths = [
|
||||
"/dev/log"
|
||||
"/dev/log"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
settings = {
|
||||
mail_smtpmode = "sendmail";
|
||||
mail_sendmailmode = "pipe";
|
||||
default_phone_region = "DE";
|
||||
default_phone_region = "DE";
|
||||
};
|
||||
phpOptions = {
|
||||
upload_max_filesize = lib.mkForce "1G";
|
||||
|
|
|
@ -5,52 +5,28 @@
|
|||
mode = "0660";
|
||||
}];
|
||||
services.rspamd.locals = {
|
||||
"settings.conf" = {
|
||||
bogenschiessen = {
|
||||
from = "bogensport-jugend@gmx.de";
|
||||
apply = {
|
||||
actions = {
|
||||
reject = 100.0;
|
||||
greylist = null; # Disable greylisting (from 1.8.1)
|
||||
"add header" = 100.0; # Please note the space, NOT an underscore
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
"maps.d/spf_whitelist.inc.local" = {
|
||||
text = ''
|
||||
epicgames.com
|
||||
dmail.ai
|
||||
twitter.com
|
||||
x.com
|
||||
gmx.de
|
||||
'';
|
||||
};
|
||||
"maps.d/spf_dkim_whitelist.inc.local" = {
|
||||
text = ''
|
||||
epicgames.com
|
||||
dmail.ai
|
||||
twitter.com
|
||||
x.com
|
||||
gmx.de
|
||||
'';
|
||||
};
|
||||
"maps.d/dmarc_whitelist.inc.local" = {
|
||||
text = ''
|
||||
epicgames.com
|
||||
dmail.ai
|
||||
twitter.com
|
||||
x.com
|
||||
gmx.de
|
||||
'';
|
||||
};
|
||||
"greylist-whitelist-domains.inc" = {
|
||||
text = ''
|
||||
dmail.ai
|
||||
epicgames.com
|
||||
twitter.com
|
||||
x.com
|
||||
gmx.de
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue