Cassidy Larson
2010-Sep-08 16:07 UTC
[Dovecot] Pigeonhole and Dovecot2 with custom config file
I start my dovecot with the "-c /path/to/custom/config" option so I can run multiple instances. Been trying out 2.0.1 so I can upgrade my boxes cleanly, but I require managesieve. So after installing the latest sources of the Pigeonhole plugin, I'm getting this when trying to start dovecot: # /usr/local/sbin/dovecot -c /usr/local/etc/dovecot/dovecot_custom.conf managesieve(root): Fatal: Error reading configuration: net_connect_unix(/usr/local/etc/dovecot/dovecot.conf) failed: No such file or directory doveconf: Error: managesieve-login: dump-capability process returned 89 Running Dovecot 2.0.1 on FreeBSD 8.1. Any help would be appreciated. Thanks! Cassidy
Timo Sirainen
2010-Sep-08 16:22 UTC
[Dovecot] Pigeonhole and Dovecot2 with custom config file
On Wed, 2010-09-08 at 10:07 -0600, Cassidy Larson wrote:> # /usr/local/sbin/dovecot -c /usr/local/etc/dovecot/dovecot_custom.conf > managesieve(root): Fatal: Error reading configuration: > net_connect_unix(/usr/local/etc/dovecot/dovecot.conf) failed: No such > file or directoryAttached patch should fix it. -------------- next part -------------- A non-text attachment was scrubbed... Name: diff Type: text/x-patch Size: 959 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20100908/fa8ff3ec/attachment-0002.bin>
Cassidy Larson
2010-Sep-08 17:10 UTC
[Dovecot] Pigeonhole and Dovecot2 with custom config file
worked for me. thanks! On Wed, Sep 8, 2010 at 10:22 AM, Timo Sirainen <tss at iki.fi> wrote:> On Wed, 2010-09-08 at 10:07 -0600, Cassidy Larson wrote: >> # /usr/local/sbin/dovecot -c /usr/local/etc/dovecot/dovecot_custom.conf >> managesieve(root): Fatal: Error reading configuration: >> net_connect_unix(/usr/local/etc/dovecot/dovecot.conf) failed: No such >> file or directory > > Attached patch should fix it. > >
Stephan Bosch
2010-Sep-08 18:59 UTC
[Dovecot] Pigeonhole and Dovecot2 with custom config file
On 09/08/2010 06:22 PM, Timo Sirainen wrote:> On Wed, 2010-09-08 at 10:07 -0600, Cassidy Larson wrote: > >> # /usr/local/sbin/dovecot -c /usr/local/etc/dovecot/dovecot_custom.conf >> managesieve(root): Fatal: Error reading configuration: >> net_connect_unix(/usr/local/etc/dovecot/dovecot.conf) failed: No such >> file or directory >> > Attached patch should fix it. >Applied: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/91117b838f30 Regards, Stephan.