aboutsummaryrefslogtreecommitdiffstats
path: root/mail/qmail
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2005-09-02 00:56:56 +0800
committergarga <garga@FreeBSD.org>2005-09-02 00:56:56 +0800
commit0348ebdc3dede0753d94f9786b7300e73916d57c (patch)
tree1186ab500134d2af47631c6939c7020097d44ea4 /mail/qmail
parentbcef00b8675a5111452d39a403418c5bb4fa15e7 (diff)
downloadfreebsd-ports-gnome-0348ebdc3dede0753d94f9786b7300e73916d57c.tar.gz
freebsd-ports-gnome-0348ebdc3dede0753d94f9786b7300e73916d57c.tar.zst
freebsd-ports-gnome-0348ebdc3dede0753d94f9786b7300e73916d57c.zip
- Add one more OPTION to qmail-smtp_auth+tls slave port, to apply a
custom version of maxrcpt patch made by Ederson Chimbida <chimbida@gmail.com>
Diffstat (limited to 'mail/qmail')
-rw-r--r--mail/qmail/Makefile12
-rw-r--r--mail/qmail/distinfo2
2 files changed, 14 insertions, 0 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index 996a4712c601..05aa4ea2a239 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -59,6 +59,10 @@ BARRIER_RFC2821_PATCH= yes
BARRIER_SPF_PATCH= yes
.endif
+.if !defined(SLAVE_SMTP_AUTH_TLS)
+BARRIER_MAXRCPT_PATCH= yes
+.endif
+
.if !defined(BARRIER_DNS_PATCH)
# Patch necessary to cope with non-RFC >512 dns entries
# Since AOL has been using those, the problem has skyrocketed from minor to
@@ -139,6 +143,9 @@ OPTIONS+= DISCBOUNCES_PATCH "discard double-bounces" off
.if !defined(BARRIER_SPF_PATCH)
OPTIONS+= SPF_PATCH "Implement SPF checker" off
.endif
+.if !defined(BARRIER_MAXRCPT_PATCH)
+OPTIONS+= MAXRCPT_PATCH "Limit max RCPT's allowed per message" off
+.endif
.if defined(SLAVE_TLS) || defined(SLAVE_SMTP_AUTH_TLS)
OPTIONS+= TLS_DEBUG "enable additional debug information" off
.elif defined(SLAVE_LDAP)
@@ -353,6 +360,11 @@ PATCHFILES+= qmail-1.03-starttls-smtp-auth_outgoingip.patch:smtp_auth_tls
PATCHFILES+= qmail-1.03-starttls-smtp-auth.patch:smtp_auth_tls
.endif
+.if defined(WITH_MAXRCPT_PATCH) && !defined(BARRIER_MAXRCPT_PATCH)
+PATCH_SITES+= http://www.unixlike.com.br/coisas/qmail/:maxrcpt
+PATCHFILES+= qmail-1.03-maxrcpt.freebsd_qmail-smtp+tls_port.patch:maxrcpt
+.endif
+
.endif
.if defined(WITH_MAILDIRQUOTA_PATCH) && !defined(BARRIER_MAILDIRQUOTA_PATCH)
diff --git a/mail/qmail/distinfo b/mail/qmail/distinfo
index 0924e80b9b36..9a7b481625dd 100644
--- a/mail/qmail/distinfo
+++ b/mail/qmail/distinfo
@@ -38,3 +38,5 @@ MD5 (qmail/qmail-discard-double-bounces.patch) = 55d45bb8d2c3822a0e3544058aa5a3a
SIZE (qmail/qmail-discard-double-bounces.patch) = 1305
MD5 (qmail/qmail-spf-rc5.patch) = 434bd84b87e2027cfa643673c498bd6f
SIZE (qmail/qmail-spf-rc5.patch) = 63582
+MD5 (qmail/qmail-1.03-maxrcpt.freebsd_qmail-smtp+tls_port.patch) = 0b4fc2811bf1b358d6229c8ada08a8cf
+SIZE (qmail/qmail-1.03-maxrcpt.freebsd_qmail-smtp+tls_port.patch) = 1771