Displaying 1 result from an estimated 1 matches for "zagh".
Did you mean:
zach
2009 Nov 09
2
Override Quota with post-login scripting problem
...: Is it possible to override the lda quota like I can do it
within imap ?
(I dont want to change my setup to MYSQL DB only for per-user Quota, if
its possible to use a simple file with names and quota)
This is the post-login script:
#quotaperuser.sh
#!/bin/sh
case "$USER" in
"ZAGH-V+username") QUOTA_RULE='*:storage=500M';;
"ZAGH-V+test") QUOTA_RULE='*:storage=5000M';;
esac
exec /usr/local/libexec/dovecot/imap $*
My Configuration:
{dovecot -n}
# 1.2.3: /usr/local/etc/dovecot.conf
# OS: Linux 2.6.16.60-0.54.5-smp i686 SUSE Linux Enterprise S...