From e3276bf1d2bf8a0dc28da1027d78b3b55e2cc33d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 21 Oct 2021 02:22:44 -0400 Subject: [PATCH] mutt/gitconfig: update dev.g.o connection --- .config/mutt/network.rc | 11 ++++++++++- .gitconfig | 7 ++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.config/mutt/network.rc b/.config/mutt/network.rc index ac44046..2e145bd 100644 --- a/.config/mutt/network.rc +++ b/.config/mutt/network.rc @@ -1,4 +1,13 @@ set ssl_use_sslv2 = no set ssl_use_sslv3 = no + +#set ssl_starttls = yes +#set smtp_pass = "" +#set smtp_url = "smtps://vapier@smtp.gentoo.org" + +set ssl_force_tls = no set ssl_starttls = no -set smtp_url = "smtp://localhost:1111" +set smtp_authenticators = "none" +#set smtp_url = "smtp://localhost:1111" +set sendmail = "ssh dev /usr/sbin/sendmail -oem -oi" +#set smtp_url = "smtp://localhost:25" diff --git a/.gitconfig b/.gitconfig index 6ad94d2..ed75d69 100644 --- a/.gitconfig +++ b/.gitconfig @@ -121,7 +121,12 @@ confirm = always suppressfrom = true suppresscc = author - smtpserver = localhost:1111 transferEncoding = 8bit # composeencoding = utf-8 assume8bitEncoding = 8bit + + sendmailcmd = ssh dev /usr/sbin/sendmail +# smtpEncryption = tls +# smtpServer = smtp.gentoo.org +# smtpUser = vapier +# smtpPass = -- 2.39.2