Displaying 2 results from an estimated 2 matches for "011tcp".
Did you mean:
011lip
2013 Mar 16
7
Connection to PGSQL fails?
..._gssapi.so
Mar 16 22:28:25 smtp dovecot: auth: Error: pgsql: Connect failed to serviceadmin: could not connect to server: Permission denied
Mar 16 22:28:25 smtp dovecot: auth: Error: #011Is the server running on host "10.50.150.35" and accepting
Mar 16 22:28:25 smtp dovecot: auth: Error: #011TCP/IP connections on port 5432?
Mar 16 22:28:25 smtp dovecot: auth: Debug: auth client connected (pid=1768)
But if I use psql and connects to the same db server with the same username and password, I can successfully connect...
What am I missing?
Regards,
BTJ
--
-------------------------------...
2014 Apr 26
2
Dovecot cannot connect to PostgreSQL server
...h2290750 dovecot: auth: Error: pgsql(localhost): Connect
failed to database mail: could not connect to server: Permission denied
Apr 26 16:40:28 h2290750 dovecot: auth: Error: #011Is the server running on
host "localhost" (::1) and accepting
Apr 26 16:40:28 h2290750 dovecot: auth: Error: #011TCP/IP connections on
port 5432?
I have double checked the database. It is listening correctly and I can
connect to it via
psql -U mailreader mail
I provided all necessary information to dovecot via this configuration
snippet:
driver = pgsql
connect = host=localhost dbname=mail user=mailreader pass...