Hi,
First hello, to everybody, i subscribe this ml because i need some help in
qmail :)
i'm using centos 4.5, and have vpopmail-5.4.6.
i have download qmail-1.03 and chkuser 2.0
i have patch qmail, and compile with default options...
i'm running qmail-smtpd with xinetd
service smtp
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /var/qmail/bin/qmail-smtpd
}
After compile, i do this:
./qmail-smtpd
220 domain.net ESMTP
helo mail
250 domain.net
mail from [EMAIL PROTECTED]
CHKUSER accepted sender: from <::> remote <mail:unknown:unknown> rcpt <> :
accepted null sender always
250 ok
rcpt to: [EMAIL PROTECTED]
CHKUSER accepted rcpt: from <::> remote <mail:unknown:unknown> rcpt <
[EMAIL PROTECTED]> : found existing recipient
250 ok
rcpt to: [EMAIL PROTECTED]
CHKUSER rejected rcpt: from <::> remote <mail:unknown:unknown> rcpt <
[EMAIL PROTECTED]> : not existing recipient
550 5.1.1 sorry, no mailbox here by that name (chkuser)
quit
221 domain.net
### telnet ip 25
works the same way that ./qmail-smtpd
### send mail from other linux box
Sep 1 14:38:14 shell qmail: 1188653894.381107 new msg 17963320
Sep 1 14:38:14 shell qmail: 1188653894.381152 info msg 17963320: bytes 215
from <[EMAIL PROTECTED]> qp 22482 uid 500
Sep 1 14:38:14 shell qmail: 1188653894.433114 starting delivery 3400: msg
17963320 to remote [EMAIL PROTECTED]
Sep 1 14:38:14 shell qmail: 1188653894.433211 status: local 0/10 remote
2/20
Sep 1 14:38:15 shell qmail: 1188653895.866978 delivery 3400: failure:
Connected_to_PROTECTED_IP1_but_sender_was_rejected./Remote_host_said:_CHKUSER_accepted_sender:_from_<
[EMAIL PROTECTED]::>_remote_<domain.org:host.domain.org:PROTECTED_IP2
>_rcpt_<>_:_sender_accepted/
Always this error; and no mail is received.....
You can help me on this???
qmail-smtpd can run in xinetd ?
Thanks
Samuel