[clue-tech] Ubuntu imap2 or imapd

David L. Anselmi anselmi at anselmi.us
Sat Feb 4 21:51:08 MST 2006


Jason S. Friedman wrote:
> Would like to be listening for imap2 and imaps requests.
> 
> $ dpkg -l imap | grep imap
> un  imap           <none>         (no description available)

Using wildcards will help you find whether an imap server or inetd is 
installed.

> $ 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

What does dpkg -S /usr/sbin/imapd say?  You can see whether you have an 
inetd running and whether tcpd or imapd are installed.  If they are, 
look at their config files and logs.  Maybe they aren't configured 
correctly and don't actually run.

There are several imap servers available for Ubuntu:

http://packages.ubuntu.com/warty/virtual/imap-server

and you might need a separate package to do imaps.

Dave


_______________________________________________
CLUE-tech mailing list
CLUE-tech at cluedenver.org
http://cluedenver.org/mailman/listinfo/clue-tech



More information about the clue-tech mailing list