FS#6854 - courier-mta uses wrong pid directory
Attached to Project:
Arch Linux
Opened by Pierre Schmitz (Pierre) - Monday, 09 April 2007, 11:52 GMT
Last edited by Tobias Kieslich (tobias) - Thursday, 03 May 2007, 21:27 GMT
Opened by Pierre Schmitz (Pierre) - Monday, 09 April 2007, 11:52 GMT
Last edited by Tobias Kieslich (tobias) - Thursday, 03 May 2007, 21:27 GMT
|
Details
courier-mta is configured to use /var/run to store the pid
files of its daemons and scripts.
courierfilter does not work with this directory becase it is own by root and not writeable by the courier user. To solve this courier has to be compilied with "--with-piddir=/var/run/courier" and "/var/run/courier" must be owned by courier:courier. To reproduce this problem: just try to run "courierfilter start". |
This task depends upon
However I hope it's fixed for you now. That was the reason why I also rebuild courier-imap.