diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-09-22 15:41:05 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-09-22 15:41:05 +0200 |
| commit | d4c38ce55eb5d6d6ac9327b1ce898886f71ac8de (patch) | |
| tree | 63fcc0666d187e57efc73909fb0c589a0124e03c /.config/msmtp | |
| parent | a0a009892e716a3cd85839a28469b6341a85ac40 (diff) | |
| download | dotfiles-d4c38ce55eb5d6d6ac9327b1ce898886f71ac8de.tar.gz dotfiles-d4c38ce55eb5d6d6ac9327b1ce898886f71ac8de.zip | |
Finally add uoc.edu address into mu, mbsync and msmtp
This was a long time coming...
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.config/msmtp')
| -rw-r--r-- | .config/msmtp/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config index 6bec22e..f52cbc0 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -45,5 +45,13 @@ from sabatesm@capellades.cat user dibasp\sabatesm passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.mbsyncpasssusede.gpg" +# uoc.edu +account uoc +host smtp.gmail.com +port 587 +from mssola@uoc.edu +user mssola +passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.mbsyncpassuoc.gpg" + # Set a default account account default : gmail |
