Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
Nigel Metheringham edited this page Nov 29, 2012 · 2 revisions

Q0092

Question

The error message Program received signal SIGINT, Interrupt. occurs when I try to use Exim with PostgreSQL.

Answer

Check that you have not set

log_statement=true

in the PostgreSQL configuration file. It seems that this causes PostgreSQL to return logging information as the first row in a query result, which totally confuses Exim.


Clone this wiki locally