Displaying 3 results from an estimated 3 matches for "test1m".
Did you mean:
test1
2015 Jun 19
2
setting quota through IMAP
I'd like to set the quota of a user through the IMAP protocol. I use
Pythons imaplib:
imap.setquota("test1m at 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
-------------- next part --------------
A non-text attachment was s...
2015 Jun 19
1
setting quota through IMAP
Am 19.06.2015 um 16:16 schrieb Steffen Kaiser:
> On Fri, 19 Jun 2015, Daniel Tr?der wrote:
>
>> I'd like to set the quota of a user through the IMAP protocol. I use
>> Pythons imaplib:
>
>> imap.setquota("test1m at 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)?
>
> You can't. Use a LDAP-Library to change...
2015 Jun 19
0
setting quota through IMAP
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 19 Jun 2015, Daniel Tr?der wrote:
> I'd like to set the quota of a user through the IMAP protocol. I use
> Pythons imaplib:
>
> imap.setquota("test1m at 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)?
You can't. Use a LDAP-Library to change the values in the User...