drop old / invalid postfix paramaeters - see #262

pull/265/head
David Goodwin 5 years ago
parent d4d47e02cc
commit 3fc5c74040

@ -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.

Loading…
Cancel
Save