From: Tomas L. DC <sk...@ab...> - 2013-08-09 06:00:46
|
On 08/09/2013 04:28 AM, Patrick Nommensen wrote: >>> I have imap_proxy listening on port 21849. The important settings in the >>> proxy conf file are: Do you get a connection if you telnet to that port: # telnet localhost 21849 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. * OK [CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE AUTH=LOGIN XIMAPPROXY] (...) >>> listen_port 21849 >>> listen_address 127.0.0.1 >>> server_port 143 I guess you have server_address somewhere too... :) What does "pimpstat" say? You can also check if imapproxy is really listening and on what port: # netstat -lnp | grep imapproxy tcp 0 0 127.0.0.1:143 0.0.0.0:* LISTEN 28267/in.imapproxyd This means that the process with pid 28267 is in.imapproxyd and it is listening on port 143 on the address 127.0.0.1. (This is as how we run it.) Regards, /skitta -- Tomas 'Skitta' Lindroos. UNIX systemadministratör, Åbo Akademi, Datacentralen E-post: sk...@ab.... Telefon: 02-215-4469, +358-40-5177716 |