blob: a74b565d52b798da8aa3e78623b5d0239790ed10 (
plain) (
blame)
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
|
# Global defaults
CopyArrivalDate yes
Create Both
Expunge Both
######
IMAPAccount shemshak
Host mail.shemshak.org
User bandali@shemshak.org
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/shemshak.gpg"
SSLType IMAPS
IMAPStore shemshak-remote
Account shemshak
IMAPAccount shemshak-local
Host 127.0.0.1
Port 143
User bandali@shemshak.local
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/shemshak-local.gpg"
SSLType None
IMAPStore shemshak-local
Account shemshak-local
Channel shemshak
Master :shemshak-remote:
Slave :shemshak-local:
Patterns *
######
IMAPAccount gnub
Host mail.shemshak.org
User gnu@bndl.org
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/gnub.gpg"
SSLType IMAPS
Timeout 60
IMAPStore gnub-remote
Account gnub
IMAPAccount gnub-local
Host 127.0.0.1
Port 143
User bandali@gnu.local
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/gnub-local.gpg"
SSLType None
IMAPStore gnub-local
Account gnub-local
Channel gnub
Master :gnub-remote:
Slave :gnub-local:
Patterns *
######
IMAPAccount uwaterloo
Host connect.uwaterloo.ca
User abandali
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/uwaterloo.gpg"
SSLType IMAPS
IMAPStore uwaterloo-remote
Account uwaterloo
IMAPAccount uwaterloo-local
Host 127.0.0.1
Port 143
User abandali@uwaterloo.local
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/uwaterloo-local.gpg"
SSLType None
IMAPStore uwaterloo-local
Account uwaterloo-local
Channel uwaterloo
Master :uwaterloo-remote:
Slave :uwaterloo-local:
Patterns *
######
IMAPAccount csclub
Host mail.csclub.uwaterloo.ca
User abandali
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/csclub.gpg"
SSLType IMAPS
IMAPStore csclub-remote
Account csclub
IMAPAccount csclub-local
Host 127.0.0.1
Port 143
User abandali@csclub.uwaterloo.local
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/csclub-local.gpg"
SSLType None
IMAPStore csclub-local
Account csclub-local
Channel csclub
Master :csclub-remote:
Slave :csclub-local:
Patterns *
######
IMAPAccount sfl
Host mail.savoirfairelinux.com
User amin.bandali
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/sfl.gpg"
SSLType IMAPS
IMAPStore sfl-remote
Account sfl
IMAPAccount sfl-local
Host 127.0.0.1
Port 143
User amin.bandali@savoirfairelinux.local
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/sfl-local.gpg"
SSLType None
IMAPStore sfl-local
Account sfl-local
Channel sfl
Master :sfl-remote:
Slave :sfl-local:
Patterns *
|