Dear All, Now I am running a test/fresh install of DBMail 2.2.4/PostgreSQL 8.2.4/Exim 4.67 on an Ubuntu 6.10 install on a Dell hardware and confronted with the following FATAL errors in the logs, reported at the startup.
But amusingly all three daemons (dbmail-lmtpd, dbmail-pop3d and dbmail-imapd) are functioning the way they are expected. Any possible explanation on this is appreciated. Thanks in advance. Lasantha. <level_2_log> May 10 19:09:43 deimos dbmail/lmtpd[4977]: Error PQconnectdb failed: could not connect to server: Connection refused ^IIs the server running on host "localhost" and accepting ^ITCP/IP connections on port 5432? May 10 19:09:43 deimos dbmail/lmtpd[4977]: FATAL Unable to connect to database. May 10 19:09:43 deimos dbmail/imapd[4980]: Error PQconnectdb failed: could not connect to server: Connection refused ^IIs the server running on host "localhost" and accepting ^ITCP/IP connections on port 5432? May 10 19:09:43 deimos dbmail/imapd[4980]: FATAL Unable to connect to database. May 10 19:09:43 deimos dbmail/pop3d[4996]: Error PQconnectdb failed: could not connect to server: Connection refused ^IIs the server running on host "localhost" and accepting ^ITCP/IP connections on port 5432? May 10 19:09:43 deimos dbmail/pop3d[4996]: FATAL Unable to connect to database. May 10 19:09:43 deimos exim[5017]: exim 4.67 daemon started: pid=5017, -q10m, not listening for SMTP May 10 19:09:43 deimos exim[5024]: Start queue run: pid=5024 May 10 19:09:43 deimos exim[5024]: End queue run: pid=5024 May 10 19:09:43 deimos exim[5039]: exim 4.67 daemon started: pid=5039, no queue runs, listening for SMTP on port 25 (IPv4) port 10025 (IPv4) May 10 19:19:43 deimos exim[5272]: Start queue run: pid=5272 May 10 19:19:43 deimos exim[5272]: End queue run: pid=5272 </level_2_log> <pg_hba.conf> # "local" is for Unix domain socket connections only local all all trust # IPv4 local connections: host all all 127.0.0.1/32 trust </pg_hba.conf> <dbmail.conf> # $Id: dbmail.conf 2406 2006-12-31 21:22:22Z aaron $ # (c) 2000-2006 IC&S, The Netherlands # # Configuration file for DBMAIL [DBMAIL] # # Database settings # # # Supported drivers are mysql, pgsql, sqlite. # driver = pgsql # # Supported drivers are sql, ldap. # authdriver = sql # # Host for database, set to localhost if database is on # the same host as dbmail and you want to use a local # socket for connecting. # host = localhost # # If you want to use TCP/IP for connecting to the database, # and have the database running on a non-standard port. # sqlport = 5432 # # When using a local socket connection to the database, fill # in the path to the socket here (e.g. /var/run/mysql.sock). # sqlsocket = # # Database username. # user = dbmail # # Database password. # pass = XXXXXXXXXXXX </dbmail.conf> _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
