Commit: 0bb89563d6b06e2060bd913806bfea0413980ab4
Parent: 3e06c622e8516fecbfea27c39b077f3d88e891c3
Author: Randy Palamar
Date: Mon, 17 Mar 2025 21:17:06 -0600
update mail server connection config
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.config/msmtp/config b/.config/msmtp/config
@@ -1,6 +1,7 @@
defaults
port 587
tls on
+tls_starttls on
account rnpnr.xyz
host mail.rnpnr.xyz
diff --git a/.mbsyncrc b/.mbsyncrc
@@ -1,5 +1,7 @@
IMAPStore rnpnr-remote
Host mail.rnpnr.xyz
+Port 993
+TLSType IMAPS
User randy
PassCmd "spm show randy@rnpnr.xyz | head -1"