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
3
msmtprc
3
msmtprc
|
|
@ -8,9 +8,10 @@ port 465
|
|||
protocol smtp
|
||||
from dustin@dustinswan.com
|
||||
user dustinswan@fastmail.com
|
||||
passwordeval "gpg --no-tty -q -d ~/.fastmail-password.gpg"
|
||||
passwordeval "gpg --no-tty -q -d ~/.dustinswan@fastmail.com-password.gpg"
|
||||
auth on
|
||||
tls on
|
||||
tls_starttls off
|
||||
tls_trust_file "/usr/local/etc/openssl/cert.pem"
|
||||
|
||||
account IOCOM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue