Displaying 2 results from an estimated 2 matches for "rasengan".
2007 Mar 15
2
flock problems with index files and passwd-file
...in this case, there're no problems
with flock). So, if a user is i.e.:
test at domain.tld:{plain}test:20000:10::/home/regular/test::userdb_mail=maildir:~/Maildir
Then the mail client will timeout (thunderbird in this case), and
dovecot will leave following info in the logs:
Mar 15 11:13:38 rasengan dovecot: IMAP(test at domain.tld): Effective
uid=20000, gid=10, home=/home/regular/test
Mar 15 11:13:38 rasengan dovecot: IMAP(test at domain.tld): maildir:
data=~/Maildir
Mar 15 11:13:38 rasengan dovecot: IMAP(test at domain.tld): maildir:
root=~/Maildir, index=~/Maildir, control=, inbox=
Mar 1...
2007 Mar 14
2
Variable %h not recognized in userdb_mail (passwd-file)
As in subject, if you for instance create a simple passwd-file with:
test at domain.tld:{plain}pass:20000:10::/home/regular/.test::userdb_mail=maildir:%h/maildir
Dovecot (rc23 & 27) will expand %h to empty string, and try to make a
directory under /
Mar 14 14:25:28 rasengan dovecot: IMAP(test at domain.tld):
mkdir(/maildir/cur) failed: Permission denied
Mar 14 14:25:28 rasengan dovecot: IMAP(test at domain.tld):
mkdir(/maildir/.Trash/cur) failed: Permission denied
...
If tilde is used instead of %h, the expansion works properly.
While checking it, I tested other v...