Skip to content

Commit

Permalink
[msmtp] initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pakelley committed Mar 27, 2023
1 parent d15a112 commit f05b971
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .config/msmtp/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Set default values for all following accounts.
defaults
logfile ~/.msmtp.log

# Protonmail
account protonmail
host 127.0.0.1
port 1025
from [email protected]
user [email protected]
passwordeval "gpg --quiet --no-tty --decrypt --armor --local-user 0x7FE626F169E66EFA ~/.local/share/mbsync/account.protonmail.pass.gpg"
auth plain
# tls on
# tls_starttls on
# tls_trust_file /home/user/.config/protonmail/bridge/cert.pem

account [email protected]
host smtp.gmail.com
port 587
tls on
tls_starttls on
auth on
user [email protected]
from [email protected]

account default : protonmail
1 change: 1 addition & 0 deletions .mackup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ my-homebrew
my-doom-emacs
my-goimapnotify
my-mbsync
my-msmtp
my-notmuch
my-nushell
my-wezterm
Expand Down
5 changes: 5 additions & 0 deletions .mackup/my-msmtp.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[application]
name = msmtp

[xdg_configuration_files]
msmtp

0 comments on commit f05b971

Please sign in to comment.