Update certificate paths as per Arch
We are back on Arch :). Screw Fedora.
This commit is contained in:
parent
db2b4443be
commit
d151294b56
2 changed files with 4 additions and 4 deletions
2
msmtprc
2
msmtprc
|
@ -5,7 +5,7 @@ port 587
|
|||
protocol smtp
|
||||
auth on
|
||||
tls on
|
||||
tls_trust_file /etc/ssl/certs/ca-bundle.crt
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
account Sanchayan
|
||||
host smtp.gmail.com
|
||||
|
|
|
@ -35,7 +35,7 @@ type = Gmail
|
|||
remoteuser = maitysanchayan@gmail.com
|
||||
remotepasseval = mailpasswd("sanchayan")
|
||||
realdelete = yes
|
||||
sslcacertfile = /etc/ssl/certs/ca-bundle.crt
|
||||
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
||||
folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail','[Gmail]/Trash']
|
||||
|
||||
[Repository Victor-Remote]
|
||||
|
@ -43,7 +43,7 @@ type = Gmail
|
|||
remoteuser = victorascroft@gmail.com
|
||||
remotepasseval = mailpasswd("victor")
|
||||
realdelete = yes
|
||||
sslcacertfile = /etc/ssl/certs/ca-bundle.crt
|
||||
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
||||
folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail', '[Gmail]/Trash']
|
||||
|
||||
[Repository Toradex-Remote]
|
||||
|
@ -52,7 +52,7 @@ remotehost = outlook.office365.com
|
|||
remoteuser = sanchayan.maity@toradex.com
|
||||
remotepasseval = mailpasswd("toradex")
|
||||
realdelete = yes
|
||||
sslcacertfile = /etc/ssl/certs/ca-bundle.crt
|
||||
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
||||
folderfilter = lambda folder: folder in ['INBOX', 'Sent']
|
||||
|
||||
postsynchook = notmuch new
|
||||
|
|
Loading…
Reference in a new issue