Hi,
I am running RedHat7.2 with Qmail as my MTA.
All mail is delivered to /home/user/Mailbox.
I have tried to set up qpopper to read the mail spool from the Mailbox by
using a config file from xinetd:
service pop3
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/in.popper
server_args = qpopper -s -f
/usr/local/qpopper/qpopper-conf
port = 110
}
The file /usr/local/qpopper/qpopper-conf contains 2 lines:
set tracefile = /usr/local/qpopper/tracefile
set home-dir-mail = Mailbox
When I try to connect, the error is "Unable to process config file", and the
tracefile reports
"Config file /usr/local/qpopper/qpopper-conf line 2 too long"
How do I get qpopper to read the mail from qmail's Mailboxes?
Thanks,
Anthony Dunne