freebsd-ports/mail/dovecot2
Adam Weinberger 5c3ad18a7a rc.d/dovecot allows for multiple concurrent dovecot setups, but in doing
so runs the dovecot binary against each provided configuration file to
obtain configuration data. When the configuration file doesn't exist, it
says:
	doveconf: Fatal: open(/im_not_here) failed: No such file or directory

Mistyping the conf file locations when doing multiple instances deserves
an error message. The real issue here is that in order to set up
dovecot, you have to actually copy files over from ${EXAMPLESDIR}. The
default configuration file intentionally does not exist in a clean
installation. So everybody who installs the dovecot2 port and does not
configure it will receive that message at every boot.

Fix it with a patch from pi that makes sure the conf file exists before
trying to do stuff with it.

PORTREVISION bump.

PR:		197275
Submitted by:	pi
2015-02-02 17:16:12 +00:00
..
files rc.d/dovecot allows for multiple concurrent dovecot setups, but in doing 2015-02-02 17:16:12 +00:00
distinfo Update dovecot2 to 2.2.15, and add an LZ4 option that uses liblz4. 2014-10-26 00:15:42 +00:00
Makefile rc.d/dovecot allows for multiple concurrent dovecot setups, but in doing 2015-02-02 17:16:12 +00:00
pkg-descr Enable support for GSSAPI from ports using USES=gssapi magic. PORTREVISION 2014-07-01 16:04:13 +00:00
pkg-plist Update dovecot2 to 2.2.14. PORTREVISION bumps for dovecot2-pigeonhole and 2014-10-14 17:34:59 +00:00