3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Open ports in cou...
FromSent OnAttachments
Graham LeggettJul 24, 2001 4:07 am 
Roland SchneiderJul 24, 2001 6:44 am 
Cass SurekJul 24, 2001 7:22 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Open ports in courier imapdActions...
From:Roland Schneider (rol@serv.ch)
Date:Jul 24, 2001 6:44:35 am
List:net.sourceforge.lists.courier-users

--On Dienstag, 24. Juli 2001 10:23 -0400 Cass Surek <cass@master.com.br> wrote:

If I run the authdaemond, wouldn`t it show with a nmap?

No, authdaemond uses the unix-socket in var/authdaemon/socket You could see that socket with lsof, but there is really no need... If you want to check the ports at your local box use `netstat`.

The thing is that even though I compiled and installed (check too) as the docs say, I can`t login. it won`t even show an open port for 143...

If nothing listens at port 143 its either firewalled or imapd not running. `imapd start` will run one or two instances of couriertcpd and they show up with `ps`(or `pstree`).

Roland