I've been looking through the configure options and can't seem to find a place to specify where dovecot.conf lives. I want the default location to be in /etc and not under the dovecot install directory tree. -- Andy
On lun 12 set, Andy Cravens wrote:> I've been looking through the configure options and can't seem to find a > place to specify where dovecot.conf lives. I want the default location > to be in /etc and not under the dovecot install directory tree.make clean && ./configure --sysconfdir=/etc ... -- debe