diff options
author | EuAndreh <eu@euandre.org> | 2023-03-16 17:09:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-16 17:09:15 -0300 |
commit | 3041e069c145b81938454301c523282a350c08b4 (patch) | |
tree | 7a77caad6c562c9cb28b4eba407ca260e2ee6150 | |
parent | etc/guix/system.scm: Use default values for Postfix main.cf, instead of re-ha... (diff) | |
download | dotfiles-3041e069c145b81938454301c523282a350c08b4.tar.gz dotfiles-3041e069c145b81938454301c523282a350c08b4.tar.xz |
etc/nix/configuration.nix: Remove empty line separator of Postfix config
-rw-r--r-- | etc/nix/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 28fced0..a510c8d 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -89,7 +89,6 @@ smtp_sasl_auth_enable = yes smtp_sasl_security_options = noanonymous smtp_tls_security_level = encrypt - smtp_tls_note_starttls_offer = yes smtp_use_tls = yes smtp_sender_dependent_authentication = yes |