Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Mar 2006 10:37:25 -0800
From:      Pete Slagle <freebsd-questions@box559.com>
To:        Jean-Paul Natola <jnatola@familycareintl.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: OT-EXIM
Message-ID:  <44088CE5.2080008@box559.com>
In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9760F34@fci-ex.FCI>
References:  <3A85D7EF44E1C744BF6434691F5659E9760F34@fci-ex.FCI>

next in thread | previous in thread | raw e-mail | index | archive | help

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






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44088CE5.2080008>