Hello.
I have working postfix 2.1.1 with users in mysql and courier-imap 3.0.3.
Now i wish to set quotes for all users. I want they only can get their
mailboxes(maildir) until 10 Mbytes.
I have added a field on database called:
 quote int(11) default '10485760'

and  this lines in main.cf of postfix:
virtual_mailbox_limit = 10485760
virtual_mailbox_limit_maps = mysql:/etc/postfix/cuotas.cf

/etc/postfix/cuotas.cf

user=mail
password=passwd
dbname=mail
table=users
hosts=localhost
where_field=address
select_field=quote

Do i need change any more ? Is this right ?

Thanks.


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to