ispCP - Board - Support
How to activate postfix Quota? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: How to activate postfix Quota? (/thread-7071.html)



How to activate postfix Quota? - waweiwi - 06-27-2009 09:31 PM

Hi, All,

I just finished installing fresh ispcp, configured everything according to web documentation, added my first user and added the first domain assigned disk usage to this domain.

I uploaded files and sent and received email still I exceeded the disk limit that I set but after that I still send and receive email, how it come!!!!! I exceeded the limit.

Is there are steps to activate quotas for postfix or I need to go somewhere else.

BR
Walid Aweiwi


RE: How to activate postfix Quota? - kilburn - 06-28-2009 02:10 AM

Postfix doesn't support quotas, so ispcp comes without them by default. If you really need them, recompile postfix with the VDA patch and uncomment the corresponding lines in /etc/postfix/main.cf


RE: How to activate postfix Quota? - waweiwi - 06-28-2009 03:37 PM

you meant, these lines

# Quota support; activate, if available/used
virtual_create_maildirsize = yes
virtual_mailbox_extended = yes
virtual_mailbox_limit_maps = mysql:/etc/postfix/mysql_virtual_mailbox_limit_maps.cf
virtual_mailbox_limit_override = yes
virtual_maildir_limit_message = "The user you're trying to reach is over mailbox quota."
virtual_overquota_bounce = yes

in addition to:
user = root
password = password
dbname = ispcp
table = users
select_field = quota
where_field = email
hosts = 127.0.0.1

also to recompile postfix with VDA.

Is ispcp database support postfix quota by default?

How I can increase the default 10M quota per user, when I create a new email user?