1
0
Fork 0

Fix mailserver config

This commit is contained in:
Malte Brandy 2020-09-23 15:50:22 +02:00
parent d1a406a8d3
commit a67d42ed5a
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -99,7 +99,6 @@ in {
certificateScheme = 1; certificateScheme = 1;
certificateFile = "${certPath}/fullchain.pem"; certificateFile = "${certPath}/fullchain.pem";
keyFile = "${certPath}/key.pem"; keyFile = "${certPath}/key.pem";
};
policydSPFExtraConfig = '' policydSPFExtraConfig = ''
Mail_From_reject = False Mail_From_reject = False
HELO_Whitelist = hosteurope.de HELO_Whitelist = hosteurope.de
@ -107,4 +106,5 @@ in {
''; '';
}; };
}; };
};
} }