Hi,
 Lately I have installed qpopper on a simple testing server. But then I have
a problem. It didn't work properly. When I try to connect to it, it will
quickly disconnects me(Tested by using telnet <ip> 110 /telnet <ip> 995).
The testing server is a pentium pro on RH7. Qpopper is called by xinetd
superserver. Follows are details of the configuration:

Qpopper:
compilation options>>
--enable-specialauth,--enable-servermode, --enable-bulletins=/var/spool/bull
s, --with-new-bulls=10, --with-pam=pop3, --enable-apop=/etc/pop.auth, --with
-popuid=pop, --enable-log-login, --enable-auto-delete --enable-shy, --enable
-timing.

runtime options>>
-c -p0 -s -f /var/spool/mail/config/qpopper.config

Xinetd:
defaults
{
 instances        =15
 log_type          =SYSLOG authpriv
 log_on_success    = HOST PID USERID DURATION EXIT
 log_on_failure        = HOST USERID RECORD
 only_from                =
 per_source            = 5

 enabled                    = pop3s pop3 imaps imap

 disabled                =shell login exec comsat
 disabled                =telnet ftp
 disabled                =name uucp tftp
 disabled                =finger systat netstat
 disabled                =time daytime chargen servers services xadmin
 disabled                =rstatd rquotad rusersd sprayd walld
}

service pop3s
{
 socket_type        =stream
 protocol                = tcp
 wait                       = no
 user                       = root
 server                    = /usr/sbin/qpopper
 server_args           = -c -p0 -s -f /var/spool/mail/config/qpopper.config
 only_from             = 0.0.0.0/0
 instances               =30
 log_on_success    += USERID
 log_on_failure        += USERID
 nice                         = -2
}

service pop3
{
 socket_type        =stream
 protocol                = tcp
 wait                       = no
 user                       = root
 server                    = /usr/sbin/qpopper
 server_args           = -c -p0 -s -f /var/spool/mail/config/qpopper.config
 only_from             = 0.0.0.0/0
 instances               =30
 log_on_success    += USERID
 log_on_failure        += USERID
 nice                         = -2
 port                         = 110
}


Reply via email to