From 83c6513e8f2fbd0181c220d469c30b2d2eecd697 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 16 May 2022 12:20:54 +0200 Subject: update --- .config/dunst/dunstrc | 6 +- .config/mbsync/mbsyncrc | 130 +++++++++++++++++++++ .config/msmtp/config | 40 +++++++ .../accounts/6-exploitation@secuserve.com.muttrc | 39 +++++++ .config/mutt/muttrc | 1 + 5 files changed, 213 insertions(+), 3 deletions(-) create mode 100644 .config/mbsync/mbsyncrc create mode 100644 .config/msmtp/config create mode 100644 .config/mutt/accounts/6-exploitation@secuserve.com.muttrc (limited to '.config') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index ce7323e..d49a8e1 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -113,9 +113,9 @@ # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. -[espeak] # >shutup - summary = "*" # >shutup - script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup +#[espeak] # >shutup +# summary = "*" # >shutup +# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup #[script-test] # summary = "*script*" diff --git a/.config/mbsync/mbsyncrc b/.config/mbsync/mbsyncrc new file mode 100644 index 0000000..8ebf628 --- /dev/null +++ b/.config/mbsync/mbsyncrc @@ -0,0 +1,130 @@ +# vim filetype=conf +IMAPStore bousset.rudy@gmail.com-remote +Host imap.gmail.com +Port 993 +User bousset.rudy@gmail.com +PassCmd "pass show mutt/bousset.rudy@gmail.com" +AuthMechs LOGIN +SSLType IMAPS +CertificateFile /etc/ssl/cert.pem + +MaildirStore bousset.rudy@gmail.com-local +Subfolders Verbatim +Path /home/jozan/.local/share/mail/bousset.rudy@gmail.com/ +Inbox /home/jozan/.local/share/mail/bousset.rudy@gmail.com/INBOX +Flatten . + +Channel bousset.rudy@gmail.com +Expunge Both +Far :bousset.rudy@gmail.com-remote: +Near :bousset.rudy@gmail.com-local: +Patterns * +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile + +IMAPStore olsen.oyvind.nor@gmail.com-remote +Host imap.gmail.com +Port 993 +User olsen.oyvind.nor@gmail.com +PassCmd "pass show mutt/olsen.oyvind.nor@gmail.com" +AuthMechs LOGIN +SSLType IMAPS +CertificateFile /etc/ssl/cert.pem + +MaildirStore olsen.oyvind.nor@gmail.com-local +Subfolders Verbatim +Path /home/jozan/.local/share/mail/olsen.oyvind.nor@gmail.com/ +Inbox /home/jozan/.local/share/mail/olsen.oyvind.nor@gmail.com/INBOX +Flatten . + +Channel olsen.oyvind.nor@gmail.com +Expunge Both +Far :olsen.oyvind.nor@gmail.com-remote: +Near :olsen.oyvind.nor@gmail.com-local: +Patterns * +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile + +IMAPStore towerofsilence777@gmail.com-remote +Host imap.gmail.com +Port 993 +User towerofsilence777@gmail.com +PassCmd "pass show mutt/towerofsilence777@gmail.com" +AuthMechs LOGIN +SSLType IMAPS +CertificateFile /etc/ssl/cert.pem + +MaildirStore towerofsilence777@gmail.com-local +Subfolders Verbatim +Path /home/jozan/.local/share/mail/towerofsilence777@gmail.com/ +Inbox /home/jozan/.local/share/mail/towerofsilence777@gmail.com/INBOX +Flatten . + +Channel towerofsilence777@gmail.com +Expunge Both +Far :towerofsilence777@gmail.com-remote: +Near :towerofsilence777@gmail.com-local: +Patterns * +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile + +IMAPStore rbousset@secuserve.com-remote +Host next.optimails.com +Port 993 +User rbousset@secuserve.com +PassCmd "pass show mutt/rbousset@secuserve.com" +AuthMechs LOGIN +SSLType IMAPS +CertificateFile /etc/ssl/cert.pem + +MaildirStore rbousset@secuserve.com-local +Subfolders Verbatim +Path /home/jozan/.local/share/mail/rbousset@secuserve.com/ +Inbox /home/jozan/.local/share/mail/rbousset@secuserve.com/INBOX +Flatten . + +Channel rbousset@secuserve.com +Expunge Both +Far :rbousset@secuserve.com-remote: +Near :rbousset@secuserve.com-local: +Patterns * +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile + +IMAPStore exploitation@secuserve.com-remote +Host next.optimails.com +Port 993 +User exploitation@secuserve.com +PassCmd "pass show mutt/exploitation@secuserve.com" +AuthMechs LOGIN +SSLType IMAPS +CertificateFile /etc/ssl/cert.pem + +MaildirStore exploitation@secuserve.com-local +Subfolders Verbatim +Path /home/jozan/.local/share/mail/exploitation@secuserve.com/ +Inbox /home/jozan/.local/share/mail/exploitation@secuserve.com/INBOX +Flatten . + +Channel exploitation@secuserve.com +Expunge Both +Far :exploitation@secuserve.com-remote: +Near :exploitation@secuserve.com-local: +Patterns * +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile diff --git a/.config/msmtp/config b/.config/msmtp/config new file mode 100644 index 0000000..8336ad2 --- /dev/null +++ b/.config/msmtp/config @@ -0,0 +1,40 @@ +defaults +auth on +tls on +tls_trust_file /etc/ssl/cert.pem +logfile /home/jozan/.config/msmtp/msmtp.log + +account bousset.rudy@gmail.com + host smtp.gmail.com + port 587 + from bousset.rudy@gmail.com + user bousset.rudy@gmail.com + passwordeval "pass show mutt/bousset.rudy@gmail.com" + +account olsen.oyvind.nor@gmail.com + host smtp.gmail.com + port 587 + from olsen.oyvind.nor@gmail.com + 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 towerofsilence777@gmail.com + user towerofsilence777@gmail.com + passwordeval "pass show mutt/towerofsilence777@gmail.com" + +account rbousset@secuserve.com + 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 + host next.optimails.com + port 587 + from exploitation@secuserve.com + user exploitation@secuserve.com + passwordeval "pass show mutt/exploitation@secuserve.com" \ No newline at end of file diff --git a/.config/mutt/accounts/6-exploitation@secuserve.com.muttrc b/.config/mutt/accounts/6-exploitation@secuserve.com.muttrc new file mode 100644 index 0000000..57b2675 --- /dev/null +++ b/.config/mutt/accounts/6-exploitation@secuserve.com.muttrc @@ -0,0 +1,39 @@ +# vim: filetype=neomuttrc +# muttrc file for account exploitation@secuserve.com +set realname = "Rudy Bousset" +set from = "exploitation@secuserve.com" +set sendmail = "msmtp -a exploitation@secuserve.com" +alias me Rudy Bousset +set folder = "/home/jozan/.local/share/mail/exploitation@secuserve.com" +set header_cache = /home/jozan/.cache/mutt-wizard/exploitation@secuserve.com/headers +set message_cachedir = /home/jozan/.cache/mutt-wizard/exploitation@secuserve.com/bodies +set mbox_type = Maildir + +bind index,pager gg noop +bind index,pager g noop +bind index,pager M noop +bind index,pager C noop +bind index gg first-entry +macro index o "mbsync -c /usr/home/jozan/.config/mbsync/mbsyncrc -a" "run mbsync to sync exploitation@secuserve.com" +unmailboxes * + +mailboxes "=INBOX" "=Sent" "=Drafts" "=Trash" "=NEWS" +macro index,pager gi "=INBOX" "go to inbox" # mw-autogenerated +macro index,pager Mi ";=INBOX" "move mail to inbox" # mw-autogenerated +macro index,pager Ci ";=INBOX" "copy mail to inbox" # mw-autogenerated +set spoolfile = "+INBOX" # mw-autogenerated +set postponed = "+Drafts" # mw-autogenerated +macro index,pager gd "=Drafts" "go to drafts" # mw-autogenerated +macro index,pager Md ";=Drafts" "move mail to drafts" # mw-autogenerated +macro index,pager Cd ";=Drafts" "copy mail to drafts" # mw-autogenerated +set record = "+Sent" # mw-autogenerated +macro index,pager gs "=Sent" "go to sent" # mw-autogenerated +macro index,pager Ms ";=Sent" "move mail to sent" # mw-autogenerated +macro index,pager Cs ";=Sent" "copy mail to sent" # mw-autogenerated +macro index,pager gt "=Trash" "go to trash" # mw-autogenerated +macro index,pager Mt ";=Trash" "move mail to trash" # mw-autogenerated +macro index,pager Ct ";=Trash" "copy mail to trash" # mw-autogenerated +macro index,pager gn "=NEWS" "go to sent" # mw-autogenerated +macro index,pager Mn ";=NEWS" "move mail to sent" # mw-autogenerated +macro index,pager Cn ";=NEWS" "copy mail to sent" # mw-autogenerated +set trash = "+Trash" # mw-autogenerated diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index db61864..5423178 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -5,3 +5,4 @@ macro index,pager i1 'source /home/jozan/.config/mu macro index,pager i2 'source /home/jozan/.config/mutt/accounts/2-olsen.oyvind.nor@gmail.com.muttrc!;' "switch to olsen.oyvind.nor@gmail.com" # mw-autogenerated macro index,pager i3 'source /home/jozan/.config/mutt/accounts/3-towerofsilence777@gmail.com.muttrc!;' "switch to towerofsilence777@gmail.com" # mw-autogenerated macro index,pager i5 'source /home/jozan/.config/mutt/accounts/5-rbousset@secuserve.com.muttrc!;' "switch to rbousset@secuserve.com" # mw-autogenerated +macro index,pager i6 'source /home/jozan/.config/mutt/accounts/6-exploitation@secuserve.com.muttrc!;' "switch to exploitation@secuserve.com" # mw-autogenerated -- cgit v1.2.3