273 |
274 |
275 |

{{info.name}} generic settings

276 |

Generic settings support page

277 |

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

281 |

Learn more »

283 |
284 |
285 | 286 |
287 |

Automatic settings

288 | 289 |
290 |

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

295 | 296 |

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

297 |
    298 | {% if mobile.identifier %}
  • easily configure your Apple Mobile devices (iPhone / iPad) with 299 | this simple form
  • {% endif %} 300 |
  • setup your email application with the manual configuration
  • 301 |
302 |
303 | 304 |
305 | 306 |
307 | 308 | {%- if mobile.identifier %} 309 |
310 |

Apple Configuration Profile

311 | 312 |
313 |

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

315 | 316 |
317 | 318 |
319 | 321 | 322 |
323 | 324 | 325 |
326 |
327 | 328 |
329 | 330 |
331 | {% endif -%} 332 | 333 |
334 |

Manual configuration

335 | 336 |
337 |

Copy the following settings to your email application.

338 | 339 |
340 | {%- if imap.host %} 341 |
342 |
Incoming server (IMAP)
343 |
344 |
Hostname
348 |
{{imap.host}}
349 | 350 |
Port
354 |
{{imap.port}}
355 | 356 |
Encryption
360 |
{{imap.socket}}
361 |
362 |
363 | {% endif -%} 364 | 365 | {%- if pop.host %} 366 |
367 |
Incoming server (POP)
368 |
369 |
Hostname
373 |
{{pop.host}}
374 | 375 |
Port
379 |
{{pop.port}}
380 | 381 |
Encryption
385 |
{{pop.socket}}
386 |
387 |
388 | {% endif -%} 389 |
390 | 391 |
392 | {%- if smtp.host %} 393 |
394 |
Outgoing server (SMTP)
395 |
396 |
Hostname
400 |
{{smtp.host}}
401 | 402 |
Port
406 |
{{smtp.port}}
407 | 408 |
Encryption
412 |
{{smtp.socket}}
413 |
414 |
415 | {% endif -%} 416 |
417 | 418 | {%- if ldap.host %} 419 |

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

420 | 421 |
422 |
423 |
Contacts (LDAP)
424 |
425 |
Hostname
429 |
{{ldap.host}}
430 | 431 |
Port
435 |
{{ldap.port}}
436 | 437 |
Encryption
441 |
{{ldap.socket}}
442 | 443 |
Base
447 |
{{ldap.base}}
448 | 449 |
Username (replace your.username with your actual username)
453 |
{{ldap.userfield}}=your.username,{{ldap.usersbase}}
454 | 455 |
Search Filter
459 |
{{ldap.searchfilter}}
460 |
461 |
462 |
463 | {% endif -%} 464 |
465 | 466 |
467 | 468 |
469 | 470 |