diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-09-22 15:23:09 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-09-22 15:23:09 +0200 |
| commit | a0a009892e716a3cd85839a28469b6341a85ac40 (patch) | |
| tree | bb05cd3be9a721c8255728327cab042f47d7ba15 | |
| parent | 17d09d8637477dbece64d4f93b9880a894bc108a (diff) | |
| download | dotfiles-a0a009892e716a3cd85839a28469b6341a85ac40.tar.gz dotfiles-a0a009892e716a3cd85839a28469b6341a85ac40.zip | |
msmtp: using the proper credentials for suse.de
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | .config/msmtp/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config index 2b6ba68..6bec22e 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -25,9 +25,9 @@ passwordeval ~/bin/mutt_oauth2.py ~/.mail/susecom/sessionfile account susede host imap.suse.de port 587 -from msabate@suse.de -user msabate@suse.de -passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.mbsyncpasssusede.gpg" +from msabate@imapsusede +user msabate@imapsusede +passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.imapsusede.gpg" # cgtsuse.org account cgtsuse |
