On 30 January 2019 at 06:37 James Brown via dovecot < [email protected]> wrote:
On 30 Jan 2019, at 10:57 am, Stephan Bosch < [email protected] <mailto: [email protected]>> wrote:Op 30/01/2019 om 00:06 schreef James Brown via dovecot:On 30 Jan 2019, at 9:24 am, Stephan Bosch < [email protected] <mailto: [email protected]>> wrote:
Op 29/01/2019 om 01:51 schreef James Brown via dovecot:I’ve set up a new mail server. Auth-worker is giving me this error all the time:
auth-worker(11160): Info: passwd( [email protected] <mailto: [email protected]> <mailto: [email protected] <mailto: [email protected]>>,10.0.0.54,<YSFoAYHAGoLAqAEo>): unknown user - trying the next userdb
That is not an error. As the "Info: " prefix indicates, this is an innocuous informational message.
Regards,
Stephan.
Thanks Stephan.
I know it’s not a major thing, it’s just that it is every third line of my log.
Ie I get the auth-worker unknown user, then successful imap-login, then the imap logout.
So I’m just trying to figure out what is causing the auth-worker lookup failure so I can fix it. I did not have this in my old mail server, just the new one I’ve setup.
Is it a database issue or a Dovecot config issue? If so where?Ýou can enable auth_verbose and auth_debug to get an idea what Dovecot is doing. You should post your `dovecot -n` to get more help on this issue.
Regards,
Stephan.Will look at auth_debug. It is a lot to go through!
My settings:
$ sudo dovecot -nPassword:# 2.3.4 (0ecbaf23d): /usr/local/etc/dovecot/dovecot.conf# OS: Darwin 18.2.0 x86_64 apfs# Hostname: mail.bordo.com.au < http://mail.bordo.com.au/>auth_debug = yesauth_verbose = yesauth_verbose_passwords = plaindefault_internal_user = jlbrowndefault_login_user = jlbrownfirst_valid_gid = 0first_valid_uid = 102last_valid_gid = 501last_valid_uid = 105log_path = /var/log/dovecot.logmail_gid = 102mail_location = maildir:/usr/local/virtual/%d/%umail_uid = 102namespace inbox {inbox = yeslocation =mailbox Drafts {special_use = \Drafts}mailbox Junk {special_use = \Junk}mailbox Sent {special_use = \Sent}mailbox "Sent Messages" {special_use = \Sent}mailbox Trash {special_use = \Trash}prefix =}passdb {args = /usr/local/etc/dovecot/dovecot-sql.conf.extdriver = sql}protocols = imap pop3service auth {unix_listener /var/spool/postfix/private/auth {group = _postfixmode = 0660user = _postfix}unix_listener auth-userdb {mode = 0660user = _vmail}}service imap-login {process_limit = 512}service stats {fifo_listener stats-mail {mode = 0666}fifo_listener stats-user {mode = 0666}unix_listener stats-writer {mode = 0666}}ssl_cert = </usr/local/etc/dovecot/mail.bordo.com.au.pemssl_dh = # hidden, use -P to show itssl_key = # hidden, use -P to show ituserdb {driver = passwd}userdb {driver = prefetch}userdb {args = /usr/local/etc/dovecot/dovecot-sql.conf.extdriver = sql}
Well... there is that usetdb passwd which seems bit extraneous.
---
Aki Tuomi
Aki Tuomi
