summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-mta/exim/exim-4.89-r1.ebuild')
-rw-r--r--mail-mta/exim/exim-4.89-r1.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/mail-mta/exim/exim-4.89-r1.ebuild b/mail-mta/exim/exim-4.89-r1.ebuild
index 8a1a3ff8af80..bf87e38b48d4 100644
--- a/mail-mta/exim/exim-4.89-r1.ebuild
+++ b/mail-mta/exim/exim-4.89-r1.ebuild
@@ -329,6 +329,13 @@ src_configure() {
EOC
fi
+ # Proxy Protocol
+ if use proxy; then
+ cat >> Makefile <<- EOC
+ SUPPORT_PROXY=yes
+ EOC
+ fi
+
#
# experimental features
@@ -375,13 +382,6 @@ src_configure() {
EOC
fi
- # Proxy Protocol
- if use proxy; then
- cat >> Makefile <<- EOC
- EXPERIMENTAL_PROXY=yes
- EOC
- fi
-
# Delivery Sender Notifications
if use dsn; then
cat >> Makefile <<- EOC
@@ -522,7 +522,6 @@ pkg_postinst() {
einfo "experimental-spec.txt."
fi
use tpda && einfo "TPDA/EVENT support is experimental"
- use proxy && einfo "proxy support is experimental"
use dsn && einfo "DSN support is experimental"
elog "The obsolete acl condition 'demime' is removed, the replacements"
elog "are the ACLs acl_smtp_mime and acl_not_smtp_mime"