Quoth John Oxley on Fri, Nov 11, 2005 at 11:25:24 +0200 > > I have installed FreeBSD 5.4 and downloaded EXIM 4.54 with the > > intention to install it and run it. > > The best way to install exim on FreeBSD is to use the ports system. > Basically with an up to date ports tree, run: > > cd /usr/ports/mail/exim > make install clean
You'll need to set up a few things in /etc/rc.conf:
sendmail_enable="NONE"
exim_enable="YES"
and change some lines in /etc/mail/mailer.conf
sendmail /usr/local/sbin/exim
??send-mail /usr/local/sbin/exim
??mailq /usr/local/sbin/exim -bp
??newaliases /usr/bin/true
??hoststat /usr/local/sbin/exim
??purgestat /usr/local/sbin/exim
But that's about it.
--
[EMAIL PROTECTED] -=*=- www.kierun.org
PGP: 009D 7287 C4A7 FD4F 1680 06E4 F751 7006 9DE2 6318
pgp796UOmsA9w.pgp
Description: PGP signature
-- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
