OT-EXIM

Pete Slagle freebsd-questions at box559.com
Fri Mar 3 10:37:58 PST 2006


Jean-Paul Natola wrote:

> I ran portupgrade on BSD and afterwards exim is failing to start,

> How can I go about reinstalling it, I do have my config files backed up so if
> need me I can copy them back.

$ su
# /usr/local/etc/rc.d/exim.sh stop
# killall exim
# cd /usr/ports/mail/exim
# make deinstall
# make install clean
# cp /your_backup_location/configure /usr/local/etc/exim/configure
# echo 'sendmail_enable="NONE"' >> /etc/rc.conf
# echo 'exim_enable="YES"' >> /etc/rc.conf
# /usr/local/etc/rc.d/exim.sh start
# exit

Good luck,
Pete





More information about the freebsd-questions mailing list