25 May
2008
25 May
'08
3:16 a.m.
On Sat, 2008-05-24 at 04:39 +0800, Zhang Huangbin wrote:
The problem is if i set 'mailQuota=0' in LDAP, postfix can't send mail to recipient user. But it works fine with 'mailQuota != 0', such as '10240'(10M).
0 means the user has 0 bytes quota, not unlimited. Maybe this should be changed.. You could always work around it by just returning a very large value.
homeDirectory=home,mailMessageStore=dirsize:mail,mailQuota=quota=dirsize:storage
Also what is "mailMessageStore=dirsize:mail"? I don't think it does anything.