Currently the contents of the main.cf config for postfix seems to be hardcoded into the installer_base library and the operating system specific ones.
This means the main.cf is overwritten on each update/install.
Would it be an option either
- to make a config template for the main.cf that can be overridden in the conf-cust dir - and remains the same during update
or
- to add some config option questions into the (expert mode) installer for the postfix conf
To be more specific:
Code:
smtpd_sender_restrictions = check_sender_access mysql:'.$config_dir.'/mysql-virtual_sender.cf
At nearly all servers I use something like
Code:
smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-virtual_sender.cf, reject_invalid_hostname, reject_non_fqdn_hostname, reject_rbl_client zen.spamhaus.org
So I have to keep in mind adding these options every time again when updating ispc.
Recent comments
22 hours 26 min ago
1 day 1 hour ago
1 day 2 hours ago
1 day 3 hours ago
1 day 5 hours ago
1 day 7 hours ago
1 day 8 hours ago
2 days 17 min ago
2 days 1 hour ago
2 days 4 hours ago