Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 669de6d21d8b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9534da25bf7a
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 5, 2020

  1. postfix: used recommended configuration key to enable tls

    > With Postfix 2.3 and later use smtp_tls_security_level instead.
    
    http://www.postfix.org/postconf.5.html#smtp_use_tls
    asbachb committed Jul 5, 2020
    Copy the full SHA
    9d69783 View commit details
    Browse the repository at this point in the history
  2. postfix: deprecated sslCACert in favour of tlsTrustedAuthorities

    `sslCACert` was used for trust store of client and server certificates. Since `smtpd_tls_ask_ccert` defaults to no the setup of `smtpd_tls_CApath` was removed.
    
    >By default (see smtpd_tls_ask_ccert), client certificates are not requested, and smtpd_tls_CApath should remain empty.
    see http://www.postfix.org/postconf.5.html#smtpd_tls_CAfile
    asbachb committed Jul 5, 2020
    Copy the full SHA
    632104e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Merge pull request #90115 from asbachb/postfix-tls

    postfix: Replaced config key by recommendation and introduced usage of system trust store
    nlewo committed Jul 9, 2020
    Copy the full SHA
    9534da2 View commit details
    Browse the repository at this point in the history