Version: ISPConfig 3.0.5.3 I notised that the RBL list from then ISPConfig interface is not written to /etc/postfix/main.cf ( I changed it, saved it and looked the file) Is there any change in the implementation or am I missing sth? p.s. I did not reconfigure postfix during update
did you wait until the cahnges were written to disk? This takes about a minute. I tested the function in 3.0.5.3 and 3.0.5.4 and it works in both versions on my servers.
Yes. Of Course. I waited and checked the Monitor Tab too. The strange thing, is that after update, and before making any changes throught the gui, I looked at the file and the RBL list was not there. p.s. Sorry. My version IS 3.0.5.4p1. The version WAS 3.0.5.3 before the update
Do you have a main.cf override template, which you've made changes to? This is used when ISPConfig is updated, so it could be that you've removed {rbl_list} from it. It's stored in; Code: /usr/local/ispconfig/server/conf-custom/install/debian_postfix.conf.master If it's there, you should have something like this line; Code: smtpd_recipient_restrictions = check_recipient_access mysql:{config_dir}/mysql-virtual_recipient.cf, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination{rbl_list} {rbl_list} is then replaced with the lists you've added in the ISPConfig Server Config screen.
There is no debian_postfix.conf.master file. In the directory there is only a file named empty.dir. As I said in my first post, nothing changed. Before the update, everthing was ok. I didn't changed anything, neither did I had a custom conf. Thx for you reply
A strage update: Without restarting the server, just by restarting apache and postfix, and reapplying the changes in gui, the changes propageted in the file. Strange.... Again, nothing special did I done.