diff options
-rw-r--r-- | msmtprc | 23 | ||||
-rw-r--r-- | mutt/muttrc | 2 |
2 files changed, 24 insertions, 1 deletions
@@ -0,0 +1,23 @@ +account lucifer +host lucifer.kyriasis.com +protocol smtp +auth on +from johannes@kyriasis.com +user kyrias +tls on +tls_trust_file /etc/ssl/certs/startssl-inter-root.pem +tls_starttls off + +account theos +host theos.kyriasis.com +protocol smtp +port 587 +auth on +from johannes@kyriasis.com +user kyrias +passwordeval "pass show mail/johannes@kyriasis.com" +tls on +tls_trust_file /etc/ssl/certs/StartCom_Certification_Authority.pem +tls_starttls on + +account default : theos diff --git a/mutt/muttrc b/mutt/muttrc index b9bbede..8d5d104 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -42,7 +42,7 @@ bind editor <Tab> complete-query # Sync email macro index O '<shell-escape>mbsync -c "$XDG_CONFIG_HOME/mbsyncrc" theos<return>' "run mbsync to sync all mail" -set sendmail = "/usr/bin/msmtp -a theos" +set sendmail = '/usr/bin/msmtp -C "$XDG_CONFIG_HOME/msmtprc" -a theos' set sendmail_wait = 0 set record = +Sent set copy = yes |