diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-15 14:12:44 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-15 14:12:44 +0000 |
commit | c06da2ea40294ac0a0c79dcc16c67d10d45750ef (patch) | |
tree | f41c14be466065907e97a6529f0c11c9f5325fbd /mail/exim | |
parent | 385508f68ce1f7d69a91689ca8d396fb01d556ca (diff) | |
download | ports-c06da2ea40294ac0a0c79dcc16c67d10d45750ef.tar.gz ports-c06da2ea40294ac0a0c79dcc16c67d10d45750ef.zip |
Notes
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/files/exim.sh | 17 | ||||
-rw-r--r-- | mail/exim/pkg-message | 7 | ||||
-rw-r--r-- | mail/exim/pkg-plist | 1 |
3 files changed, 5 insertions, 20 deletions
diff --git a/mail/exim/files/exim.sh b/mail/exim/files/exim.sh deleted file mode 100644 index 6e25c5a56d0b..000000000000 --- a/mail/exim/files/exim.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -args='-bd -q30m' - -case "$1" in -start) - [ -x /usr/local/sbin/exim ] && /usr/local/sbin/exim $args && echo -n ' exim' - ;; -stop) - killall exim && echo -n ' exim' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - exit 64 - ;; -esac - -exit 0 diff --git a/mail/exim/pkg-message b/mail/exim/pkg-message index 4cd17b173628..710778898b6b 100644 --- a/mail/exim/pkg-message +++ b/mail/exim/pkg-message @@ -9,7 +9,10 @@ as a comprehensive FAQ list, are available on the Exim web site: http://www.exim.org/ -To activate Exim: +To replace sendmail with Exim: 1) Create exim/configure from exim/configure.default . -2) Use the rc.d/exim/sh script to start the Exim daemon . +2) Stop the sendmail daemon. +3) Adjust mailer.conf(5) and set 'sendmail_enable' and 'sendmail_flags' + as appropriate in rc.conf(5). +4) Start exim with appropriate command-line options. diff --git a/mail/exim/pkg-plist b/mail/exim/pkg-plist index 81a349674177..e5c97e42ac94 100644 --- a/mail/exim/pkg-plist +++ b/mail/exim/pkg-plist @@ -1,5 +1,4 @@ etc/exim/configure.default -etc/rc.d/exim.sh info/exim_overview.info info/exim.info info/exim_filter.info |