diff options
author | clive <clive@FreeBSD.org> | 2001-02-21 10:25:59 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-02-21 10:25:59 +0800 |
commit | fc00f473b9821ed5e260f7e4dfe281613877360f (patch) | |
tree | 07626c51d2774a002857d139ff110a0692db6303 /mail/nullmailer/pkg-message | |
parent | 5adc724d70a8d86f496241d9815ee4e553437692 (diff) | |
download | freebsd-ports-gnome-fc00f473b9821ed5e260f7e4dfe281613877360f.tar.gz freebsd-ports-gnome-fc00f473b9821ed5e260f7e4dfe281613877360f.tar.zst freebsd-ports-gnome-fc00f473b9821ed5e260f7e4dfe281613877360f.zip |
This buffer is for notes you don't want to save, and for Lisp evaluation.
If you want to create a file, visit that file with C-x C-f,
then enter the text in that file's own buffer.
Add nullmailer, a sendmail compatible MTA which only does one thing:
send mail to a SMTP or QMQP smart relay.
NOTICE: This port is usable now, but not yet dumb-safe. Please pay
attention on its pkg-message.
Diffstat (limited to 'mail/nullmailer/pkg-message')
-rw-r--r-- | mail/nullmailer/pkg-message | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/nullmailer/pkg-message b/mail/nullmailer/pkg-message new file mode 100644 index 000000000000..c88f536f8101 --- /dev/null +++ b/mail/nullmailer/pkg-message @@ -0,0 +1,15 @@ +================================================================== +1) Add the following line into your /etc/syslog.conf and + killall -1 syslogd: +local5.info /var/log/nullmail + +NOTICE: This entry must be before +*.* /var/log/all.log + +2) Touch /var/log/nullmail as root. + +3) Add this line into your /etc/newsyslog.conf: +/var/log/nullmail 644 7 * @T00 Z + +4) Edit %%PREFIX%%/etc/nullmailer/remotes +================================================================== |