On Tue, Aug 14, 2012 at 12:58 PM, Gopal Krishna <[email protected]> wrote: > Previous version of postfix is 2.8.3. Before up gradation of postfix i had > abackup of old versions of main.cf & master.cf. > I configured the courier-imap, quota option is there, I enabled that one.
First of all please do *not* toppost. go through the mailing list guidelines that you agreed to when you signed up for this list. Please *explain* why (with reference URLs) you keep mentioning courier quota option when your SMTP server is postfix. postfix != courier; to the best of my knowledge it's configuration file is main.cf. > After that i mentioned in main.cf file as below Keep in mind that there are many postfix addons that may not be built into the standard CentOS postfix package. > virtual_mailbox_limit_override = yes This does not make sense to me. yes implies override the limit, have you tried setting it to no? Besides it does not appear in this list <http://www.postfix.org/postconf.5.html> suggesting that it is an extended parameter from an add on patch; so that may be your problem. > virtual_overquota_bounce = yes > virtual_mailbox_limit_maps = hash:/etc/postfix/vquota > virtual_maildir_limit_message = "Sorry the user's maildir has overdrawn his > disksapce quota, Please try again later." > > Support quota is exceeded, mail is receiving instead of bouncing. > The output of 'postconf' will show you the parameters that postfix is honoring irrespective of what you have put in main.cf. I would strongly suggest that you look for clues in the postfix log files found under /var/log/ and also look through postfix documentation <http://www.postfix.org/documentation.html> for the stock parameters. From what I have seen, quota on maildir style is not standard in postfix but provided by 3rd party patches. -- Arun Khan _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
