From 10b2bcdc00f22d28804d408429ea46bcfe60c222 Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 16 Jun 2024 16:15:20 +0200 Subject: mailup --- .config/msmtp/config | 47 +++++++++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 20 deletions(-) (limited to '.config/msmtp') diff --git a/.config/msmtp/config b/.config/msmtp/config index 535b027..d0b539a 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -4,6 +4,13 @@ tls on tls_trust_file /etc/ssl/cert.pem logfile /home/jozan/.config/msmtp/msmtp.log +account gmx_rbo + host mail.gmx.com + port 587 + from Rudy Bousset + user rbo@gmx.us + passwordeval "pass show mutt/gmx_rbo" + account gmail_br host smtp.gmail.com port 587 @@ -25,23 +32,23 @@ account gmail_tos user towerofsilence777@gmail.com passwordeval "pass show mutt/gmail_tos" -account ss_perso - host next.optimails.com - port 587 - from rbousset@secuserve.com - user rbousset@secuserve.com - passwordeval "pass show mutt/ss_perso" - -account ss_exploit - host next.optimails.com - port 587 - from Team Exploitation SecuServe - user exploitation@secuserve.com - passwordeval "pass show mutt/ss_exploit" - -account ss_support - host next.optimails.com - port 587 - from support@secuserve.com - user support@secuserve.com - passwordeval "pass show mutt/ss_support" +# account ss_perso +# host next.optimails.com +# port 587 +# from rbousset@secuserve.com +# user rbousset@secuserve.com +# passwordeval "pass show mutt/ss_perso" +# +# account ss_exploit +# host next.optimails.com +# port 587 +# from Team Exploitation SecuServe +# user exploitation@secuserve.com +# passwordeval "pass show mutt/ss_exploit" +# +# account ss_support +# host next.optimails.com +# port 587 +# from support@secuserve.com +# user support@secuserve.com +# passwordeval "pass show mutt/ss_support" -- cgit v1.2.3