19 Jun
2015
19 Jun
'15
12:34 p.m.
I'd like to set the quota of a user through the IMAP protocol. I use Pythons imaplib:
imap.setquota("test1m@uni.dtr", "(storage 8192)") ('NO', ['Quota can be changed only by admin.'])
So... which user is the "admin" user in a virtual user setting (passwd: PAM, userdb: LDAP)?
Greetings Daniel