Remove ix.dnsbl.manitu.net
the service is no longer available
This commit is contained in:
parent
0bd1a5c684
commit
43575b6f56
1 changed files with 0 additions and 2 deletions
|
|
@ -69,13 +69,11 @@ lib.mkIf cfg.enable {
|
||||||
|
|
||||||
smtpd_recipient_restrictions = listToString [
|
smtpd_recipient_restrictions = listToString [
|
||||||
"reject_non_fqdn_recipient"
|
"reject_non_fqdn_recipient"
|
||||||
"reject_rbl_client ix.dnsbl.manitu.net"
|
|
||||||
"reject_unknown_recipient_domain"
|
"reject_unknown_recipient_domain"
|
||||||
"reject_unverified_recipient"
|
"reject_unverified_recipient"
|
||||||
];
|
];
|
||||||
|
|
||||||
smtpd_client_restrictions = listToString [
|
smtpd_client_restrictions = listToString [
|
||||||
"reject_rbl_client ix.dnsbl.manitu.net"
|
|
||||||
"reject_unknown_client_hostname"
|
"reject_unknown_client_hostname"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue