Displaying 2 results from an estimated 2 matches for "userdb_quota_warn".
2008 Oct 26
1
Fatal failure in auth-worker with dovecot-1.1.5
...): sql(me): query: SELECT user, clear as password, home as userdb_home, uid as userdb_uid, gid as userdb_gid, concat('*:storage=',quota_kb,'
:messages=',quota_num) AS userdb_quota_rule,concat('storage=',round(quota_kb*0.90),' /etc/postfix/quotawarn.sh storage 90') AS userdb_quota_warning, concat('messages=',round(quota_num*0.90)
,' /etc/postfix/quotawarn.sh messages 90') AS userdb_quota_warning2 FROM users WHERE user = 'me'
Oct 26 14:00:31 host dovecot: Fatal: auth-worker(default): digest_md5_generate(): username not given
Oct 26 14:00:31 host dovecot: ch...
2010 Mar 11
0
troubles with expire plugin
...ar/mail/', maildir) AS userdb_home, \
CONCAT('maildir:/var/mail/', maildir) AS userdb_mail, \
93 AS userdb_uid, 12 AS userdb_gid, \
CONCAT('*:storage=', quota, 'B') AS userdb_quota_rule, \
'storage=90%% /usr/libexec/dovecot/quota_warning.sh 90' AS
userdb_quota_warning \
FROM mailbox WHERE username = '%u' AND active = '1'
( maybe, is any additional information required? )
All working fine with dovecot except this issue with `expire` plugin.
How to avoid it?
As I see, it's working if I run this command from `root` instead of
`exim`, bu...