Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HaiSoft (public)
Plesk - Mail Autoconfig
Commits
c0c0fadb
Commit
c0c0fadb
authored
Aug 21, 2017
by
UltimateByte
Committed by
GitHub
Aug 21, 2017
Browse files
no need for backslashes
parent
87b10f7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
config-v1.1.xml
View file @
c0c0fadb
<?php header('Content-Type: application/xml'); ?>
<clientConfig
version=
\
"1.1
\
"
>
<emailProvider
id=
\
"COMPANYURL
\
"
>
<clientConfig
version=
"1.1"
>
<emailProvider
id=
"COMPANYURL"
>
<domain>
COMPANYURL
</domain>
<displayName>
COMPANYNAME
</displayName>
<displayShortName>
COMPANYSHORTNAME
</displayShortName>
<incomingServer
type=
\
"imap
\
"
>
<incomingServer
type=
"imap"
>
<hostname>
HOSTNAME
</hostname>
<port>
993
</port>
<socketType>
SSL
</socketType>
<authentication>
password-encrypted
</authentication>
<username>
%EMAILADDRESS%
</username>
</incomingServer>
<incomingServer
type=
\
"imap
\
"
>
<incomingServer
type=
"imap"
>
<hostname>
HOSTNAME
</hostname>
<port>
143
</port>
<socketType>
STARTTLS
</socketType>
<authentication>
password-encrypted
</authentication>
<username>
%EMAILADDRESS%
</username>
</incomingServer>
<incomingServer
type=
\
"pop3
\
"
>
<incomingServer
type=
"pop3"
>
<hostname>
HOSTNAME
</hostname>
<port>
995
</port>
<socketType>
SSL
</socketType>
<authentication>
password-encrypted
</authentication>
<username>
%EMAILADDRESS%
</username>
</incomingServer>
<incomingServer
type=
\
"pop3
\
"
>
<incomingServer
type=
"pop3"
>
<hostname></hostname>
<port>
110
</port>
<socketType>
STARTTLS
</socketType>
<authentication>
password-encrypted
</authentication>
<username>
%EMAILADDRESS%
</username>
</incomingServer>
<outgoingServer
type=
\
"smtp
\
"
>
<outgoingServer
type=
"smtp"
>
<hostname>
HOSTNAME
</hostname>
<port>
465
</port>
<socketType>
SSL
</socketType>
<authentication>
password-encrypted
</authentication>
<username>
%EMAILADDRESS%
</username>
</outgoingServer>
<outgoingServer
type=
\
"smtp
\
"
>
<outgoingServer
type=
"smtp"
>
<hostname>
HOSTNAME
</hostname>
<port>
587
</port>
<socketType>
STARTTLS
</socketType>
<authentication>
password-encrypted
</authentication>
<username>
%EMAILADDRESS%
</username>
</outgoingServer>
<outgoingServer
type=
\
"smtp
\
"
>
<outgoingServer
type=
"smtp"
>
<hostname>
HOSTNAME
</hostname>
<port>
25
</port>
<socketType>
STARTTLS
</socketType>
<authentication>
password-encrypted
</authentication>
<username>
%EMAILADDRESS%
</username>
</outgoingServer>
<outgoingServer
type=
\
"smtp
\
"
>
<outgoingServer
type=
"smtp"
>
<hostname>
HOSTNAME
</hostname>
<port>
2525
</port>
<socketType>
STARTTLS
</socketType>
<authentication>
password-encrypted
</authentication>
<username>
%EMAILADDRESS%
</username>
</outgoingServer>
<documentation
url=
\
"DOCURL
\
"
>
<descr
lang=
\
"fr
\
"
>
Documentation
</descr>
<descr
lang=
\
"en
\
"
>
Documentation
</descr>
<documentation
url=
"DOCURL"
>
<descr
lang=
"fr"
>
Documentation
</descr>
<descr
lang=
"en"
>
Documentation
</descr>
</documentation>
</emailProvider>
</clientConfig>
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment