mailsystem: postfix: Update option names to comply with 25.11

This commit is contained in:
Thomas Preisner 2025-12-12 11:58:51 +01:00
parent 4e2aa32e64
commit 6b1f987f82

View file

@ -60,9 +60,6 @@ in {
services.postfix = { services.postfix = {
enable = true; enable = true;
hostname = "${cfg.reverseFqdn}";
networksStyle = "host";
enableSubmissions = true; enableSubmissions = true;
mapFiles."virtual_aliases" = aliases_file; mapFiles."virtual_aliases" = aliases_file;
@ -83,6 +80,8 @@ in {
}; };
settings.main = { settings.main = {
myhostname = "${cfg.reverseFqdn}";
mynetworks_style = "host";
mydestination = ""; mydestination = "";
recipient_delimiter = "+"; recipient_delimiter = "+";
smtpd_banner = "${cfg.fqdn} ESMTP NO UCE"; smtpd_banner = "${cfg.fqdn} ESMTP NO UCE";