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

PGSQL connection failed After update 7.300

After firmware upate to 7.300 incomming email stopped.
smtp proxy logfile output:
PGSQL connection failed: could not translate host name "db_host.local" to address: Name or service not known

Is this a known problem?


This thread was automatically locked due to age.
Parents
  • This issue can occour in a HA/Cluster enviroment as far as I know. 

    You can solve this problem by logging in via SSH and execute the following commands on both units (Master and Slave):

    chmod 644 /var/chroot-smtp/etc/hosts

    /var/mdw/scripts/smtp restart


    This will change the right of the hosts file that it can be read by anyone.

    Best 
    Dominic
Reply
  • This issue can occour in a HA/Cluster enviroment as far as I know. 

    You can solve this problem by logging in via SSH and execute the following commands on both units (Master and Slave):

    chmod 644 /var/chroot-smtp/etc/hosts

    /var/mdw/scripts/smtp restart


    This will change the right of the hosts file that it can be read by anyone.

    Best 
    Dominic
Children