All questions related to servers
mister_v
Posts: 200 Joined: Thu Mar 04, 2010 9:19 pm
Post
by mister_v » Mon May 04, 2015 5:55 pm
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: 200 Joined: Thu Mar 04, 2010 9:19 pm
Post
by mister_v » Mon May 04, 2015 6:11 pm
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: 200 Joined: Thu Mar 04, 2010 9:19 pm
Post
by mister_v » Mon May 04, 2015 6:22 pm
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:
mister_v
Posts: 200 Joined: Thu Mar 04, 2010 9:19 pm
Post
by mister_v » Mon May 04, 2015 7:00 pm
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.