Hi everybody,
I compiled qpopper4.0.3 on RedHat 7.2. successfully.
When I try to start it complains:
"[19927] Unable to obtain socket and address of client: Socket operation on
non-socket (88) [pop_init.c:1029]"
I tried it as service and standalone.
A pop3 entry is in my services:
pop3 110/tcp pop-3 # POP version 3
pop3 110/udp pop-3
And a pop3 file is in my xinet.d/ directory:
service pop3
{
socket_type =stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/popper
server_args = -c -p0 -s -f /etc/popper.config
only_from = 0.0.0.0/0
instances =30
log_on_success += USERID
log_on_failure += USERID
nice = -2
port = 110
}
Can anybody help me to get this working?
Thanks a lot,
-- Bernd