hi,
   I can't see my mails via POP3 !
   
   Server reports error: -ERR authorization failed
   connection to host broken (last commands sent were: login + passwd)

   (TheBat! errors report)

   I try to install qmail-pop3d on my mail server like that:

  in  /var/qmail/supervise/qmail-pop3d/run :

#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec /usr/local/bin/softlimit -m 2000000 \
     /usr/local/bin/tcpserver -v -R -g $NOFILESGID -u $QMAILDUID 0 pop-3 \
     /var/qmail/bin/qmail-popup mxmlab.com \
     /var/qmail/bin/checklocalpwd \
     /var/qmail/bin/qmail-pop3d Maildir 2>&1

     
and in /var/qmail/supervise/qmail-pop3d/log/run

#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t s2500000 
/var/log/qmail/qmail-pop3d


i create the directory /var/log/qmail/qmail-pop3d
and put this link into /service

ln -s /var/qmail/supervise/qmail-pop3d /service/qmail-pop3d

i launch qmail-pop3d like that: /etc/init.d/svscan start  (debian)
qmail-pop3d seems to be well launched (no pop-3 line in inetd.conf and
process returns no errors)

i'm sure that the good pop passwords are in /etc/poppasspwd
and to test if it was the passwords, i use the pop and linux
passwords. I saw that i try to connect to pop3 server and thaht the
connecion is ok but nothing else:

tcpserver: status: 1/40
tcpserver: pid 431 from 192.168.0.41
tcpserver: ok 431: 192.168.0.101:110 ::192.168.0.41::1552
tcpserver: end 431 status 256
tcpserver: status 0/40


so what's happening ?
did i forget something ?
Dji.

P.S : another problem is that tcpserver reports log in terminal and
not in /var/log/qmail-qmail-pop3d/current, what can i do for that ?
-- 
Audouy Jérôme - 3rd year student in E.S.S.I. (Ecole Supérieure en Sciences 
Informatiques)
e-mail : [EMAIL PROTECTED] / [EMAIL PROTECTED]
www    : http://djidji.citeweb.net / http://www.essi.fr/~audouy


Reply via email to