On Sun, 2003-06-15 at 07:20, K Hargraves wrote:
> Hi,
> 
> from a windowz email client, email can be POPed from RH 9 but nothing
> happens when imap is enlisted and the transfer protocol.  Both are enabled
> in /etc/xinetd.d and I can see the imap requests in /var/spool/maillog
> 
> Anyone else encounted something like this ?
> 
> Kyle Hargraves
> 
> 

The imap port (143/tcp) are already open?

To confirm this, try the following command at the server:

# nmap -P0 -sT -p143 localhost

If the port is in the open state, a message like this may appears:

"
  Interesting ports on localhost (127.0.0.1):
  Port       State       Service
  143/tcp    open        imap2  
"

Else... you may see anything like this:

"
  The 1 scanned port on localhost (127.0.0.1) is: closed
"

Well... check the "/etc/hosts.allow" and "/etc/hosts.deny" files too in
order to see if your windowz machine aren't blocked by the tcp/wrappers.


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to