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