1 (edited by J.M.Rouhana 2025-03-20 22:19:57)

Topic: New users unable to connect to their mailbox

Hi,
I installed iRedMail and was able, from my machine, to access the mailbox of Postmaster, via browser (https) and via Thuderbird (IMAP 993) and read my emails.
However, after adding new users (via browser, /iredadmin), they were not able to connect, neither via browser (https), nor via Thunderbird (IMAP 993) to their mailbox.
There is no proxy involved and the entry of my mailserver is added to my local DNS.
The setup is intended for local use, not to receive/send to the outside. I tested successfully sending emails to postmaster.
What am I missing?
Thanks

Regards,


==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):  1.7.2
- Deployed with iRedMail Easy or the downloadable installer? downloadable installer
- Linux/BSD distribution name and version: Ubuntu server 24.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: New users unable to connect to their mailbox

Ok, got the webmail access to work when I added allow x.x.x.0/24; to etc/nginx/templates/roundcube.tmpl
Still got the Thunderbird thing.



J.M.Rouhana wrote:

Hi,
I installed iRedMail and was able, from my machine, to access the mailbox of Postmaster, via browser (https) and via Thuderbird (IMAP 993) and read my emails.
However, after adding new users (via browser, /iredadmin), they were not able to connect, neither via browser (https), nor via Thunderbird (IMAP 993) to their mailbox.
There is no proxy involved and the entry of my mailserver is added to my local DNS.
The setup is intended for local use, not to receive/send to the outside. I tested successfully sending emails to postmaster.
What am I missing?
Thanks

Regards,


==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):  1.7.2
- Deployed with iRedMail Easy or the downloadable installer? downloadable installer
- Linux/BSD distribution name and version: Ubuntu server 24.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

3

Re: New users unable to connect to their mailbox

Thunderbird was able to connect too, it seems related to the self-signed certificate not being trusted, which is normal. But Thunderbird allowed me to add it as an exception.
All good then I guess, sorry for the trouble.

J.M.Rouhana wrote:

Ok, got the webmail access to work when I added allow x.x.x.0/24; to etc/nginx/templates/roundcube.tmpl
Still got the Thunderbird thing.



J.M.Rouhana wrote:

Hi,
I installed iRedMail and was able, from my machine, to access the mailbox of Postmaster, via browser (https) and via Thuderbird (IMAP 993) and read my emails.
However, after adding new users (via browser, /iredadmin), they were not able to connect, neither via browser (https), nor via Thunderbird (IMAP 993) to their mailbox.
There is no proxy involved and the entry of my mailserver is added to my local DNS.
The setup is intended for local use, not to receive/send to the outside. I tested successfully sending emails to postmaster.
What am I missing?
Thanks

Regards,


==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):  1.7.2
- Deployed with iRedMail Easy or the downloadable installer? downloadable installer
- Linux/BSD distribution name and version: Ubuntu server 24.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

4

Re: New users unable to connect to their mailbox

Grab a free ssl cert from "Let's Encrypt" or other ssl vendors, don't use self-signed one in production.

5

Re: New users unable to connect to their mailbox

Yep, will do, we have a domain wild cert that I'll be using.
Thx

ZhangHuangbin wrote:

Grab a free ssl cert from "Let's Encrypt" or other ssl vendors, don't use self-signed one in production.