[Pkg-exim4-users] Exim4 w/ Courier-Imap-SSL
Bryan
bryan@tec-works.com
Sat, 18 Jun 2005 01:50:54 -0700 (PDT)
Greetings all, I am trying to get the above to work and have been having
no success at all. I've got the server configured to send/deliver mail
and it works just fine w/ UW-IMAP w/ SSL support but I haven' been able to
get the Courier IMAP version to work. I would like to get Courier to work
due to the perf gain when using Maildir vs Mbox.
I'm familiar w/ Exim3 and UW-IMAP but Exim4 is new to me, as is
Courier-Imap.
I've setup an accout name "test" and in /home/test i've created "Maildir"
with 700 perms in the group/owner test:
/home/test# ls -lah
drwx------ 3 test test 4.0K 2005-06-18 00:21 Maildir
when trying to connect to the server using Thunderbird I receive the
error:
The current comamnd did not succeed. The mail server responded: Unable to
open this mailbox...
here is what is in syslog:
Jun 18 01:18:20 app1 imapd-ssl: Connection, ip=[::ffff:10.10.193.10]
Jun 18 01:18:24 app1 imapd-ssl: LOGIN, user=test,
ip=[::ffff:10.10.193.10], protocol=IMAP
Jun 18 01:18:47 app1 imaplogin: Connection, ip=[::ffff:10.10.193.10]
Jun 18 01:18:47 app1 imaplogin: LOGIN, user=test,
ip=[::ffff:10.10.193.10], protocol=IMAP
under /etc/ssl/certs until i removed courrier and installed uw-imap there
wasn't a imapd.pem but there is now.
here is output of netstat:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 app1.blah.co:imaps *:* LISTEN
tcp 0 0 *:smux *:* LISTEN
tcp 0 0 *:713 *:* LISTEN
tcp 0 0 app1.blah.co:imap2 *:* LISTEN
tcp 0 0 *:ssh *:* LISTEN
tcp 0 0 app1.blah.com:smtp *:* LISTEN
tcp 0 0 localhost:smtp *:* LISTEN
tcp 0 0 localhost:953 *:* LISTEN
tcp 0 0 localhost:666 *:* LISTEN
tcp 0 224 app1.blah.com:ssh 10.10.193.10:3621
ESTABLISHED
tcp 0 0 app1.blah.com:ssh 10.10.193.10:3619
ESTABLISHED
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node Path
unix 14 [ ] DGRAM 1187 /dev/log
unix 2 [ ACC ] STREAM LISTENING 811700 /dev/printer
unix 2 [ ACC ] STREAM LISTENING 1266222
/var/run/courier/authdaemon/socket.tmp
unix 2 [ ACC ] STREAM LISTENING 2589 /var/run/agentx
unix 2 [ ACC ] STREAM LISTENING 1278109
/tmp/ssh-PfketWF692/agent.692
unix 2 [ ACC ] STREAM LISTENING 1277571
/tmp/ssh-HKEIKqp609/agent.609
unix 2 [ ] DGRAM 1278106
unix 3 [ ] STREAM CONNECTED 1278105
unix 3 [ ] STREAM CONNECTED 1278104
unix 2 [ ] DGRAM 1277568
unix 3 [ ] STREAM CONNECTED 1277567
unix 3 [ ] STREAM CONNECTED 1277566
unix 2 [ ] DGRAM 1276449
unix 2 [ ] DGRAM 1276405
unix 2 [ ] DGRAM 1268135
unix 2 [ ] DGRAM 1266220
unix 2 [ ] DGRAM 811697
unix 2 [ ] DGRAM 2714
unix 2 [ ] DGRAM 2696
unix 2 [ ] DGRAM 2576
unix 2 [ ] DGRAM 1322
unix 2 [ ] DGRAM 1240
Any help here is greatly appreciated.
TIA,
Bryan