Discussion:
Quota Woes
Art Stephens
2014-09-25 16:17:24 UTC
Permalink
Trying to get quota to show up in IMP - Horde 5.x

Seems it is not working with dovecot

Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot ready.

root at mail:~# dovecot --version
2.0.19
root at mail:~# dovecot -n
# 2.0.19: /etc/dovecot/dovecot.conf
# OS: Linux 3.11.0-26-generic x86_64 Ubuntu 12.04.4 LTS
auth_mechanisms = plain login
disable_plaintext_auth = no
mail_location = mbox:~/mail/:INBOX=/var/mail/%u
mail_plugins = " quota"
passdb {
driver = pam
}
plugin {
quota = fs:User quota
quota_rule = *:storage=300M
quota_warning = storage=95%% quota-warning 95 %u
quota_warning2 = storage=80%% quota-warning 80 %u
}
protocols = " imap pop3"
service auth {
unix_listener /var/spool/postfix/private/auth {
mode = 0666
}
}
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
driver = passwd
}
protocol imap {
mail_plugins = " quota imap_quota"
}
protocol pop3 {
pop3_uidl_format = %08Xu%08Xv
}

root at mail:~# quotaon -pa
group quota on / (/dev/mapper/mail--vg-root) is on
user quota on / (/dev/mapper/mail--vg-root) is on

What am I missing?
--
Arthur Stephens
Senior Networking Technician
Ptera Inc.
PO Box 135
24001 E Mission Suite 50
Liberty Lake, WA 99019
509-927-7837
ptera.com
facebook.com/PteraInc | twitter.com/Ptera
-----------------------------------------------------------------------------
"This message may contain confidential and/or propriety information, and is
intended for the person/entity to whom it was originally addressed.
Any use by others is strictly prohibited. Please note that any views or
opinions presented in this email are solely those of the author and are not
intended to represent those of the company."
Michael M Slusarz
2014-09-25 18:39:11 UTC
Permalink
Post by Art Stephens
Trying to get quota to show up in IMP - Horde 5.x
Seems it is not working with dovecot
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot ready.
This is the pre-authentication capability, so it wouldn't display
QUOTA even if it is correctly enabled. You need the
post-authentication capability instead.

michael

Loading...