The mail/up-imapproxy rc.d script is missing an entry. This causes the port to not function, because it is not able to find its own config file. Even if imapproxyd_conf is set within rc.conf it will be ignored. On startup it says: in.imapproxyd: SetConfigOptions(): Unable to open config file '/etc/imapproxy.conf': No such file or directory -- Exiting I did a quick fix to the rc.d script to make it work for me. How-To-Repeat: 1. install mail/up-imapproxy 2. copy example config file to /usr/local/etc/imapproxyd.conf 3. try to start: /usr/local/etc/rc.d/imapproxyd start 4. you will get an error log message saying: in.imapproxyd: SetConfigOptions(): Unable to open config file '/etc/imapproxy.conf': No such file or directory -- Exiting
Responsible Changed From-To: freebsd-ports-bugs->mbr Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=122422 Date: Mon, 8 Sep 2008 12:44:08 +0200
State Changed From-To: open->closed Fixed via autoconf, thanks anyway