diff options
Diffstat (limited to '.config/msmtp/config')
-rw-r--r-- | .config/msmtp/config | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config index 5d08b59..2317ef5 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -4,42 +4,49 @@ tls on tls_trust_file /etc/ssl/cert.pem logfile /home/jozan/.config/msmtp/msmtp.log -account bousset.rudy@gmail.com +account main + host 127.0.0.1 + port 1025 + from rrbo@proton.me + user rrbo@proton.me + passwordeval "pass show mutt/rrbo@proton.me" + +account gmail_br host smtp.gmail.com port 587 from Rudy Bousset user bousset.rudy@gmail.com passwordeval "pass show mutt/bousset.rudy@gmail.com" -account olsen.oyvind.nor@gmail.com +account gmail_oon host smtp.gmail.com port 587 from Joe user olsen.oyvind.nor@gmail.com passwordeval "pass show mutt/olsen.oyvind.nor@gmail.com" -account towerofsilence777@gmail.com - host smtp.gmail.com - port 587 - from Tower Of Silence - user towerofsilence777@gmail.com - passwordeval "pass show mutt/towerofsilence777@gmail.com" +# account gmail_tos +# host smtp.gmail.com +# port 587 +# from Tower Of Silence +# user towerofsilence777@gmail.com +# passwordeval "pass show mutt/towerofsilence777@gmail.com" -account rbousset@secuserve.com +account ss_perso host next.optimails.com port 587 from rbousset@secuserve.com user rbousset@secuserve.com passwordeval "pass show mutt/rbousset@secuserve.com" -account exploitation@secuserve.com +account ss_exploit host next.optimails.com port 587 from Team Exploitation SecuServe user exploitation@secuserve.com passwordeval "pass show mutt/exploitation@secuserve.com" -account support@secuserve.com +account ss_support host next.optimails.com port 587 from support@secuserve.com |