Compare commits
No commits in common. "f6a76ad5e57959dd8d751071673d681058ee675e" and "2c70ee0a0a4b64fbb5e653cc3b0a119de79b2deb" have entirely different histories.
f6a76ad5e5
...
2c70ee0a0a
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@
|
|||
extraConfig = ''
|
||||
# starttls needed for authentication, so the fqdn required to match
|
||||
# the certificate
|
||||
$config['smtp_server'] = "ssl://${config.mailserver.fqdn}:465";
|
||||
$config['smtp_server'] = "tls://${config.mailserver.fqdn}";
|
||||
$config['smtp_user'] = "%u";
|
||||
$config['smtp_pass'] = "%p";
|
||||
$config['imap_host'] = "ssl://${config.mailserver.fqdn}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue