[Dovecot] xinetd + dovecot

vlad faktroot at mail.ru
Tue Jul 12 14:03:13 EEST 2005


Hello dovecot,

  Help me running imapd & pop3d server on
  xinetd. My file:

# cat /etc/xinetd.d/pop-3
service pop3
{
    disable         = no
    socket_type     = stream
    protocol        = tcp
    wait            = no
    user            = root
    server          = /usr/libexec/dovecot/pop3-login

}

#######################################

# cat /etc/xinetd.d/imap
service imap
{
    disable         = no
    socket_type     = stream
    protocol        = tcp
    wait            = no
    user            = root
    server          = /usr/libexec/dovecot/imap-login
    flags           = IPv4
    log_type        = FILE /var/log/mail/dovecot
    log_on_success  = PID HOST USERID
}
#######################################

But...

# nmap 192.168.1.1

Starting nmap 3.70 ( http://www.insecure.org/nmap/ ) at 2005-07-12 16:53 YEKST
Interesting ports on myhost.ru (192.168.1.1):
(The 1653 ports scanned but not shown below are in state: closed)
PORT      STATE SERVICE
25/tcp    open  smtp
80/tcp    open  http
110/tcp   open  pop3
143/tcp   open  imap
3128/tcp  open  squid-http

###########

# telnet 192.168.1.1 143
Trying 192.168.1.1...
Connected to 192.168.1.1.
Escape character is '^]'.
Fatal: EOF while reading environment from master
Connection closed by foreign host.

# telnet 192.168.1.1 110
Trying 192.168.1.1...
Connected to 192.168.1.1.
Escape character is '^]'.
Fatal: EOF while reading environment from master
Connection closed by foreign host.

Help :)




-- 
With best wishes,
 vlad                          mailto:faktroot at mail.ru

System/Network Administrator
TV/Video Engineer
ICQ 163227020
----------------------------------------------
В любом из нас спит гений. И с каждым днем все крепче...




More information about the dovecot mailing list