forked from wurzel/fruitbasket
enable submission on port 587
This commit is contained in:
parent
a9b8875563
commit
666e6b4425
2 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
enablePostfix = true;
|
||||
siteOwner = "mailman@${config.fsr.domain}";
|
||||
settings = {
|
||||
mta.smtp_secure_mode = "SecureMode.SMTPS";
|
||||
mta.smtp_secure_mode = "SecureMode.STARTTLS";
|
||||
};
|
||||
ldap = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue