search for: ffcd481a

Displaying 1 result from an estimated 1 matches for "ffcd481a".

2008 Feb 15
2
1.0.10 / Quota postlogin / Deliver - Not working according to the wiki?
Hello.... I load quotas from users homefolders using postlogin like this: ------------------------- #!/bin/sh # Read users quota if [ -f ~/quota ]; then export QUOTA=`cat ~/quota` fi # Start IMAP session exec /usr/lib/dovecot/imap ------------------------- User without a quota-file in their homedirs get a quota set in dovecot.conf. Im using LDA. According to the wiki this should not