I run on a PC a mailserver with postfix and dovecot, with no problems.
When dovecot 2.4 arrived, I postponed the update, due to the configuration breaking, but now, I want to migrate my server to a new machine, so of course, I will step straight forward with the new version.
Doing so, i am following the following how to: Complete Virtual Mail Server
I understand that this wiki page is to be updated Complete Virtual Mail Server/Dovecot to Database (I'll try to contribute to it when I manage to make the whole thing work), but tried to adapt the configuration file, and as you can imagine. it fails.
Here is my dovecot.conf file for the moment.
I know it would look nicer to have everything in seperate files, but I will do it once the whole thing works.
When I try to login, I have the following result:
Code: Select all
root@MyPC ~ # dovecot auth login MyUser@MyDomain.com
Password:
passdb: MyUser@MyDomain.com auth failed
extra fields:
user=MyUser@MyDomain.com
original_user=MyUser@MyDomain.com
root@MyPC ~ #- The dovecot-debug.log is empty
- The dovecot-error.log is empty
- The dovecot-info.log has just one message when attempting to log in:
I was wondering if someone may have an idea on what it is that I missed in my configuration file?Nov 21 10:13:36 auth(?,sasl:plain): Info: Empty username
I would guess something with the pgsql queries, but what?
Thanks in advance.





