]> git.wh0rd.org - home.git/commitdiff
mutt/gitconfig: update dev.g.o connection
authorMike Frysinger <vapier@gentoo.org>
Thu, 21 Oct 2021 06:22:44 +0000 (02:22 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 21 Oct 2021 06:23:09 +0000 (02:23 -0400)
.config/mutt/network.rc
.gitconfig

index ac440461fd98832647323046002f6719f262614d..2e145bd3d7141cb7fce740c240f87df414620bd3 100644 (file)
@@ -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"
index 6ad94d24c7e4ff78333c00c408cb005ee29f5293..ed75d69ddeed68acb86b2fd35af0b9debdc3ba41 100644 (file)
        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 =