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

Puremessage for Linux

We changed the ip address of one of the network adapters on a Suse 9.3 Server running PureMessage 5.5 for SMTP.

but we get this error when we try to login to the quarantine (card with ip 192.168.11.10 was previously 192.168.1.10)

DBI connect('dbname=pmx_quarantine;port=5432;host=mail.xxxx.xx','',...) failed:
FATAL: no pg_hba.conf entry for host "::ffff:192.168.11.10", user "pmx", database "pmx_quarantine"
at /opt/pmx/lib/site_perl/5.8.7/PureMessage/MessageStore/pmdb.pm line 129
any suggestions ?
:1343


This thread was automatically locked due to age.
  •  I think maybe you should look in your pg_hba.conf file, there is probably an IPv6 address configured there that postgres can not find. There was one for loopback that was giving me trouble until I commented it out.

    /opt/pmx/postgres/var/data/pg_hba.conf is where mine is located:

    host    all         all         127.0.0.1/32          trust
    # IPv6 local connections:
    #host    all         all         ::1/128               trust

    Erric

    :1356
  • thkx .

    did that, restarted the service and all seems to run well

    :1407