blob: 0862c5f41cb5da9211ebd124c1e1cc208ae30fad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
**************************************************************
smtpfeed is installed into /usr/pkg/libexec/smtpfeed.
You'll need to perform 3 steps, (a) to (c), to make smtpfeed
work:
(a) replace /etc/sendmail.cf
(b) replace sendmail with the patched sendmail
(c) setting up /etc/syslog.conf
(a) depends on what kind of configuration tool you are using
with sendmail.cf. Read through documentation in
/usr/pkg/share/doc/smtpfeed for details.
(b) can be done by performing "make install-sendmail" in the
port directory.
WARNING: Existing sendmail (/usr/libexec/sendmail/sendmail) will be
overwritten right away! Backup by yourself for safety.
"make backup-sendmail" would copy old one to sendmail.dist.
(c) is the easiest of the three items; see file named INSTALL
in /usr/pkg/share/doc/smtpfeed.
**************************************************************
|