diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-19 01:14:55 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-19 01:14:55 +0100 |
commit | 666eb084c9925c35d1e30d2809f04fcb57802a32 (patch) | |
tree | 60e86a17cfc3cbcfdde581523889643767e80563 /src | |
parent | a63442492d25b3ab12d0bce2a8b879e32855aa72 (diff) |
Docs: remove reduundant transport configu lines
Diffstat (limited to 'src')
-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 |