forked from pEp.foundation/libAccountSettings
LAS-20: add pep-security.net to examples
parent
dcc049c624
commit
dd15362ca4
@ -0,0 +1,21 @@
|
||||
<clientConfig version="1.1">
|
||||
<emailProvider id="pep-security.net">
|
||||
<domain>pep-security.net</domain>
|
||||
<displayName>pEp Security S.A.</displayName>
|
||||
<displayShortName>pEp Security S.A.</displayShortName>
|
||||
<incomingServer type="imap">
|
||||
<hostname>mail.pep-security.net</hostname>
|
||||
<port>993</port>
|
||||
<socketType>SSL</socketType>
|
||||
<username>%EMAILADDRESS%</username>
|
||||
<authentication>password-cleartext</authentication>
|
||||
</incomingServer>
|
||||
<outgoingServer type="smtp">
|
||||
<hostname>mail.pep-security.net</hostname>
|
||||
<port>587</port>
|
||||
<socketType>STARTTLS</socketType>
|
||||
<username>%EMAILADDRESS%</username>
|
||||
<authentication>password-cleartext</authentication>
|
||||
</outgoingServer>
|
||||
</emailProvider>
|
||||
</clientConfig>
|
Loading…
Reference in New Issue