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 the problem.  I am switching my server to FreeBSD 4.3 and would
> > like to upgrade to 2.0.14 - which is present in a FreeBSD port.
> >
> > Does anyone know where I can find install info specific to FreeBSD?  I
> > am checking out the html install info in the distribution, and it
> > notes a couple Linux specific steps, but . . .
> >
> > Any and all help is appreciated.
> >
> 
> Here are the steps I took to install on FreeBSD 4.3-STABLE
> 
> cd /usr/ports/mail/cyrus-imapd/
> sudo make clean
> sudo make
> sudo make install
> 
> # edited imapd.conf, added 'root' and 'cyrus' as admins, added tls-cert
> and key
> sudo vi /usr/local/etc/imapd.conf
> 

forgot this:

# run mkimap perl script to create directories and set permissions
sudo /usr/local/cyrus/bin/mkimap 

> # configured sendmail to deliver to cyrus
> # there's a sample file in the docs directory
> 
> # created openssl cert and key
> sudo openssl req -new -x509 -nodes -out /var/imap/server.pem -keyout
> /var/imap/server.pem -days 365
> 
> # mv /usr/local/etc/rc.d/imapd.sh.sample to imapd.sh
> 
> # test ssl
> imtest -t "" -a cyrus localhost
> 
> # created mailbox
> cyradm -user cyrus localhost
> localhost> cm user.josepht
> localhost> quit
> 
> # added sieve to inetd.conf
> sieve   stream  tcp     nowait  cyrus   /usr/local/cyrus/bin/timsieved
> timsieve
> d
> 
> # use sieveshell to manage sieve scripts
> sieveshell -u josepht localhost
> > put /home/josepht/sieve_test.script
> > activate sieve_test
> > quit
> 
-- 
J o e   T a l b o t t                        | I choose to believe 
OSS Engineer - Cornerstone Networks          | what I was programmed 
An Ntelos Communications Company             | to believe.
[EMAIL PROTECTED] - 804-817-7000           |             -Futurama

Reply via email to