Hi,
im posting the run file on my qmail-pop3d server.
Ive been trying to run qmail-1.03 but I'm having problems receving mail
on my thunderbird MUA.
When I authenticate it gives a autherization failed error.
Then I tried using telnet from CLI
#telnet 127.0.0.1 110
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
+OK <3495.1180500091@127.0.0.1>
user danish
+OK
pass xxxxxx
-ERR authorization failed
Connection closed by foreign host.
and im using the correct password
qmail-pop3d run file:
#!/bin/sh
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110
/var/qmail/bin/qmail-popup \
127.0.0.1 /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1
When I send mails, it is sent succesfully after authentication
Danish
The information contained in this electronic message and any attachments to
this message are intended for the exclusive use of the addressee(s) and may
contain proprietary, confidential or privileged information. If you are not the
intended recipient, you should not disseminate, distribute or copy this e-mail.
Please notify the sender immediately and destroy the original message all
copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should
check this email and any attachments for the presence of viruses. The company
accepts no liability for any damage caused by any virus transmitted by this
email.
|