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 mobilesync.url %} 419 |

If you want to connect using ActiveSync on your mobile, you can connect to the following host.

420 |
421 |
422 |
ActiveSync (Mobile)
423 |
424 |
URL
428 |
{{mobilesync.url}}
429 |
430 |
431 |
432 | {% endif -%} 433 | {%- if ldap.host %} 434 |

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

435 | 436 |
437 |
438 |
Contacts (LDAP)
439 |
440 |
Hostname
444 |
{{ldap.host}}
445 | 446 |
Port
450 |
{{ldap.port}}
451 | 452 |
Encryption
456 |
{{ldap.socket}}
457 | 458 |
Base
462 |
{{ldap.base}}
463 | 464 |
Username (replace your.username with your actual username)
468 |
{{ldap.userfield}}=your.username,{{ldap.usersbase}}
469 | 470 |
Search Filter
474 |
{{ldap.searchfilter}}
475 |
476 |
477 |
478 | {% endif -%} 479 |
480 | 481 |
482 | 483 |
484 | 485 |