Skip to content
GitLab
Menu
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
c1355c92
Commit
c1355c92
authored
Jun 19, 2018
by
Benoît
Browse files
Removed unused settings
parent
fabc401d
Changes
1
Hide whitespace changes
Inline
Side-by-side
config-v1.1.xml
View file @
c1355c92
...
...
@@ -2,8 +2,8 @@
<clientConfig
version=
"1.1"
>
<emailProvider
id=
"COMPANYURL"
>
<domain>
COMPANYURL
</domain>
<displayName>
COMPANYNAME
</displayName>
<displayShortName>
COMPANYSHORTNAME
</displayShortName>
<displayName>
%EMAILADDRESS%
</displayName>
<displayShortName>
%EMAILADDRESS%
</displayShortName>
<incomingServer
type=
"imap"
>
<hostname>
HOSTNAME
</hostname>
<port>
993
</port>
...
...
@@ -11,13 +11,6 @@
<authentication>
password-encrypted
</authentication>
<username>
%EMAILADDRESS%
</username>
</incomingServer>
<incomingServer
type=
"imap"
>
<hostname>
HOSTNAME
</hostname>
<port>
143
</port>
<socketType>
STARTTLS
</socketType>
<authentication>
password-encrypted
</authentication>
<username>
%EMAILADDRESS%
</username>
</incomingServer>
<incomingServer
type=
"pop3"
>
<hostname>
HOSTNAME
</hostname>
<port>
995
</port>
...
...
@@ -25,13 +18,6 @@
<authentication>
password-encrypted
</authentication>
<username>
%EMAILADDRESS%
</username>
</incomingServer>
<incomingServer
type=
"pop3"
>
<hostname></hostname>
<port>
110
</port>
<socketType>
STARTTLS
</socketType>
<authentication>
password-encrypted
</authentication>
<username>
%EMAILADDRESS%
</username>
</incomingServer>
<outgoingServer
type=
"smtp"
>
<hostname>
HOSTNAME
</hostname>
<port>
465
</port>
...
...
@@ -46,20 +32,6 @@
<authentication>
password-encrypted
</authentication>
<username>
%EMAILADDRESS%
</username>
</outgoingServer>
<outgoingServer
type=
"smtp"
>
<hostname>
HOSTNAME
</hostname>
<port>
25
</port>
<socketType>
STARTTLS
</socketType>
<authentication>
password-encrypted
</authentication>
<username>
%EMAILADDRESS%
</username>
</outgoingServer>
<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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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