General cleanup, some mail stuff. Some switching from brew to nix
This commit is contained in:
parent
92e93a4bf0
commit
f59ee226f5
5 changed files with 88 additions and 130 deletions
|
|
@ -17,7 +17,8 @@ remotehost = secure.emailsrvr.com
|
|||
remoteuser = dswan@insors.com
|
||||
remotepasseval = decrypt_password(".iocom-password.gpg")
|
||||
realdelete = no
|
||||
|
||||
ssl = yes
|
||||
sslcacertfile = ~/.nix-profile/etc/ssl/certs/ca-bundle.crt
|
||||
|
||||
[Account FastMail]
|
||||
localrepository = FastMailLocal
|
||||
|
|
@ -33,5 +34,6 @@ remotehost = mail.messagingengine.com
|
|||
remoteuser = dustinswan@fastmail.com
|
||||
remotepasseval = decrypt_password(".dustinswan@fastmail.com-password.gpg")
|
||||
realdelete = no
|
||||
sslcacertfile=/usr/local/etc/openssl/osx_cert.pem
|
||||
# sslcacertfile=/usr/local/etc/openssl/osx_cert.pem
|
||||
sslcacertfile = ~/.nix-profile/etc/ssl/certs/ca-bundle.crt
|
||||
ssl = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue