diff options
author | adam <adam@FreeBSD.org> | 1994-09-26 02:59:08 +0800 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1994-09-26 02:59:08 +0800 |
commit | 28baac6b4afdc457b3319574ace92196d2b10fa3 (patch) | |
tree | c8dd4d65b97a19ef7e8e56eb4076fb24002d1034 /mail/procmail/pkg-descr | |
parent | e17d09ed07953e3dc996f26e51ea4f4095bf229b (diff) | |
download | freebsd-ports-gnome-28baac6b4afdc457b3319574ace92196d2b10fa3.tar.gz freebsd-ports-gnome-28baac6b4afdc457b3319574ace92196d2b10fa3.tar.zst freebsd-ports-gnome-28baac6b4afdc457b3319574ace92196d2b10fa3.zip |
Brought in procmail
Diffstat (limited to 'mail/procmail/pkg-descr')
-rw-r--r-- | mail/procmail/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/procmail/pkg-descr b/mail/procmail/pkg-descr new file mode 100644 index 000000000000..e7761038505c --- /dev/null +++ b/mail/procmail/pkg-descr @@ -0,0 +1,9 @@ +This is ProcMail, the ultimate incoming mail processor. +If you want it to replace the functionality of /usr/libexec/mail.local +then it must be suid root and needs the following lines in your +hostname.mc file for sendmail: + +define(`LOCAL_MAILER_PATH', /usr/local/bin/procmail)dnl +define(`LOCAL_MAILER_FLAGS', ShPfn)dnl +define(`LOCAL_MAILER_ARGS', procmail -a $h -d $u)dnl +mailer(local)dnl |