Date: Sat, 01 Jan 2005 15:03:23 -0700 From: Danny MacMillan <flowers@users.sourceforge.net> To: artware <artware@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: courier-imap installation Message-ID: <20050101220323.GA1119@procyon.nekulturny.org> In-Reply-To: <fd091951050101125754743aa2@mail.gmail.com> References: <fd091951050101125754743aa2@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jan 01, 2005 at 02:57:34PM -0600, artware wrote: > Hey everyone, > > I'm a n00b to FreeBSD, and I'm trying to install courier-imap > with 5.3, but I'm not sure what steps I should be taking. I did: > pkg_add -r courier-imap > However, when I do: > /usr/local/libexec/courier-imap/imapd.rc start > (as the courier-imap manual instructs), it gives me: > /usr/local/etc/courier-imap/imapd does not exist, forgot make > install-configure? Did you look in the /usr/local/etc/courier-imap directory? It will contain a number of *.dist files that you will have to copy and modify to configure your installation. For example, if you want to serve imap you will have to rename imapd.dist to imapd and edit the resulting /usr/local/etc/courier-imap/imapd file so that it is configured the way you want. The file is heavily commented and the necessary changes should be trivial. > Which is odd, because imapd actually seems to be in > /usr/local/bin/imapd, and I would assume that courier-imap was That is the executable. > configured properly when it was prepared as a port. I would just It was installed properly, but quite a few ports require some post- install configuration, especially on the server side. -- Danny
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050101220323.GA1119>