ispCP - Board - Support
Mail Quota ? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: Mail Quota ? (/thread-777.html)



Mail Quota ? - BeNe - 06-12-2007 06:55 PM

Hello community,

i tested to set a Mail Qouta in Postfix for some hardcore user Tongue
But how can i do that ? I saw these lines in the mail.cf
Code:
#
# Quota support; activate, if avaible/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
But there is no
'/etc/postfix/mysql_virtual_mailbox_limit_maps.cf'
and there is also no Option in the GUI to set a limit for each Mailbox.

Is this feature no yet available ?

And by the way, why is there
Code:
MTA_SASLDB_LOCAL_DOMAIN = isp-control.net
set in my /etc/ispcp/ispcp.conf ?


RE: Mail Quota ? - BeNe - 06-12-2007 06:58 PM

Ahh i see, Rolleyes there is also part in the main.cf for the quota

Code:
# Mailboxquota
# => 0 for unlimited
# => 104857600 for 100 MB
mailbox_size_limit = 0
mailbox_command    = procmail -a "$EXTENSION"



RE: Mail Quota ? - sander2930 - 10-18-2007 06:18 PM

BeNe Wrote:Ahh i see, Rolleyes there is also part in the main.cf for the quota

Code:
# Mailboxquota
# => 0 for unlimited
# => 104857600 for 100 MB
mailbox_size_limit = 0
mailbox_command    = procmail -a "$EXTENSION"

That mailbox_size_limit thing is for the webmail (at least in vhcs).

Is there already a limit so users wont receive mail when they are over their quota ?

In vhcs this was not possible.


Thanks,

Sander


RE: Mail Quota ? - sander2930 - 10-24-2007 06:57 PM

anyone ? Tongue