Exim Mailbox Size Limits

CrazyLane

Verified User
Joined
Dec 28, 2004
Messages
142
Can I change the "quota =" to say "quota = 104857600" so no one can have more than 100MB mailbox in Exim. I thought at one time this was somewhere listed here on the forum.

virtual_localdelivery:
driver = appendfile
create_directory
delivery_date_add
directory_mode = 770
envelope_to_add
directory = /home/${lookup{$domain}lsearch*{/etc/virtual/domainowners}{$value}}/imap/${domain}/${local_part}/Maildir
maildir_format
group = mail
mode = 660
return_path_add
user = "${lookup{$domain}lsearch*{/etc/virtual/domainowners}{$value}}"
quota = ${if exists{/etc/virtual/${domain}/quota}{${lookup{$local_part}lsearch*{/etc/virtual/${domain}/quota}{$value}{0}}}{0}}
 
I'm not sure what you mean. You can set mailbox quotas in DirectAdmin when you set up the mailbox.

Jeff
 
Back
Top