Properly configuring your emails may seem technical, but it\'s essential for a messaging system that works perfectly across all your devices. This guide explains in detail all the Infomaniak IMAP and SMTP settings, with the correct values to use depending on your situation.
Create an Infomaniak email address
Understanding the Protocols: IMAP, POP3, and SMTP
Before diving into the settings, let\'s understand what these protocols are for. This is essential for making the right configuration choice.
IMAP: Modern Synchronization
IMAP (Internet Message Access Protocol) is the recommended protocol for the vast majority of users. Its principle: your emails remain stored on the Infomaniak server and are synchronized across all your devices.
- Multi-device synchronization – Read an email on your phone, it appears as read on your computer
- Emails always accessible – From any device, anywhere
- Synchronized folders – Your folder structure is identical everywhere
- Centralized backup – If you lose your device, your emails are safe
POP3: Local Download
POP3 (Post Office Protocol version 3) is an older protocol that downloads emails to your device, typically deleting them from the server.
- Advantage – Works offline, emails stored locally
- Major drawback – No synchronization between devices
- Usage – Not recommended except in very specific cases (local archiving, very limited connectivity)
Never Mix POP3 and IMAP
Using POP3 on one device and IMAP on another for the same account causes inconsistencies and message loss. Choose one protocol and stick with it across all your devices.
SMTP: Sending Emails
SMTP (Simple Mail Transfer Protocol) is the sending protocol. Regardless of whether you use IMAP or POP3 for receiving, sending always goes through SMTP.
Infomaniak Settings at a Glance
Here is the complete summary of settings to use when configuring your Infomaniak email:
| Setting | Value |
|---|---|
| Incoming server (IMAP) | mail.infomaniak.com |
| IMAP port | 993 |
| IMAP security | SSL/TLS |
| Outgoing server (SMTP) | mail.infomaniak.com |
| SMTP port | 587 (recommended) or 465 |
| SMTP security | STARTTLS (port 587) or SSL/TLS (port 465) |
| Username | Your full email address |
| Password | Your email address password |
| SMTP authentication | Required (same credentials) |
Incoming Settings in Detail (IMAP)
Recommended IMAP Configuration
To receive your emails with IMAP, use these settings:
- Server: mail.infomaniak.com
- Port: 993
- Encryption method: SSL/TLS (implicit encryption)
- Username: your-address@yourdomain.com
- Password: your email address password
Why Port 993?
Port 993 is the standard port for secure IMAP. The connection is encrypted from the start (implicit SSL/TLS), meaning your credentials and emails are protected throughout the entire transfer.
Alternative: Port 143 with STARTTLS
Some older software or particular network configurations may require port 143:
- Port: 143
- Encryption method: STARTTLS (explicit encryption)
With STARTTLS, the connection starts unencrypted then switches to encrypted. This is less secure than implicit SSL/TLS because an attacker could intercept the initial phase. Always use port 993 if possible.
POP3 Settings (If Absolutely Necessary)
If you absolutely must use POP3:
| Configuration | Port | Security |
|---|---|---|
| Secure POP3 (recommended) | 995 | SSL/TLS |
| POP3 with STARTTLS | 110 | STARTTLS |
Outgoing Settings in Detail (SMTP)
Recommended SMTP Configuration
To send your emails, Infomaniak recommends this configuration:
- Server: mail.infomaniak.com
- Port: 587
- Encryption method: STARTTLS
- Authentication: Required
- Username: your-address@yourdomain.com
- Password: your email address password
Port 587 vs Port 465: Which One to Choose?
Both ports work, but they have important differences:
| Feature | Port 587 (STARTTLS) | Port 465 (SSL/TLS) |
|---|---|---|
| Encryption type | Explicit (starts unencrypted, then encrypts) | Implicit (encrypted from the start) |
| Compatibility | Excellent (current standard) | Good (former standard, reinstated) |
| ISP blocking | Rarely blocked | Sometimes blocked |
| Infomaniak recommendation | Yes (first choice) | Valid alternative |
In practice: Try port 587 with STARTTLS first. If it doesn\'t work (some corporate networks or ISPs block it), switch to port 465 with SSL/TLS.
Port 25: Why Not Use It?
Port 25 is the historical SMTP port, but it is reserved for server-to-server communication (MTA). Most ISPs block it for end users to combat spam. Never use port 25 to configure your email client.
SMTP Authentication Is Required
Infomaniak requires authentication for sending emails. Without it, the server will reject your messages. In your email software:
- Enable the "Outgoing server requires authentication" option
- Select "Use the same settings as the incoming server"
- Or manually enter the same credentials
Understanding SSL/TLS and STARTTLS
These terms come up frequently and cause confusion. Here\'s a clear explanation:
SSL/TLS (Implicit Encryption)
With SSL/TLS, the connection is encrypted from the very first byte exchanged. Your software knows it must communicate in "encrypted language" immediately.
- Relevant ports: 993 (IMAP), 995 (POP3), 465 (SMTP)
- Advantage: Maximum security, no vulnerable phase
- Drawback: Requires a dedicated port
STARTTLS (Explicit Encryption)
With STARTTLS, the connection starts unencrypted, then the client requests an "upgrade" to an encrypted connection. The server accepts, and the rest of the exchange is secured.
- Relevant ports: 143 (IMAP), 110 (POP3), 587 (SMTP)
- Advantage: Flexibility, reuse of standard ports
- Drawback: Initial phase potentially interceptable ("downgrade" attack)
Terminology in Email Software
Some software uses different terms:
- "SSL" = generally implicit SSL/TLS
- "TLS" = sometimes SSL/TLS, sometimes STARTTLS (check the port)
- "SSL/TLS" = implicit encryption
- "STARTTLS" or "TLS if available" = explicit encryption
Configuration by Software
Outlook (Windows / Mac)
- File → Add Account
- Enter your Infomaniak email address
- Select "Manual setup" or "Advanced settings"
- Choose "IMAP"
- Enter the settings:
- Incoming server: mail.infomaniak.com, port 993, SSL/TLS
- Outgoing server: mail.infomaniak.com, port 587, STARTTLS
- Authentication: your full email address + password
Apple Mail (macOS)
- Mail → Add Account → Other Mail Account
- Enter name, email, and password
- Apple Mail attempts automatic detection
- If it fails, enter manually:
- Account type: IMAP
- Incoming server: mail.infomaniak.com
- Outgoing server: mail.infomaniak.com
- Confirm and verify that SSL is enabled in the account preferences
iOS Mail (iPhone / iPad)
- Settings → Mail → Accounts → Add Account
- Select "Other" → "Add Mail Account"
- Enter name, email, password, description
- Select IMAP
- Incoming server: mail.infomaniak.com
- Outgoing server: mail.infomaniak.com
- Username (for both): your full email address
Gmail (Android / iOS)
- Open Gmail → Menu → Settings
- Add account → Other
- Enter your Infomaniak email address
- Select "Personal (IMAP)"
- Enter your password
- Incoming server settings:
- Server: mail.infomaniak.com
- Port: 993
- Security type: SSL/TLS
- Outgoing server settings:
- Server: mail.infomaniak.com
- Port: 587
- Security type: STARTTLS
Thunderbird
Thunderbird usually detects Infomaniak settings automatically:
- Menu → New → Existing Mail Account
- Enter your name, email address, and password
- Click "Continue" – Thunderbird searches for the configuration
- Verify that the detected settings are correct
- Click "Done"
If automatic detection fails, click "Manual config" and use the standard settings.
Troubleshooting Common Issues
"Authentication Failed" Error
Symptom
The software displays "Authentication failed" or "Incorrect password".
Solutions
- Make sure you\'re using the email address password, not the Infomaniak Manager password
- The username must be the full email address (including @domain.com)
- Check for spaces before or after the address/password
- Reset the password in the Infomaniak Manager if needed
"Unable to Connect to Server" Error
Symptom
The software cannot connect to the server.
Solutions
- Check the server name: mail.infomaniak.com (no www, no https://)
- Make sure the port and security type match
- Try the other port/security combination (587 STARTTLS ↔ 465 SSL/TLS)
- Your firewall or antivirus may be blocking the connection – add an exception
- Some corporate networks block email ports – test on a different network
Emails Received but Unable to Send
Symptom
Receiving works but sending fails.
Solutions
- Verify that SMTP authentication is enabled
- Check "Use the same credentials as the incoming server"
- Port 25 does not work – use 587 or 465
- Some ISPs block port 465 – try 587
Missing or Unsynchronized Folders
Symptom
Some folders visible in the webmail don\'t appear in your software.
Solutions
- In Outlook: right-click the account → "IMAP Folders" → subscribe to the missing folders
- In Thunderbird: right-click → "Subscribe" → check the desired folders
- Check the IMAP path prefix (should generally be empty or "INBOX")
CalDAV and CardDAV Settings (Bonus)
To also synchronize your Infomaniak calendars and contacts:
| Service | Server URL |
|---|---|
| CalDAV (calendars) | https://caldav.infomaniak.com |
| CardDAV (contacts) | https://carddav.infomaniak.com |
Use your full email address and its password for authentication.
Port Summary
For quick reference, here are all the ports you can use with Infomaniak:
| Protocol | Port | Security | Recommendation |
|---|---|---|---|
| IMAP | 993 | SSL/TLS | Recommended |
| IMAP | 143 | STARTTLS | Alternative |
| POP3 | 995 | SSL/TLS | If POP3 needed |
| POP3 | 110 | STARTTLS | Not recommended |
| SMTP | 587 | STARTTLS | Recommended |
| SMTP | 465 | SSL/TLS | Alternative |
| SMTP | 25 | None/STARTTLS | Do not use |
Conclusion
Email configuration may seem technical, but by remembering the essential settings – server mail.infomaniak.com, port 993 for IMAP and port 587 for SMTP – you\'ll cover 95% of situations.
If you encounter difficulties, feel free to use the Infomaniak webmail (mail.infomaniak.com) which requires no configuration, or the Infomaniak Mail mobile app available on iOS and Android.
Ready to migrate to Infomaniak?
Contact us for a free 15-minute audit. We will analyze your situation and provide you with a personalized quote.
Request a free audit