/var/log/messages - no errors found anywhere in the logs
May 14 17:00:21 que qmail: qmail-send shutdown succeeded
May 14 17:00:21 que qmail: rc startup succeeded
May 14 17:00:59 que qmail: qmail-send shutdown succeeded
May 14 17:00:59 que qmail: rc startup succeeded
/var/log/maillog - delivery to and from email addresses works fine...using
sqwebmail
May 14 20:46:02 que qmail: 989844362.830558 info msg 327056: bytes 1135 from
<[EMAIL PROTECTED]> qp 7776 uid 51
May 14 20:46:02 que qmail: 989844362.835234 starting delivery 3: msg 327056
to local [EMAIL PROTECTED]
May 14 20:46:02 que qmail: 989844362.835317 status: local 1/10 remote 0/20
May 14 20:46:02 que qmail: 989844362.847662 delivery 3: success: did_0+0+1/
May 14 20:46:02 que qmail: 989844362.847771 status: local 0/10 remote 0/20
May 14 20:46:02 que qmail: 989844362.847798 end msg 327056
May 15 10:12:23 que qmail: 989892743.652691 new msg 327061
May 15 10:12:23 que qmail: 989892743.652887 info msg 327061: bytes 386 from
<[EMAIL PROTECTED]> qp 8430 uid 60
May 15 10:12:23 que qmail: 989892743.657339 starting delivery 4: msg 327061
to remote [EMAIL PROTECTED]
May 15 10:12:23 que qmail: 989892743.657439 status: local 0/10 remote 1/20
May 15 10:12:25 que qmail: 989892745.422955 delivery 4: success:
209.124.144.153_accepted_message./Remote_host_said:_250_ok_989967911_qp_2985
2/
May 15 10:12:25 que qmail: 989892745.423070 status: local 0/10 remote 0/20
May 15 10:12:25 que qmail: 989892745.423097 end msg 327061
/etc/rc.d/init.d/qmail simple startup script
start() {
# Start daemons.
echo -n $"Starting $prog: "
daemon /var/qmail/rc
/usr/local/bin/tcpserver -v -p -x /etc/tcprules/tcp.smtp.cdb -u
51 -g 50 0 smtp /var/qmail/bin/qmail-smtpd &
/usr/local/bin/tcpserver -H -R -u 51 -g 55 0 pop-3
/var/qmail/bin/qmail-popup teknistar.com /var/qmail/bin/vchkpw
/var/qmail/bin/qmail-pop3d Maildir &
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/qmail
echo
return $RETVAL
}
stop() {
# Stop daemons.
echo -n $"Stopping $prog: "
killproc qmail-send
killall tcpserver
RETVAL=$?
[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/qmail
echo
return $RETVAL
}
-----Original Message-----
From: Bill Shupp [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 14, 2001 9:43 PM
To: Chris Ochap; Mailing List Vchkpw
Subject: Re: pop trouble
on 5/14/01 11:48 PM, Chris Ochap at [EMAIL PROTECTED] spake:
> i have recently installed latest versions of qmail, vpopmail, sqwebmail,
> tcpserver, qmailadmin. all aspects of email operation seem to be working
> fine except pop authentication. no trouble doing sending and recieving
via
> webmail...however...if i try to use an email client like outlook or
> eudora...my user info is rejected. here are my compile options.
>
>
./configure --enable-roaming-users=y --enable-tcprules-prog=/usr/local/bin/t
>
cprules --enable-logging=e --enable-auth-logging=y --enable-tcpserver-file=/
> etc/tcprules/tcp.smtp --enable-hardquota=10000000
What's in your logs? Please post excerpts.
-Bill