dovecot Warning: userdb passwd: Move templates args to overr

All questions related to servers
Post Reply
mister_v
Posts: 188
Joined: Thu Mar 04, 2010 9:19 pm

dovecot Warning: userdb passwd: Move templates args to overr

Post by mister_v »

Hello,

I get the following error messages in my log files:

Code: Select all

May  4 19:52:21 HOST dovecot[12567]: auth: Warning: userdb passwd: Move templates args to override_fields setting
May  4 19:52:21 HOST dovecot[12567]: auth-worker(23771): Warning: userdb passwd: Move templates args to override_fields setting
What should I do?
mister_v
Posts: 188
Joined: Thu Mar 04, 2010 9:19 pm

Re: dovecot Warning: userdb passwd: Move templates args to o

Post by mister_v »

I also get this message with restarting dovecot:

Code: Select all

dovecot[26816]: master: Warning: /boot is no longer mounted. See http://wiki2.dovecot.org/Mountpoints
Why does dovecot needs boot ?
mister_v
Posts: 188
Joined: Thu Mar 04, 2010 9:19 pm

Re: dovecot Warning: userdb passwd: Move templates args to o

Post by mister_v »

Ok I read http://wiki2.dovecot.org/Mountpoints

Dovecot wants to keep track of mountpoints that might contain emails. If such a mountpoint is suddenly not mounted, it's handled as an error condition rather than as "this is a new user". This prevents other confusion that follows such a situation.

And it can be removed with:

Code: Select all

doveadm mount remove /boot
mister_v
Posts: 188
Joined: Thu Mar 04, 2010 9:19 pm

Re: dovecot Warning: userdb passwd: Move templates args to o

Post by mister_v »

For my first problem:

Code: Select all

May  4 19:52:21 HOST dovecot[12567]: auth: Warning: userdb passwd: Move templates args to override_fields setting
May  4 19:52:21 HOST dovecot[12567]: auth-worker(23771): Warning: userdb passwd: Move templates args to override_fields setting
I comment out args:

Code: Select all

userdb {
  driver = passwd
#  args = /etc/dovecot/users.conf
}
in /etc/dovecot/conf.d/auth-passwdfile.conf.ext

the pass-file was already in passdb{}.

That solved my problem.
Post Reply