diff --git a/DOCUMENTS/POSTFIX_CONF.txt b/DOCUMENTS/POSTFIX_CONF.txt index 5580037e..aa8233fc 100644 --- a/DOCUMENTS/POSTFIX_CONF.txt +++ b/DOCUMENTS/POSTFIX_CONF.txt @@ -24,14 +24,6 @@ virtual_mailbox_maps = virtual_mailbox_base = /var/mail/vmail # or whereever you want to store the mails -# Additional for quota support -virtual_create_maildirsize = yes -virtual_mailbox_extended = yes -virtual_mailbox_limit_maps = mysql:/etc/postfix/sql/mysql_virtual_mailbox_limit_maps.cf -virtual_mailbox_limit_override = yes -virtual_maildir_limit_message = Sorry, the user's maildir has overdrawn his diskspace quota, please try again later. -virtual_overquota_bounce = yes - Where you chose to store the .cf files doesn't really matter, but they will have database passwords stored in plain text so they should be readable only by user postfix, or in a directory only accessible to user postfix.