~ubuntu-branches/ubuntu/natty/exim4/natty

« back to all changes in this revision

Viewing changes to debian/debconf/conf.d/transport/30_exim4-config_remote_smtp_smarthost

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2009-05-13 12:15:29 UTC
  • mfrom: (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090513121529-bsu2n2jtqh3trou8
Tags: 4.69-11ubuntu1
* Merge from debian unstable (LP: #375923), remaining changes:
  - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
    Improve handling of broken messages when "exim4 -bp" (mailq) reports
    lines without size info

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
.ifdef REMOTE_SMTP_RETURN_PATH
25
25
  return_path = REMOTE_SMTP_RETURN_PATH
26
26
.endif
27
 
.ifdef REMOTE_SMTP_HELO_FROM_DNS
 
27
.ifdef REMOTE_SMTP_HELO_DATA
28
28
  helo_data=REMOTE_SMTP_HELO_DATA
29
29
.endif