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



_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to