diff options
-rw-r--r-- | src/src/configure.default | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/src/configure.default b/src/src/configure.default index 729cdc392..3423ee0af 100644 --- a/src/src/configure.default +++ b/src/src/configure.default @@ -808,9 +808,6 @@ begin transports remote_smtp: driver = smtp message_size_limit = ${if > {$max_received_linelength}{998} {1}{0}} -.ifdef _HAVE_PRDR - hosts_try_prdr = * -.endif # This transport is used for delivering messages to a smarthost, if the @@ -849,9 +846,6 @@ smarthost_smtp: tls_require_ciphers = SECURE192:-VERS-SSL3.0:-VERS-TLS1.0:-VERS-TLS1.1 .endif .endif -.ifdef _HAVE_PRDR - hosts_try_prdr = * -.endif # This transport is used for local delivery to user mailboxes in traditional |