HI there,
I was wondering if anyone can help me with this problem, I am
running redhat version 6.1 and I cannot get POP3 connections logging in my
syslog to /var/log/mail
smtp syslog works fine but POP is cause me trouble and I can not see
any referance to POP/syslog in the FAQ's or anything else on the qmail
site...
below is a copy of my start up script to start qmail-pop3d using
Maildir
Any help would be much welcomed:)
#!/bin/sh
#
# Start POP3D
#
tcpserver 0 110 /var/qmail/bin/qmail-popup daemon.supression.net \
/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1 |
/var/qmail/bin/splogger pop3d 3 &
cheers
brendan
#!/bin/sh
#
# Start POP2D
#
tcpserver 0 110 /var/qmail/bin/qmail-popup daemon.supression.net \
/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1 |
/var/qmail/bin/splogger pop3d 3 &
winmail.dat