After loading the firmware update, inbound mail stopped working. A little investigation revealed SMTP log entries for every inbound connection containing the following:
"Warning: ACL "warn" statement skipped: condition test deferred: PGSQL connection failed: could not translate host name "db_host.local" to address: Name or service not known"
creating a static DNS entry for "db_host.local" (in my case, under Network->DNS->Static Entries) pointing to 127.0.0.1 seems to be an effective work-around and is now allowing Exim to talk to PGSQL to do it's job...
Anyone else have this problem?
This thread was automatically locked due to age.