mailserver: fix smtp description
This commit is contained in:
parent
640e00abb6
commit
ce16f2c1d6
1 changed files with 1 additions and 1 deletions
|
|
@ -458,7 +458,7 @@ in
|
|||
<outgoingServer type="smtp">
|
||||
<hostname>${cfg.subdomain}.${cfg.domain}</hostname>
|
||||
<port>465</port>
|
||||
<socketType>STARTTLS</socketType>
|
||||
<socketType>SSL</socketType>
|
||||
<authentication>password-cleartext</authentication>
|
||||
<username>%EMAILADDRESS%</username>
|
||||
</outgoingServer>
|
||||
|
|
|
|||
Loading…
Reference in a new issue