diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-05-28 23:56:59 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-05-28 23:56:59 +0800 |
commit | bc55f78ee9825d6f0dc0d0b903472dbfc6b61480 (patch) | |
tree | eafd5a108e5f6d5dabb8ffd2a15c37fa7fd4da68 /mail/qmail | |
parent | 76e39a8a7f21d526ac3c4f2c2fa874c8c4eec85e (diff) | |
download | freebsd-ports-graphics-bc55f78ee9825d6f0dc0d0b903472dbfc6b61480.tar.gz freebsd-ports-graphics-bc55f78ee9825d6f0dc0d0b903472dbfc6b61480.tar.zst freebsd-ports-graphics-bc55f78ee9825d6f0dc0d0b903472dbfc6b61480.zip |
Farewell qmail. You were good but the lack of an upstream maintainer or
ecosystem maintainers makes this not a viable mail system today. Personally
I am moving to postfix and have so far found it incredibly easy to setup and
already prefer it over qmail.
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 82cd77085c2..19fea7e0017 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${QMAIL_VERSION} DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_ONLY?= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER?= bdrewery@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org COMMENT?= Secure, reliable, efficient, simple, and fast MTA DIST_SUBDIR= qmail |