Re: [vchkpw] help in new installation

2007-09-02 Thread Samuel Pereira
I cant open that page...

I search for the toaster.

Thanks

Samuel

On 9/1/07, Rick Widmer [EMAIL PROTECTED] wrote:



 Bob Hutchinson wrote:
  On Saturday 01 September 2007 14:44, Samuel Pereira wrote:
  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...
 
  This does not answer your question, but
  have a look at this:
 
  http://shupp.org/toaster/
 
  a *much* better way to install qmail/vpopmail/qmailadmin etc

 Yes, and Bill's toaster is quite a bit more current! Highly recommended,
 not to mention what I use...


 Rick



[vchkpw] help in new installation

2007-09-01 Thread Samuel Pereira
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


Re: [vchkpw] help in new installation

2007-09-01 Thread Bob Hutchinson
On Saturday 01 September 2007 14:44, Samuel Pereira wrote:
 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...

This does not answer your question, but
have a look at this:

http://shupp.org/toaster/

a *much* better way to install qmail/vpopmail/qmailadmin etc


 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:_CHKUS
ER_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

-- 
-
Bob Hutchinson
Midwales dot com
-


Re: [vchkpw] help in new installation

2007-09-01 Thread Rick Widmer



Bob Hutchinson wrote:

On Saturday 01 September 2007 14:44, Samuel Pereira wrote:

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...


This does not answer your question, but
have a look at this:

http://shupp.org/toaster/

a *much* better way to install qmail/vpopmail/qmailadmin etc


Yes, and Bill's toaster is quite a bit more current! Highly recommended, 
not to mention what I use...



Rick