diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-25 15:33:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-25 15:33:58 +0800 |
commit | d8f42c37b1144f62beab9df6c79f7232fad71872 (patch) | |
tree | 6211e0b59ba31bb477d7491f1c3dfc2e4d8a4d0f /mail/Makefile | |
parent | 003cb2ecc9747e76448a82a532bd827267e0859a (diff) | |
download | freebsd-ports-gnome-d8f42c37b1144f62beab9df6c79f7232fad71872.tar.gz freebsd-ports-gnome-d8f42c37b1144f62beab9df6c79f7232fad71872.tar.zst freebsd-ports-gnome-d8f42c37b1144f62beab9df6c79f7232fad71872.zip |
dot-forward reads sendmail's .forward files under qmail.
You can run it in the qmail startup script to support all
your existing .forward files automatically.
Individual users can switch to the .qmail mechanism at their leisure.
dot-forward supports forwarding, program deliveries, and comments.
It does not support file deliveries or :include:.
(However, it recognizes file delivery attempts,
and defers delivery to give you a chance to set up a .qmail file.)
WWW: http://cr.yp.to/dot-forward.html
PR: ports/184480
Submitted by: Uffe Jakobsen <uffe@uffe.org>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index a8cee4a9d0e2..344588e57fa0 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -94,6 +94,7 @@ SUBDIR += dkfilter SUBDIR += dkimproxy SUBDIR += dma + SUBDIR += dot-forward SUBDIR += dovecot SUBDIR += dovecot-antispam SUBDIR += dovecot-managesieve |