Get an error trying to start courier-imap: ===================================================== mail1 courier-imap # /etc/init.d/courier-imapd start * Starting authdaemond.pqsql... /usr/bin/env: /usr/lib/courier-imap/authlib/authdaemond.pqsql: No such file or directory [ !! ] * ERROR: Problem starting needed services. * "courier-imapd" was not started. ===================================================== Looking in /usr/lib/courier-imap/authlib/ there is a file called authdaemond.pqsql. I created a softlink in that directory: # ln -s ./authdaemond.pgsql authdaemond.pqsql All works now. So, looks to me like there's a typo somewhere... Keith
Fixed small typo. changed pqsql to pgsql in authdaemond.rc6. Closes bug #5163.