29 Aug
2003
29 Aug
'03
11:19 a.m.
On Fri, 2003-08-29 at 00:47, Michael Ducy wrote:
Sorry, it has been a long day. I noticed my message left something out. When I start dovecot using "pgsql /etc/dovecot-pgsql.conf" for auth_passdb and auth_userdb it dies with no error.
dovecot process dies too? If there's no error, it means it crashes. Check if there's a core file in /usr/local/var/run/dovecot/? Or if not:
gdb /usr/local/sbin/dovecot run -F
then you should see where it crashes? "bt" gives backtrace.