diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/mbsync/mbsyncrc | 26 | ||||
-rw-r--r-- | .config/msmtp/config | 9 | ||||
-rw-r--r-- | .config/mutt/accounts/6-support@secuserve.com.muttrc | 39 | ||||
-rw-r--r-- | .config/mutt/muttrc | 3 |
4 files changed, 36 insertions, 41 deletions
diff --git a/.config/mbsync/mbsyncrc b/.config/mbsync/mbsyncrc index 8e18362..fdbc456 100644 --- a/.config/mbsync/mbsyncrc +++ b/.config/mbsync/mbsyncrc @@ -103,6 +103,32 @@ 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 + IMAPStore support@secuserve.com-remote Host next.optimails.com Port 993 diff --git a/.config/msmtp/config b/.config/msmtp/config index ea0e8ee..2568ddb 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -32,9 +32,16 @@ account 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 Team Exploitation SecuServe + user exploitation@secuserve.com + passwordeval "pass show mutt/exploitation@secuserve.com" + account support@secuserve.com host next.optimails.com port 587 - from support@secuserve.com + from Support SecuServe user support@secuserve.com passwordeval "pass show mutt/support@secuserve.com"
\ No newline at end of file diff --git a/.config/mutt/accounts/6-support@secuserve.com.muttrc b/.config/mutt/accounts/6-support@secuserve.com.muttrc deleted file mode 100644 index bdc193d..0000000 --- a/.config/mutt/accounts/6-support@secuserve.com.muttrc +++ /dev/null @@ -1,39 +0,0 @@ -# vim: filetype=neomuttrc -# muttrc file for account support@secuserve.com -set realname = "Support SecuServe" -set from = "support@secuserve.com" -set sendmail = "msmtp -a support@secuserve.com" -alias me Support SecuServe <support@secuserve.com> -set folder = "/home/jozan/.local/share/mail/support@secuserve.com" -set header_cache = /home/jozan/.cache/mutt-wizard/support@secuserve.com/headers -set message_cachedir = /home/jozan/.cache/mutt-wizard/support@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 "<shell-escape>mbsync -c /usr/home/jozan/.config/mbsync/mbsyncrc support@secuserve.com<enter>" "run mbsync to sync support@secuserve.com" -unmailboxes * - -mailboxes "=INBOX" "=Sent" "=Drafts" "=Trash" "=NEWS" -macro index,pager gi "<change-folder>=INBOX<enter>" "go to inbox" # mw-autogenerated -macro index,pager Mi ";<save-message>=INBOX<enter>" "move mail to inbox" # mw-autogenerated -macro index,pager Ci ";<copy-message>=INBOX<enter>" "copy mail to inbox" # mw-autogenerated -set spoolfile = "+INBOX" # mw-autogenerated -set postponed = "+Drafts" # mw-autogenerated -macro index,pager gd "<change-folder>=Drafts<enter>" "go to drafts" # mw-autogenerated -macro index,pager Md ";<save-message>=Drafts<enter>" "move mail to drafts" # mw-autogenerated -macro index,pager Cd ";<copy-message>=Drafts<enter>" "copy mail to drafts" # mw-autogenerated -set record = "+Sent" # mw-autogenerated -macro index,pager gs "<change-folder>=Sent<enter>" "go to sent" # mw-autogenerated -macro index,pager Ms ";<save-message>=Sent<enter>" "move mail to sent" # mw-autogenerated -macro index,pager Cs ";<copy-message>=Sent<enter>" "copy mail to sent" # mw-autogenerated -macro index,pager gt "<change-folder>=Trash<enter>" "go to trash" # mw-autogenerated -macro index,pager Mt ";<save-message>=Trash<enter>" "move mail to trash" # mw-autogenerated -macro index,pager Ct ";<copy-message>=Trash<enter>" "copy mail to trash" # mw-autogenerated -macro index,pager gn "<change-folder>=NEWS<enter>" "go to sent" # mw-autogenerated -macro index,pager Mn ";<save-message>=NEWS<enter>" "move mail to sent" # mw-autogenerated -macro index,pager Cn ";<copy-message>=NEWS<enter>" "copy mail to sent" # mw-autogenerated -set trash = "+Trash" # mw-autogenerated diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 6fa4dbd..717f762 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -5,4 +5,5 @@ macro index,pager i1 '<sync-mailbox><enter-command>source /home/jozan/.config/mu macro index,pager i2 '<sync-mailbox><enter-command>source /home/jozan/.config/mutt/accounts/2-olsen.oyvind.nor@gmail.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to olsen.oyvind.nor@gmail.com" # mw-autogenerated macro index,pager i3 '<sync-mailbox><enter-command>source /home/jozan/.config/mutt/accounts/3-towerofsilence777@gmail.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to towerofsilence777@gmail.com" # mw-autogenerated macro index,pager i5 '<sync-mailbox><enter-command>source /home/jozan/.config/mutt/accounts/5-rbousset@secuserve.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to rbousset@secuserve.com" # mw-autogenerated -macro index,pager i6 '<sync-mailbox><enter-command>source /home/jozan/.config/mutt/accounts/6-support@secuserve.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to support@secuserve.com" # mw-autogenerated +macro index,pager i6 '<sync-mailbox><enter-command>source /home/jozan/.config/mutt/accounts/6-exploitation@secuserve.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to exploitation@secuserve.com" # mw-autogenerated +macro index,pager i7 '<sync-mailbox><enter-command>source /home/jozan/.config/mutt/accounts/7-support@secuserve.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to support@secuserve.com" # mw-autogenerated |