This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Upgrade from 17 MR1 to MR2 breaks ImapPOP daemon

Dear All,

I am quite busy during this months and I am not following the community (sorry about that to all users). Today I found the time to upgrade XG to latest MR (from 17 MR1 to MR2) and the POPIMAP daemon does not start.

See the screenshot.

Running services -S from advanced shell reports this status:

The warren service does not start. If I try to start it using the service command, the output is:

service warren:start -dsnosync
503 Service Failed

More info from warren.log file:

Regards



This thread was automatically locked due to age.
Parents
  • Hi Luk,

    Check the certificate binding for IMAPS/POPS in your config.

    The default is to use the SecurityAppliance CA certificate.

    Here's the extract from a working /cfs/prxoy/warren/conf/policy.conf file (removing the ssl_password entry):

    POPS_IMAPS_SSL {
    ssl_deny_invalid_cert off
    ssl_trusted_cacert_dir "/conf/certificate/cacerts/"
    ssl_cert_file "/conf/certificate/cacerts/SecurityAppliance_SSL_CA.pem"
    ssl_key_file "/conf/certificate/caprivate/SecurityAppliance_SSL_CA.key"
    ssl_password "*****"
    OEM_value "SecurityAppliance"
    }

Reply
  • Hi Luk,

    Check the certificate binding for IMAPS/POPS in your config.

    The default is to use the SecurityAppliance CA certificate.

    Here's the extract from a working /cfs/prxoy/warren/conf/policy.conf file (removing the ssl_password entry):

    POPS_IMAPS_SSL {
    ssl_deny_invalid_cert off
    ssl_trusted_cacert_dir "/conf/certificate/cacerts/"
    ssl_cert_file "/conf/certificate/cacerts/SecurityAppliance_SSL_CA.pem"
    ssl_key_file "/conf/certificate/caprivate/SecurityAppliance_SSL_CA.key"
    ssl_password "*****"
    OEM_value "SecurityAppliance"
    }

Children