gdb says the program exits normally. However I have found the problem.
In my dovecot-pgsql.conf file my user_query was written as
user_query= SELECT .....;
dovecot doesn't like that (and doesn't let me know that :) )
user_query = SELECT works.
Thanks, Michael
On Fri, 2003-08-29 at 03:19, Timo Sirainen wrote:
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.