Skip to content

Commit

Permalink
specify ca file for offlineimap and msmtp
Browse files Browse the repository at this point in the history
  • Loading branch information
adam8157 committed Jun 5, 2012
1 parent 70b792e commit 85961c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .msmtprc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ port 587
from [email protected]
user [email protected]
passwordeval cat ~/.mutt/passwd
tls_trust_file /usr/share/ca-certificates/mozilla/Equifax_Secure_CA.crt
tls_trust_file /etc/ssl/certs/ca-certificates.crt

# Set a default account
account default : Gmail
1 change: 1 addition & 0 deletions .offlineimaprc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ keepalive = 30
holdconnectionopen = yes
remoteuser = [email protected]
remotepassfile = ~/.mutt/passwd
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
nametrans = lambda foldername: re.sub('^\[Gmail\]/', '', foldername)
folderfilter = lambda foldername: foldername in ['INBOX', 'kernel-cn',
'kernelnewbies', '[Gmail]/Drafts', '[Gmail]/Spam','[Gmail]/Trash']

0 comments on commit 85961c0

Please sign in to comment.