mailsystem: postfix: Update option names to comply with 25.11
This commit is contained in:
parent
4e2aa32e64
commit
6b1f987f82
1 changed files with 2 additions and 3 deletions
|
|
@ -60,9 +60,6 @@ in {
|
|||
|
||||
services.postfix = {
|
||||
enable = true;
|
||||
hostname = "${cfg.reverseFqdn}";
|
||||
networksStyle = "host";
|
||||
|
||||
enableSubmissions = true;
|
||||
|
||||
mapFiles."virtual_aliases" = aliases_file;
|
||||
|
|
@ -83,6 +80,8 @@ in {
|
|||
};
|
||||
|
||||
settings.main = {
|
||||
myhostname = "${cfg.reverseFqdn}";
|
||||
mynetworks_style = "host";
|
||||
mydestination = "";
|
||||
recipient_delimiter = "+";
|
||||
smtpd_banner = "${cfg.fqdn} ESMTP NO UCE";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue