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: 50fb327d7a3e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 011d0733939f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 14, 2021

  1. nixos/postfix: allow custom smtp_tls_security_level

    I run Postfix on my workstation as a smarthost, where it only ever
    talks to my SMTP server.  Because I know it'll only ever connect to
    this server, and because I know this server supports TLS, I'd like to
    set smtp_tls_security_level to "encrypt" so Postfix won't fall back to
    an unencrypted connection.
    alyssais committed Jan 14, 2021
    Copy the full SHA
    9ed5ee9 View commit details
    Browse the repository at this point in the history
  2. nixos/postfix: deprecate services.postfix.useDane

    Now that smtp_tls_security_level is using mkDefault, and therefore can
    be overridden, there's no need for an option for overriding it to a
    specific value.
    alyssais committed Jan 14, 2021
    Copy the full SHA
    011d073 View commit details
    Browse the repository at this point in the history