I installed follling exactly LWQ, I use Maildir and have the /home/user with
the 3 directories. When I send email, I don´t have any problem, the messages
arrive to the correct place in the new subdirectory. But When I try to
recive the email, in my outlook I recive no matter that I use my correct
password or not I recive anyway. When I do my test in linux it´s all right,
works. I installed checkpassword and use linux 5.1 conectiva.
This is the test:
telnet 207.124.229.47 110
Trying 207.124.229.47...
Connected to pascal.itacom.com.py.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user ale
+OK
pass tuki
+OK
quit
+OK
Connection closed by foreign host.
telnet 207.124.229.47 110
Trying 207.124.229.47...
Connected to pascal.itacom.com.py.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user ale
+OK
pass 123
-ERR authorization failed
Connection closed by foreign host.
This is the etc services
pop-3 110/tcp # POP version 3
pop-3 110/udp
This is the Inet Conf
# A Murillo, para uso de Qmail 15 Enero 2001
pop-3 stream tcp nowait root /var/qmail/bin/qmail-popup
qmail-popup pascal.myitacom.com /bin/checkpassword /usr/sbin/qmail-pop3d
Maildir
Where pascal.myitacom.com is my hostname.domain
This is the rc
#!/bin/sh
# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to ~/Mailbox by default.
#exec env - PATH="/var/qmail/bin:$PATH" \
#qmail-start ./Maildir splogger qmail
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start '|dot-forward .forward
./Maildir/'
tcpserver -v -R 0 pop-3 /var/qmail/bin/qmail-popup myitacom.com \
/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1 | \
/var/qmail/bin/splogger pop3d &
tcpserver -v -u 7791 -g 2108 0 smtp /var/qmail/bin/qmail-smtpd \ 2>&1 |
/var/qmail/bin/splogger
Where myitacom.com is my domain .
What I am doing wrong ! .... I think that I almost close to work with qmail
.... Can sombody helpme .. I don´t kwow what else can I do !
Thanks
Ale Murillo
[EMAIL PROTECTED]