blob: 6e0c8603c0ea645bdc51bf2a25400cb6221403cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
|
# vim filetype=conf
IMAPStore main-remote
Host 127.0.0.1
Port 1143
User rrbo@proton.me
PassCmd "pass show mutt/main"
# AuthMechs LOGIN
SSLType None
# CertificateFile /etc/ssl/cert.pem
MaildirStore main-local
SubFolders Verbatim
Path /var/mail/jozan/main/
Inbox /var/mail/jozan/main/INBOX
Channel main
Far :main-remote:
Near :main-local:
Patterns *
Create Both
Expunge Both
SyncState *
MaxMessages 0
ExpireUnread no
# End profile
IMAPStore gmail_br-remote
Host imap.gmail.com
Port 993
User bousset.rudy@gmail.com
PassCmd "pass show mutt/gmail_br"
AuthMechs LOGIN
SSLType IMAPS
CertificateFile /etc/ssl/cert.pem
MaildirStore gmail_br-local
SubFolders Verbatim
Path /var/mail/jozan/gmail_br/
Inbox /var/mail/jozan/gmail_br/INBOX
Channel gmail_br
Expunge Both
Far :gmail_br-remote:
Near :gmail_br-local:
Patterns *
Create Both
SyncState *
MaxMessages 0
ExpireUnread no
# End profile
IMAPStore gmail_oon-remote
Host imap.gmail.com
Port 993
User olsen.oyvind.nor@gmail.com
PassCmd "pass show mutt/gmail_oon"
AuthMechs LOGIN
SSLType IMAPS
CertificateFile /etc/ssl/cert.pem
MaildirStore gmail_oon-local
SubFolders Verbatim
Path /var/mail/jozan/gmail_oon/
Inbox /var/mail/jozan/gmail_oon/INBOX
Channel gmail_oon
Expunge Both
Far :gmail_oon-remote:
Near :gmail_oon-local:
Patterns *
Create Both
SyncState *
MaxMessages 0
ExpireUnread no
# End profile
IMAPStore gmail_tos-remote
Host imap.gmail.com
Port 993
User towerofsilence777@gmail.com
PassCmd "pass show mutt/gmail_tos"
AuthMechs LOGIN
SSLType IMAPS
CertificateFile /etc/ssl/cert.pem
MaildirStore gmail_tos-local
SubFolders Verbatim
Path /var/mail/jozan/gmail_tos/
Inbox /var/mail/jozan/gmail_tos/INBOX
Channel gmail_tos
Expunge Both
Far :gmail_tos-remote:
Near :gmail_tos-local:
Patterns *
Create Both
SyncState *
MaxMessages 0
ExpireUnread no
# End profile
IMAPStore ss_perso-remote
Host next.optimails.com
Port 993
User rbousset@secuserve.com
PassCmd "pass show mutt/ss_perso"
AuthMechs LOGIN
SSLType IMAPS
CertificateFile /etc/ssl/cert.pem
MaildirStore ss_perso-local
SubFolders Verbatim
Path /var/mail/jozan/ss_perso/
Inbox /var/mail/jozan/ss_perso/INBOX
Channel ss_perso
Expunge Both
Far :ss_perso-remote:
Near :ss_perso-local:
Patterns *
Create Both
SyncState *
MaxMessages 0
ExpireUnread no
# End profile
IMAPStore ss_exploit-remote
Host next.optimails.com
Port 993
User exploitation@secuserve.com
PassCmd "pass show mutt/ss_exploit"
AuthMechs LOGIN
SSLType IMAPS
CertificateFile /etc/ssl/cert.pem
MaildirStore ss_exploit-local
SubFolders Verbatim
Path /var/mail/jozan/ss_exploit/
Inbox /var/mail/jozan/ss_exploit/INBOX
Channel ss_exploit
Expunge Both
Far :ss_exploit-remote:
Near :ss_exploit-local:
Patterns *
Create Both
SyncState *
MaxMessages 0
ExpireUnread no
# End profile
IMAPStore ss_support-remote
Host next.optimails.com
Port 993
User support@secuserve.com
PassCmd "pass show mutt/ss_support"
AuthMechs LOGIN
SSLType IMAPS
CertificateFile /etc/ssl/cert.pem
MaildirStore ss_support-local
SubFolders Verbatim
Path /var/mail/jozan/ss_support/
Inbox /var/mail/jozan/ss_support/INBOX
Channel ss_support
Expunge Both
Far :ss_support-remote:
Near :ss_support-local:
Patterns *
Create Both
SyncState *
MaxMessages 0
ExpireUnread no
# End profile
|