From: Mike Frysinger Date: Thu, 21 Oct 2021 06:22:44 +0000 (-0400) Subject: mutt/gitconfig: update dev.g.o connection X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=e3276bf1d2bf8a0dc28da1027d78b3b55e2cc33d mutt/gitconfig: update dev.g.o connection --- 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 =