From e4b249f53d13ba63b2d7df3e96f2d88b51d6b8fb Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 1 Sep 2005 16:56:56 +0000 Subject: - Add one more OPTION to qmail-smtp_auth+tls slave port, to apply a custom version of maxrcpt patch made by Ederson Chimbida --- mail/qmail/Makefile | 12 ++++++++++++ mail/qmail/distinfo | 2 ++ 2 files changed, 14 insertions(+) (limited to 'mail') 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 -- cgit v1.2.3