diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2025-09-16 22:24:37 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-09-16 22:26:01 +0200 |
| commit | a16f435dac91cfea3c8d63fcd345dada458d53a0 (patch) | |
| tree | 40bc7dcde2a3c110052e4eeadf3719bcc98dfe57 /.config/msmtp | |
| parent | 650b3277c8cf4fbf47bdfdb18d613eb14c9e5297 (diff) | |
| download | dotfiles-a16f435dac91cfea3c8d63fcd345dada458d53a0.tar.gz dotfiles-a16f435dac91cfea3c8d63fcd345dada458d53a0.zip | |
Add my mailbox.org account into my email setup
This means instructing mbsync on how to fetch email, GNU Emacs on how to
index it, and then msmtp on how to deliver it.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.config/msmtp')
| -rw-r--r-- | .config/msmtp/config | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config index 186ad30..b51be94 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -14,6 +14,14 @@ from mikisabate@gmail.com user mikisabate@gmail.com passwordeval "kwallet-query --read-password gmail kdewallet --folder email" +# mailbox.org +account mailbox +host smtp.mailbox.org +port 587 +from mssola@mssola.com +user mssola@mssola.com +passwordeval "kwallet-query --read-password mailbox kdewallet --folder email" + # suse.com account comsuse host smtp.gmail.com @@ -23,4 +31,4 @@ user msabate@suse.com passwordeval "kwallet-query --read-password susecom kdewallet --folder email" # Set a default account -account default : gmail +account default : mailbox |
