Guest User!

You are not Sophos Staff.

[7.260] db_host.local unresolveable [CONFIRMED]

I have upgraded my Astaro from version 7.201 to 7.260.

The smtp proxy doesn't work because exim cannot resolv name of host of database when graylist is on:

smtp.log: 2008:07:24-01:03:25 (none) exim[11619]: [1\26] 2008-07-24 01:03:25 1KLnMi-00031P-1n H= F=<> temporarily rejected after DATA: PGSQL connection failed: could not translate host name "db_host.local" to address: Name or service not known

When graylist if off, the smtp works.

Regards,
Walter
__________________
Running Astaro ASG 
2 DELL 1950 4096 MB RAM in HA mode Active/Passive
Parents
  • I change my exim.conf:

    #pgsql_servers = db_host.local/smtp/postgres/postgres
    pgsql_servers = 127.0.0.1::5432/smtp/postgres/postgres

    and now smtp proxy works fine.

    It's very strange because the host db_host.local has correct address in Astaro: 127.0.0.1.

    I have installed on new hardware version 7.250 and then i upgrade to 7.260 and this problem of exim failed resolution dns doesn't happen.

    Regards,

    Walter
Reply
  • I change my exim.conf:

    #pgsql_servers = db_host.local/smtp/postgres/postgres
    pgsql_servers = 127.0.0.1::5432/smtp/postgres/postgres

    and now smtp proxy works fine.

    It's very strange because the host db_host.local has correct address in Astaro: 127.0.0.1.

    I have installed on new hardware version 7.250 and then i upgrade to 7.260 and this problem of exim failed resolution dns doesn't happen.

    Regards,

    Walter
Children