Setting up qpopper 4x on redhat 8
I need to launch popper from xinetd.
can anyone post a xinetd.conf file to see what I have wrong in mine.
I offered in email several days ago to send you a functional xinetd file if you needed it. I never heard back from you. I guess email from me to you doesn't get to you or something.
Place the contents below into /etc/xinetd.d/qpopper, then issue
/etc/rc.d/init.d/xinetd reload
to get xinetd to recognize the file is there.
service pop3
{
flags = REUSE NAMEINARGS
socket_type = stream
wait = no
user = root
server = /usr/sbin/popper
server_args = popper -s
instances = 50
disable = no
port = 110
per_source = 10
}
I put this in my xinetd.conf
service pop3
{
socket_type = stream
protocol = tcp
wait = no
user = root
server =/usr/local/sbin popper qpopper -s 192.168.0.132:110
}
this does not work... I must be missing something. I followed guide.pdf step by step.
"Does not work" isn't very descriptive... Please be a bit more descriptive and folks will try to help you.
