23 lines
791 B
Plaintext
23 lines
791 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<clientConfig version="1.1">
|
||
|
<emailProvider id="paulbsd.com">
|
||
|
<domain>paulbsd.com</domain>
|
||
|
<displayName>Services paulbsd.com</displayName>
|
||
|
<displayShortName>paulbsd.com</displayShortName>
|
||
|
<incomingServer type="imap">
|
||
|
<hostname>imap.paulbsd.com</hostname>
|
||
|
<port>993</port>
|
||
|
<socketType>SSL</socketType>
|
||
|
<authentication>password-cleartext</authentication>
|
||
|
<username>%EMAILADDRESS%</username>
|
||
|
</incomingServer>
|
||
|
<outgoingServer type="smtp">
|
||
|
<hostname>smtp.paulbsd.com</hostname>
|
||
|
<port>465</port>
|
||
|
<socketType>SSL</socketType>
|
||
|
<authentication>password-cleartext</authentication>
|
||
|
<username>%EMAILADDRESS%</username>
|
||
|
</outgoingServer>
|
||
|
</emailProvider>
|
||
|
</clientConfig>
|