Gentoo Archives: gentoo-user

From: Michael Sullivan <michael@××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Exim, Outlook 2007, and Thunderbird
Date: Mon, 08 Sep 2008 22:16:09
Message-Id: 1220912163.15782.23.camel@camille.espersunited.com
In Reply to: Re: [gentoo-user] Exim, Outlook 2007, and Thunderbird by Michael Sullivan
1 On Mon, 2008-09-08 at 16:45 -0500, Michael Sullivan wrote:
2 > On Mon, 2008-09-08 at 14:12 -0700, kashani wrote:
3 > > Michael Sullivan wrote:
4 > > > My MSOutlook 2007 and my Mozilla Thunderbird email clients on my laptop
5 > > > cannot connect to my exim mail server. I can't seem to figure out
6 > > > why.
7 > >
8 > > > Can anybody help me fix this?
9 > >
10 > > And the log files say what?
11 > >
12 > > kashani
13 > >
14 >
15 > As far as I can tell, nothing, except for a bunch of errors about
16 > mailman@××××××××××××.com messages being deferred (mailman's not even
17 > running!) and Spool files being locked...
18 >
19 >
20
21 The problem is with dovecot. (port 110 is the IMAP port, isn't it? I
22 can't telnet to it.)
23
24 camille log # emerge -pv dovecot
25
26 These are the packages that would be merged, in order:
27
28 Calculating dependencies... done!
29 [ebuild R ] net-mail/dovecot-1.1.1-r1 USE="doc ipv6 kerberos ldap
30 mysql pam ssl -debug -managesieve -mbox -pop3d -postgres -sieve -sqlite3
31 -suid -vpopmail" 2,221 kB
32
33 Total: 1 package (1 reinstall), Size of downloads: 2,221 kB
34
35
36
37
38 Here's my dovecot.conf:
39
40 camille log # cat /etc/dovecot/dovecot.conf | sed /#/d
41
42
43
44
45
46 protocols = imap imaps
47
48
49 disable_plaintext_auth = no
50
51
52
53
54
55
56
57
58
59 ssl_disable = yes
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81 mail_location = maildir:~/.maildir
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 protocol imap {
130
131
132
133
134
135
136 }
137
138
139 protocol pop3 {
140
141
142
143
144
145
146
147
148
149 }
150
151
152 protocol lda {
153 postmaster_address = postmaster@××××××××××××.com
154
155
156
157
158 }
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176 auth default {
177 mechanisms = plain
178
179
180
181
182 passdb pam {
183 args = "*"
184 }
185
186
187
188
189
190
191
192
193
194
195 userdb passwd {
196 }
197
198
199
200
201
202
203
204 user = root
205
206
207
208
209
210 }
211
212
213
214
215 dict {
216 }
217
218
219 plugin {
220
221
222
223
224 }

Replies

Subject Author
Re: [gentoo-user] Exim, Outlook 2007, and Thunderbird Paul Hartman <paul.hartman+gentoo@×××××.com>
Re: [gentoo-user] Exim, Outlook 2007, and Thunderbird kashani <kashani-list@××××××××.net>