diff options
-rw-r--r-- | common.nix | 5 | ||||
-rw-r--r-- | msmtprc | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -59,6 +59,11 @@ in source = ./tmux; target = ".tmux.conf"; }; + # use this because i override tls settings + msmtprc = { + source = ./msmtprc; + target = ".msmtprc"; + }; }; }; @@ -9,7 +9,7 @@ port 587 tls on # Get the fingerprint with # $ msmtp --serverinfo --tls --tls-certcheck=off --host=mail.bsima.me -tls_fingerprint 4A:61:06:B6:EE:ED:87:82:82:73:4A:09:10:DE:A4:A4:E8:42:EC:F9:A6:C7:A5:51:6E:AB:09:A0:BF:49:26:33 +tls_fingerprint EA:71:25:05:6A:F8:71:6B:53:B5:C0:20:7E:86:B1:E5:B4:BD:A9:FB:FF:CD:05:2F:D2:98:81:7C:1C:6D:29:DF #tls_starttls off #tls_trust_file /etc/ssl/certs/ca-certificates.crt |