Displaying 1 result from an estimated 1 matches for "asdga".
2007 May 15
8
Getting rid of the common newbie problems
...bit.
* Authentication
Authentication problems can usually be solved by telling the user to set
auth_debug_passwords=yes and looking at the logs. I'm not sure if
there's anything that can be helped in here. Except the logging message
could be updated a bit:
"Aborted login: user=<asdga>, method=PLAIN, rip=127.0.0.1,
lip=127.0.0.1, secured, 1 failed authentications"
So the last "n failed authentications" could be added, where n could
also be 0.
Another possibility would be to make Dovecot remember if there have been
any successful logins (/var/lib/dovecot/succe...