~ubuntu-branches/ubuntu/trusty/postfix/trusty-proposed

« back to all changes in this revision

Viewing changes to src/smtpd/smtpd.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Wietse Venema, Kees Cook
  • Date: 2011-02-23 02:04:21 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20110223020421-1hxhntwr0fvyzucd
[Wietse Venema]

* new upstream version

[Kees Cook]

* debian/init.d: fix relative path problem in CA bundle chroot copying. 
  Closes: #614748, #614750  LP: #723312

Show diffs side-by-side

added added

removed removed

Lines of Context:
4028
4028
        TLS_SERVER_START(&props,
4029
4029
                         ctx = smtpd_tls_ctx,
4030
4030
                         stream = state->client,
 
4031
                         fd = -1,
4031
4032
                         log_level = var_smtpd_tls_loglevel,
4032
4033
                         timeout = var_smtpd_starttls_tmout,
4033
4034
                         requirecert = requirecert,