Results 1 to 5 of 5
hi,
iam using Rehat ES5.5 Postfix with LDAP , Dovecot and squirrelmail. I configured virtual users (from LDAP) in postfix using
virtual_mailbox_maps paramter. it is working fine. (sending & receiving ...
- 08-08-2011 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 22
postfix+LDAP QUOTA
hi,
iam using Rehat ES5.5 Postfix with LDAP , Dovecot and squirrelmail. I configured virtual users (from LDAP) in postfix using
virtual_mailbox_maps paramter. it is working fine. (sending & receiving files). Now i want to read quota from LDAP attribute.
i configured like below... it is not working... but postmap -q username ldap:/etc/postfix/ldap-quota.cf returns quotasize "1000000" correctly.
<code>
virtual_transport = virtual
virtual_mailbox_base = /var/postfix/maildirs
virtual_mailbox_domains = $mydomain
virtual_mailbox_maps = ldap:/etc/postfix/ldap-mailboxes.cf
virtual_gid_maps = static:501
virtual_uid_maps = static:89
virtual_create_maildirsize = yes
virtual_mailbox_extended = yes
virtual_mailbox_limit_maps = ldap:/etc/postfix/ldap-quota.cf
virtual_mailbox_limit_override = yes
virtual_maildir_limit_message = Sorry, the user's maildir has no space available in their inbox.
virtual_overquota_bounce = yes
<code>
what may be the problem???
when i give "postconf virtual_mailbox_limit_maps" command , it gives unknown paramter....
Any patch i have to install???Last edited by kalidoss; 08-08-2011 at 08:40 AM.
- 08-08-2011 #2Just Joined!
- Join Date
- Aug 2011
- Posts
- 37
I believe you need to patch and recompile your postfix to add support of that parameter:
vda.sourceforge.net
I hope that helps
- 08-09-2011 #3Just Joined!
- Join Date
- Jun 2009
- Posts
- 22
Postfix+ldap quota+patch
i have installed postfix-2.3.3 VDA patch And rebuild postfix 2.3.3-2 with VDA package. It is now telling "OVER QUOTA" message in maillog file.
But it should send to user's mailbox. How can i do it??
- 08-09-2011 #4Just Joined!
- Join Date
- Aug 2011
- Posts
- 37
I never used the patch so I can't help you here
You will have to contact them unfortunately. I believe there's a forum and mailing list.
- 08-10-2011 #5Just Joined!
- Join Date
- Jun 2009
- Posts
- 22
Quota warning to user's mailbox
I have searched internet. I got one email script. I have copied in my system. Now it is sending warning message to user's mailbox. i am now happy. It's all worked.


Reply With Quote