forked from pEp.foundation/libAccountSettings
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
779 B
Plaintext
22 lines
779 B
Plaintext
<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>
|