ETNyx
Hello, I have the same problem as @Dvalin21 described with a new installed 2025-03, but login fails on all mailbox users.
Mailclient error says: “username or password incorrect”. However, I can logon to SoGo with the same credentials.
I’m confused, because I run another server, installed in December 2024, upgraded since up to 2025-03, with similar system and mailbox configuration, it runs all fine!
Unfortunately, I don’t know yet where to add your proposed rawlogs options exactly, to get the detailled logs (I’m pretty much a mailcow-dockerized newbie).
What I tried:
I added to docker-compose.override.yml (properly formatted):
services:
dovecot-mailcow:
volumes:
- ./data/log/dovecot-rawlog:/var/log/dovecot-rawlog
and created the subdir: data/log/dovecot-rawlog
I added to data/conf/dovecot/extra.conf (properly formatted):
rawlog_dir = /var/log/dovecot-rawlog
service imap-login {
executable = imap-login -R rawlogs
}
I reloaded dovecot-mailcow:
docker-compose up -d --force-recreate dovecot-mailcow
Tried again, but no logs are collected in data/logs/dovecot/ !?
Would you please tell me more to activate rawlogs properly?