~ubuntu-branches/ubuntu/lucid/dovecot/lucid-security

« back to all changes in this revision

Viewing changes to debian/dovecot-postfix.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short, Ante Karamatic
  • Date: 2009-10-14 21:30:36 UTC
  • Revision ID: james.westby@ubuntu.com-20091014213036-7pftmasza4lo9gg4
Tags: 1:1.1.11-0ubuntu11
[Ante Karamatic]
* debian/dovecot-postfix.postinst:
  - reduce smtpd_tls_mandatory_ciphers to medium  (LP: #365390)
* debian/dovecot-postfix.README.Debian:
  - introduction and features of dovecot-postfix
* debian/rules:
  -  install debian changelog in dovecot-postfix

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
                                set_postfix_option "smtp_use_tls = yes"
67
67
                                set_postfix_option "smtpd_tls_received_header = yes"
68
68
                                set_postfix_option "smtpd_tls_mandatory_protocols = SSLv3, TLSv1"
69
 
                                set_postfix_option "smtpd_tls_mandatory_ciphers = medium, high"
 
69
                                set_postfix_option "smtpd_tls_mandatory_ciphers = medium"
70
70
                                set_postfix_option "smtpd_tls_auth_only = yes"
71
71
                                set_postfix_option "tls_random_source = dev:/dev/urandom"
72
72
                        fi