Re: Installing on FreeBSD

2001-07-04 Thread rj45
Install on FreeBSD is very easy. cd /usr/ports/mail/cyrus-imapd make make install I think it will also install sasl port itself then u go in /usr/local/etc and configure imapd.conf and cyrus.conf for your local needs, very easy and it works with no problems. Rick On Tue, 3 Jul 2001, Louis

Re: Installing on FreeBSD

2001-07-04 Thread Daeron
Hi, My experience is just the oppersite: FreeBSD 4.3, Cyrus 2.0.12 from /usr/ports/mail/cyrus-imap /usr/local/etc/imapd.conf edited with sasl_pwcheck: pam I've also tried PAM. /etc/pam.conf with imap auth required /usr/local/lib/pam_mysql.so user=. and same for pop3 But nothing

Installing on FreeBSD

2001-07-03 Thread Louis LeBlanc
Hey all. I have Cyrus imapd 1.6.24 running on a RH 6.2 linux box, and it has done quite well since just after the 1.6.24 release. No complaints whatsoever. Install was complicated, but well documented in the Linux HowTo, so great. Now the problem. I am switching my server to FreeBSD 4.3 and

Re: Installing on FreeBSD

2001-07-03 Thread Nick Sayer
It's fairly straightforward. I recommend this set of steps: 1. Install the db3 port. Just do that in the ordinary way. 2. Search the archives of this list for the SASL pwcheck_pam.c file. When you build the cyrus-sasl port, you want to modify the build so that pwcheck uses this file. 3.

Re: Installing on FreeBSD

2001-07-03 Thread Joe Talbott
Joe Talbott wrote: Louis LeBlanc wrote: Hey all. I have Cyrus imapd 1.6.24 running on a RH 6.2 linux box, and it has done quite well since just after the 1.6.24 release. No complaints whatsoever. Install was complicated, but well documented in the Linux HowTo, so great. Now

What is CYRUS_SERVICE? (was Re: Installing on FreeBSD)

2001-07-03 Thread Louis LeBlanc
Thanks for the pointers Joe. This seems to be along the lines I went, but I am running into a hitch with the test: # cyradm -user cyrus localhost Jul 3 16:51:36 acadia imapd: could not getenv(CYRUS_SERVICE); exiting Jul 3 16:51:36 acadia imapd: could not getenv(CYRUS_SERVICE); exiting IMAP

Re: Installing on FreeBSD

2001-07-03 Thread Louis LeBlanc
On 07/03/01 05:07 PM, Joe Talbott sat at the `puter and typed: Joe Talbott wrote: bunch of trimming forgot this: # run mkimap perl script to create directories and set permissions sudo /usr/local/cyrus/bin/mkimap bunch of trimming Of course. I think this is that step that most

Re: Installing on FreeBSD

2001-07-03 Thread Louis LeBlanc
Thanks for the info Nick. I had no problems with db3 or SASL, and I already have a pretty clean sendmail config that will pipe messages through procmail - which then calls deliver. Makes for a much more dynamic and flexible mail filtering system. As for the PAM stuff, I was really planning to

Re: Installing on FreeBSD

2001-07-03 Thread Hajimu UMEMOTO
Hi, On Tue, 03 Jul 2001 15:23:46 -0400 Joe Talbott [EMAIL PROTECTED] said: josepht Here are the steps I took to install on FreeBSD 4.3-STABLE There are requests that someone wish to have spool directory in another place than default. So, current cyrus-imapd port doesn't create spool

Re: What is CYRUS_SERVICE? (was Re: Installing on FreeBSD)

2001-07-03 Thread Louis LeBlanc
On 07/03/01 08:07 PM, Ken Murchison sat at the `puter and typed: SNIP Take a look at your [x]inetd.conf file and make sure there aren't any entries for imap, pop3, etc. SNIP Is that a typo? 'make sure there aren't any entries for imap, pop3, etc'??? What about sieve? Thanks Lou --