All,
I am trying to get imaps to work - no cigar so far. I am pretty sure I overlooked something... but if I look at the documentation, some flags like imap_support_ssl seem to be undocumented there... - I am currently a bit out of ideas.
#listen_port=143
listen_ssl_port=993
imap_support_ssl=yes
imap_force_starttls=true
imap_certificate_path=/etc/gromox/ssl/fullchain.pem
imap_private_key_path=/etc/gromox/ssl/privkey.pem
default_domain=my.domain.org
it starts on port 143 - but it's not doing anything on 993 (no listen, no nothing).
It's a debian 12 installation - which might be a bit an issue (but I don't like to have another distro running here - and I'm not a huge fan of opensuse)
Any idea what's going wrong?
Status seems to be OK (and I have checked, I can connect using port 143)
systemctl status gromox-imap.service
● gromox-imap.service - Gromox IMAP server
Loaded: loaded (/lib/systemd/system/gromox-imap.service; enabled; preset: enabled)
Active: active (running) since Sat 2025-03-29 14:23:54 CET; 9s ago
Docs: man:imap(8gx)
Main PID: 37649 (imap)
Tasks: 23 (limit: 9480)
Memory: 112.7M
CPU: 56ms
CGroup: /system.slice/gromox-imap.service
└─37649 /usr/libexec/gromox/imap
Mar 29 14:23:54 vaihtaa imap[37649]: [imap]: context average memory is 128k
Mar 29 14:23:54 vaihtaa imap[37649]: [imap]: context average mitem number is 65536
Mar 29 14:23:54 vaihtaa imap[37649]: [imap]: imap socket read write timeout is 3min
Mar 29 14:23:54 vaihtaa imap[37649]: [imap]: imap session autologout time is 30min
Mar 29 14:23:54 vaihtaa imap[37649]: [imap]: maximum authentication failure times is 10
Mar 29 14:23:54 vaihtaa imap[37649]: [imap]: block client 1min when authentication failure count is exceeded
Mar 29 14:23:54 vaihtaa imap[37649]: [imap]: TLS support deactivated via config
Mar 29 14:23:54 vaihtaa imap[37649]: system: maximum file descriptors: 524288
Mar 29 14:23:54 vaihtaa imap[37649]: ldap_adaptor: default host <ldapi:///>, base <>, #conn=8, mailattr=mail
Mar 29 14:23:54 vaihtaa imap[37649]: [system]: IMAP DAEMON is now running
Thanks a lot!
Tobias