From aba560a3ee7a58acdd928a59c330cbd4d34a1cc8 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 30 Jul 2004 21:38:07 +0000 Subject: VERP support is a standard feature in Postfix. --- mail/postfix/Makefile.options | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/mail/postfix/Makefile.options b/mail/postfix/Makefile.options index b8d626445d2..6b6223748d6 100644 --- a/mail/postfix/Makefile.options +++ b/mail/postfix/Makefile.options @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.options,v 1.5 2004/07/30 21:05:41 jlam Exp $ +# $NetBSD: Makefile.options,v 1.6 2004/07/30 21:38:07 jlam Exp $ # Global and legacy options # @@ -7,14 +7,14 @@ # XXX # XXX POSTFIX_USE_INET6 POSTFIX_USE_TLS # XXX POSTFIX_USE_PCRE POSTFIX_USE_MYSQL -# XXX POSTFIX_USE_PGSQL POSTFIX_USE_VERP -# XXX POSTFIX_USE_SASL_AUTH POSTFIX_OPTIONS +# XXX POSTFIX_USE_PGSQL POSTFIX_OPTIONS +# XXX POSTFIX_USE_SASL_AUTH # .if defined(USE_SASL) || defined(USE_SASL2) || defined(USE_OPENLDAP) || \ defined(POSTFIX_USE_INET6) || defined(POSTFIX_USE_TLS) || \ defined(POSTFIX_USE_PCRE) || defined(POSTFIX_USE_MYSQL) || \ - defined(POSTFIX_USE_PGSQL) || defined(POSTFIX_USE_VERP) || \ - defined(POSTFIX_USE_SASL_AUTH) + defined(POSTFIX_USE_PGSQL) || defined(POSTFIX_USE_SASL_AUTH) || \ + defined(POSTFIX_OPTIONS) . if !defined(PKG_OPTIONS.postfix) . if defined(USE_SASL) && !empty(USE_SASL:M[yY][eE][sS]) PKG_OPTIONS.postfix+= sasl @@ -40,9 +40,6 @@ PKG_OPTIONS.postfix+= mysql . if defined(POSTFIX_USE_PGSQL) && !empty(POSTFIX_USE_PGSQL:M[yY][eE][sS]) PKG_OPTIONS.postfix+= pgsql . endif -. if defined(POSTFIX_USE_VERP) && !empty(POSTFIX_USE_VERP:M[yY][eE][sS]) -PKG_OPTIONS.postfix+= verp -. endif . if defined(POSTFIX_USE_SASL_AUTH) && defined(POSTFIX_USE_SASL_AUTH) PKG_OPTIONS.postfix+= sasl . endif -- cgit v1.2.3