summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-03-18 02:33:33 -0400
committerJesse Luehrs <doy@tozt.net>2019-03-18 02:33:33 -0400
commitb4c0ac2910d068e94c042c9f20654bce5b10adff (patch)
treec96641e77ff11254fa768c7124a6cbc4f37e785f
parent3adbfab4f43fc4d83fc3664bf2ccd049c83bbfb5 (diff)
downloadconf-b4c0ac2910d068e94c042c9f20654bce5b10adff.tar.gz
conf-b4c0ac2910d068e94c042c9f20654bce5b10adff.zip
reconfigure mail clients for new mail server
-rw-r--r--config/msmtp/config4
-rw-r--r--config/offlineimap/config4
2 files changed, 4 insertions, 4 deletions
diff --git a/config/msmtp/config b/config/msmtp/config
index 541aa90..77be9e9 100644
--- a/config/msmtp/config
+++ b/config/msmtp/config
@@ -6,6 +6,6 @@ tls_starttls off
account default
host mail.tozt.net
from doy@tozt.net
-user doy
-passwordeval pass "mail/mail.tozt.net/doy"
+user doy@tozt.net
+passwordeval pass "websites/mail.tozt.net/doy@tozt.net"
tls_trust_file /etc/ssl/certs/ca-certificates.crt
diff --git a/config/offlineimap/config b/config/offlineimap/config
index 9b22966..a5531a0 100644
--- a/config/offlineimap/config
+++ b/config/offlineimap/config
@@ -22,8 +22,8 @@ type = IMAP
ssl = yes
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
remotehost = mail.tozt.net
-remoteuser = doy
-remotepasseval = get_password("mail/mail.tozt.net/doy")
+remoteuser = doy@tozt.net
+remotepasseval = get_password("websites/mail.tozt.net/doy@tozt.net")
maxconnections = 5
keepalive = 60
holdconnectionopen = yes