diff options
author | pav <pav@FreeBSD.org> | 2004-05-02 20:24:06 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-02 20:24:06 +0000 |
commit | 6bd952c3046bef8e8b16f7e6853d85e4979b8d25 (patch) | |
tree | 9dafcfd972854f7c3ad76ca40cad115997ac46d6 /mail/Makefile | |
parent | 6a0158b414e7f46a76a880e3826ad4f60399ac87 (diff) | |
download | FreeBSD-ports-6bd952c3046bef8e8b16f7e6853d85e4979b8d25.zip FreeBSD-ports-6bd952c3046bef8e8b16f7e6853d85e4979b8d25.tar.gz |
Add MasqMail, a mail server designed for hosts that do not have a permanent
internet connection eg. a home network or a single host at home. It has
special support for connections to different ISPs. It replaces sendmail or
other MTAs such as qmail or exim.
PR: ports/65178
Submitted by: Andrey Slusar <vasallia@ukr.net>
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 6900e05..daf2bdf 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -155,6 +155,7 @@ SUBDIR += mairix SUBDIR += majorcool SUBDIR += majordomo + SUBDIR += masqmail SUBDIR += mavbiff SUBDIR += mb2md SUBDIR += mboxcheck-applet |