[clue-tech] Ubuntu imap2 or imapd

Jason S. Friedman jason at powerpull.net
Sat Feb 4 21:33:32 MST 2006


Would like to be listening for imap2 and imaps requests.

$ dpkg -l imap | grep imap
un  imap           <none>         (no description available)

$ dpkg -l inetd
No packages found matching inetd.

$ dpkg -l netkit-inetd
No packages found matching netkit-inetd.

$ dpkg -l xinetd | grep xinetd
un  xinetd         <none>         (no description available)

$ cat /etc/inetd.conf
#<off># netbios-ssn     stream  tcp     nowait  root    /usr/sbin/tcpd
/usr/sbin/smbd
imap2   stream  tcp     nowait  root    /usr/sbin/tcpd /usr/sbin/imapd
imaps   stream  tcp     nowait  root    /usr/sbin/tcpd /usr/sbin/imapd

$ egrep '(imap2|imaps)' /etc/services | grep tcp
imap2           143/tcp         imap            # Interim Mail Access P
imaps           993/tcp                         # IMAP over SSL

$ netstat --prot=inet --listen | egrep '(143|993)'
[no output]

$ cat /etc/hosts.allow
ALL : ALL : ALLOW

$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
220 love.powerpull.net ESMTP

$ telnet localhost 143
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
_______________________________________________
CLUE-tech mailing list
CLUE-tech at cluedenver.org
http://cluedenver.org/mailman/listinfo/clue-tech



More information about the clue-tech mailing list