RBL List

Discussion in 'Installation/Configuration' started by 8omas, May 2, 2014.

  1. 8omas

    8omas Member HowtoForge Supporter

    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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. 8omas

    8omas Member HowtoForge Supporter

    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
     
  4. olimortimer

    olimortimer Member

    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.
     
  5. 8omas

    8omas Member HowtoForge Supporter

    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
     
  6. 8omas

    8omas Member HowtoForge Supporter

    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.
     

Share This Page