Trouble with miror email server

Discussion in 'Installation/Configuration' started by gody, Nov 30, 2016.

  1. gody

    gody Member

    Hi,

    I have some trouble with ispconfig today...
    I have a multi server setup (prod & lab)
    • web01 : debian 8, interface ispconfig, isp 3.0.5p9
    • mail01 : debian 8, postfix + dovecot, isp 3.0.5p9
    • mail02 : debian 8, postfix + dovecot, isp 3.0.5p9, mirror of mail01
    • other server: dns01, dns02, web02, sql01 ...

    When I change a value in : System -> Server Config ->Mail01 (ex: add an rbl)
    The config is perfectly edited in mail01
    But mail02 reload postfix and disable the network interface
    Code:
    Nov 30 12:39:03 mail02 postfix/master[17473]: terminating on signal 15
    Nov 30 12:39:04 mail02 postfix/master[22275]: daemon started -- version 2.11.3, configuration /etc/postfix
    Nov 30 12:39:04 mail02 postfix/master[22275]: reload -- version 2.11.3, configuration /etc/postfix
    Nov 30 12:39:04 mail02 postfix/master[22275]: reload -- version 2.11.3, configuration /etc/postfix
    Nov 30 12:39:05 mail02 postfix/master[22275]: reload -- version 2.11.3, configuration /etc/postfix
    Nov 30 12:39:05 mail02 postfix/master[22275]: reload -- version 2.11.3, configuration /etc/postfix
    Nov 30 12:39:35 mail02 postfix/master[22275]: reload -- version 2.11.3, configuration /etc/postfix
    Nov 30 12:40:02 mail02 postfix/master[22275]: terminating on signal 15
    Nov 30 12:40:03 mail02 postfix/master[22833]: daemon started -- version 2.11.3, configuration /etc/postfix
    Nov 30 12:40:03 mail02 postfix/master[22833]: reload -- version 2.11.3, configuration /etc/postfix
    Nov 30 12:40:03 mail02 postfix/master[22833]: reload -- version 2.11.3, configuration /etc/postfix
    Nov 30 12:40:04 mail02 postfix/master[22833]: reload -- version 2.11.3, configuration /etc/postfix
    Nov 30 12:40:04 mail02 postfix/master[22833]: reload -- version 2.11.3, configuration /etc/postfix
    Nov 30 12:40:15 mail02 postfix/master[22833]: reload -- version 2.11.3, configuration /etc/postfix
    
    When it's happen I have to reload with ifup eth0 twice time!
    I don't understant why... my lab setup is fresh without any customisation and I have the same trouble

    Anyone have an idea ?
    I don't found any reported issue about that.


    Tanks
    Ced
     
  2. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

    Under Server Config > Server tab, do you have the 'Network Configuration' checkbox on?
     
  3. gody

    gody Member

    Hi Jesse,
    Nop, this option is uncheck.
     
  4. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

    Ok, no idea then; that's the only thing I know of in ispconfig that's supposed to touch interface configuration.
     
  5. gody

    gody Member

    yeah i know :(
    Really weird... i edit mail01 and the network interface of mail02 03 04 05 ...shuting down
     
  6. florian030

    florian030 ISPConfig Developer ISPConfig Developer

    Check the server-plugins in /usr/local/ispconfig/server/plugins-enabled on the slave and turn on debug-logging
     
  7. gody

    gody Member

    Debug on mail02, after adding RBL on mail01

    Code:
    01.12.2016-09:06 - DEBUG - Found 2 changes, starting update process.
    01.12.2016-09:06 - DEBUG - Replicated from master: REPLACE INTO server ( ... truncate ... )
    01.12.2016-09:06 - DEBUG - Calling function 'update' from plugin 'network_settings_plugin' raised by event 'server_update'.
    01.12.2016-09:06 - DEBUG - Network configuration disabled in server settings.
    01.12.2016-09:06 - DEBUG - Changed /etc/hostname to mail02.lab
    01.12.2016-09:06 - DEBUG - Changed changed myhostname and mydestination in postfix main.cf to mail02.lab
    01.12.2016-09:06 - DEBUG - Calling function 'update' from plugin 'postfix_server_plugin' raised by event 'server_update'.
    01.12.2016-09:06 - DEBUG - Processed datalog_id 657
    01.12.2016-09:06 - DEBUG - Replicated from master: REPLACE INTO server ( ... truncate ... )
    01.12.2016-09:06 - DEBUG - Calling function 'update' from plugin 'network_settings_plugin' raised by event 'server_update'.
    01.12.2016-09:06 - DEBUG - Network configuration disabled in server settings.
    01.12.2016-09:06 - DEBUG - Changed /etc/hostname to mail02.lab
    01.12.2016-09:06 - DEBUG - Changed changed myhostname and mydestination in postfix main.cf to mail02.lab
    01.12.2016-09:06 - DEBUG - Calling function 'update' from plugin 'postfix_server_plugin' raised by event 'server_update'.
    01.12.2016-09:06 - DEBUG - Processed datalog_id 658
    
     
    Last edited: Dec 1, 2016

Share This Page