Compare commits
1 commit
5e0cb9ebcc
...
4c946968e1
Author | SHA1 | Date | |
---|---|---|---|
4c946968e1 |
1 changed files with 1 additions and 4 deletions
|
@ -43,10 +43,7 @@ in {
|
|||
webHosts = [cfg.hostName];
|
||||
serve.enable = true; #
|
||||
# Don't include confirmation tokens in reply addresses, because we would need to send them to HRZ otherwise.
|
||||
settings.mta = {
|
||||
verp_confirmations = "no";
|
||||
max_recipients = 1; # We can only send to one recipient at a time due to how forwarding currently works. See also the mail module.
|
||||
};
|
||||
settings.mta.verp_confirmations = "no";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue