mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Exim is a drop-in replacement for sendmail. Since 4.1-RELEASE,
FreeBSD has shipped with mailwrapper(8), which facilitates the use of drop-in replacements for sendmail. Retire exim.sh in favour of the mailwrapper(8) approach. Requested by: AMAKAWA Shuhei <sa264@cam.ac.uk>
This commit is contained in:
parent
385508f68c
commit
c06da2ea40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44036
9 changed files with 15 additions and 60 deletions
|
@ -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
|
|
@ -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.
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
etc/exim/configure.default
|
||||
etc/rc.d/exim.sh
|
||||
info/exim_overview.info
|
||||
info/exim.info
|
||||
info/exim_filter.info
|
||||
|
|
|
@ -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
|
|
@ -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.
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
etc/exim/configure.default
|
||||
etc/rc.d/exim.sh
|
||||
info/exim_overview.info
|
||||
info/exim.info
|
||||
info/exim_filter.info
|
||||
|
|
|
@ -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
|
|
@ -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.
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
etc/exim/configure.default
|
||||
etc/rc.d/exim.sh
|
||||
info/exim_overview.info
|
||||
info/exim.info
|
||||
info/exim_filter.info
|
||||
|
|
Loading…
Add table
Reference in a new issue