+
+
+

{{info.name}} generic settings

+

Generic settings support page

+

This is a simple support page for email automatic configuration service. + It provides IMAP/POP/SMTP/LDAP Autodiscover capabilities on Microsoft Outlook/Apple Mail, Autoconfig + capabilities for Thunderbird, and Configuration Profiles for iOS/Apple Mail. +

+

Learn more »

+
+
+ +
+

Automatic settings

+ +
+

Thanks to the autoconfig and + autodiscover services, + most of the recent mail clients (Microsoft Outlook, Apple Mail, + Mozilla Thunderbird, ...) should automatically be configured with the + recommended settings for this email server just after entering your email address @{{domain}}.

+ +

If you encounter some issues, depending on your situation, you can:

+
    + {% if mobile.identifier %}
  • easily configure your Apple Mobile devices (iPhone / iPad) with + this simple form
  • {% endif %} +
  • setup your email application with the manual configuration
  • +
+
+ +
+ +
+ + {%- if mobile.identifier %} +
+

Apple Configuration Profile

+ +
+

Enter your username or full email address and click the download button to setup your Apple mobile + device.

+ +
+ +
+ + +
+ + +
+
+ +
+ +
+ {% endif -%} + +
+

Manual configuration

+ +
+

Copy the following settings to your email application.

+ +
+ {%- if imap.host %} +
+
Incoming server (IMAP)
+
+
Hostname
+
{{imap.host}}
+ +
Port
+
{{imap.port}}
+ +
Encryption
+
{{imap.socket}}
+
+
+ {% endif -%} + + {%- if pop.host %} +
+
Incoming server (POP)
+
+
Hostname
+
{{pop.host}}
+ +
Port
+
{{pop.port}}
+ +
Encryption
+
{{pop.socket}}
+
+
+ {% endif -%} +
+ +
+ {%- if smtp.host %} +
+
Outgoing server (SMTP)
+
+
Hostname
+
{{smtp.host}}
+ +
Port
+
{{smtp.port}}
+ +
Encryption
+
{{smtp.socket}}
+
+
+ {% endif -%} +
+ + {%- if ldap.host %} +

If your email application supports LDAP contacts, copy the following settings.

+ +
+
+
Contacts (LDAP)
+
+
Hostname
+
{{ldap.host}}
+ +
Port
+
{{ldap.port}}
+ +
Encryption
+
{{ldap.socket}}
+ +
Base
+
{{ldap.base}}
+ +
Username (replace your.username with your actual username)
+
{{ldap.userfield}}=your.username,{{ldap.usersbase}}
+ +
Search Filter
+
{{ldap.searchfilter}}
+
+
+
+ {% endif -%} +
+ +
+ +
+ +