There is the following line in postfix main.cf file:
Code:
virtual_mailbox_limit_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf
But /etc/postfix/mysql-virtual_mailbox_limit_maps.cf file is missing on ISPconfig3 servers. Checked on Centos and several Ubuntu servers. Also, can't see any template for this file in "ispconfig3_install/install/tpl/" directory for the latest stable release.
I suppose the content of mysql-virtual_mailbox_limit_maps.cf template file should be the following:
Quote:
user = {mysql_server_ispconfig_user}
password = {mysql_server_ispconfig_password}
dbname = {mysql_server_database}
table = mail_user
select_field = quota
where_field = email
additional_conditions = and postfix = 'y' and server_id = 1
hosts = {mysql_server_ip}
|
I've tested this config file and postfix worked fine with it, it was rejecting emails for overquoted email boxes, etc.
Could you please check?
Regards
--
Alex
Recent comments
1 day 2 hours ago
1 day 2 hours ago
1 day 7 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 20 hours ago
2 days 2 hours ago
2 days 6 hours ago
2 days 8 hours ago