Re: courier-imap installation

2005-01-02 Thread artware
Thanks, though I've switched to qpopper, and it's working fine. Now my only problem is trying to get postfix working with TLS and SASL. I'm working off of these instructions: http://yocum.org/faqs/postfix-tls-sasl.html But even though postfix and saslauthd are running with no problems, I can't seem

Re: courier-imap installation

2005-01-01 Thread Volker Kindermann
Hi Ben, /usr/local/etc/rc.d/courier-imap-pop3d.sh.sample (because I'm trying to run a POP3 server) and now I get: /usr/local/etc/courier-imap/pop3d does not exist, forgot make install-configure? perhaps you should rename the courier files in /usr/local/etc/rc.d from .sample to ? Like: cd /usr/lo

Re: courier-imap installation

2005-01-01 Thread David Kelly
On Jan 1, 2005, at 4:03 PM, Danny MacMillan wrote: 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. Somebody should have mentioned this by now: http://ezine.daem

Re: courier-imap installation

2005-01-01 Thread artware
Cool -- so now I think I may have the daemon running -- ps ax | grep pop reveals: 564 p0 I 0:00.00 /usr/local/sbin/courierlogger pop3d However, I'm unable to connect via a POP3 client... I'm not sure what my /etc/inetd.conf line should look like -- I'm using: pop3stream tcp nowait

Re: courier-imap installation

2005-01-01 Thread Danny MacMillan
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 s

Re: courier-imap installation

2005-01-01 Thread albi
artware wrote: Should I be using qpopper instead? if you only want plain pop3 that might be a good choice, courier-imap is imap, imap-ssl, pop3 and pop3-ssl, although you can certainly choose to enable just one of them try to build it from the ports: cd /usr/ports/mail/courier-imap/ make install cl

Re: courier-imap installation

2005-01-01 Thread artware
Should I be using qpopper instead? - ben ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: courier-imap installation

2005-01-01 Thread artware
Martin, Thanks for the quick reply! I ran /usr/local/etc/rc.d/courier-imap-pop3d.sh.sample (because I'm trying to run a POP3 server) and now I get: /usr/local/etc/courier-imap/pop3d does not exist, forgot make install-configure? Where would the pkg_mesg file be? - ben On Sat, 1 Jan 2005 21:06

Re: courier-imap installation

2005-01-01 Thread Martin Hepworth
If you did from the ports tree then they'll be an rc script in /usr/local/etc/rc.d (or look in the pkg_mesg file in the directory to see exactly where it it... -- Martin On Sat, 1 Jan 2005 14:57:34 -0600, artware <[EMAIL PROTECTED]> wrote: > Hey everyone, > > I'm a n00b to FreeBSD, and I'm tryi