Re: [vchkpw] qmail+vpopmail smtp-auth for roaming-users

2007-01-23 Thread Remo Mattei
did u apply the patch to qmail?
check shupp.org

Remo

Winanjaya - CBN wrote:
 Dear Expert,
 
 I need help for setting up qmail+vpopmail smtp-auth with roaming-users
 
 I had configured vpopmail with --enable-roaming-users= y option
 my /var/qmail/supervise/qmail-smtpd/run as follow:
 
 #!/bin/sh
 PATH=$PATH:/usr/local/bin:/var/qmail/bin
 export PATH
 VPOPMAILUID=`id -u vpopmail`
 VPOPMAILGID=`id -g vpopmail`
 MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
 exec /usr/local/bin/softlimit -m 500 \
 /usr/local/bin/tcpserver -H -R -v -x /home/vpopmail/etc/tcp.smtp.cdb -c
 $MAXSMT
 PD -u $VPOPMAILUID -g $VPOPMAILGID 0 25 qmail-smtpd
 mail2.lippogeneral.com
 /home/vpopmail/bin/vchkpw /bin/true 21
 
 and my /home/vpopmail/etc/tcp.smtp below:
 
 :allow,RBLSMTPD=,REQUIREAUTH=
 
 why .. I still not able to relay .. see below message:
 
 The message could not be sent because one of the recipients was rejected by
 the server. The rejected e-mail address was '[EMAIL PROTECTED]'. Subject
 'test', Account: 'mail.lippogeneral.com', Server: 'mail2.lippogeneral.com',
 Protocol: SMTP, Server Response: '553 sorry, that domain isn't in my list of
 allowed rcpthosts (#5.7.1)', Port: 25, Secure(SSL): No, Server Error: 553,
 Error Number: 0x800CCC79
 
 
 ***
 Our outgoing mail has been scanned by MSS.
 ***-***
 
 
 !DSPAM:45b5b3dd111671804284693!
 


RE: [vchkpw] qmail+vpopmail smtp-auth for roaming-users

2007-01-23 Thread Manish Jain [HUGHES]
Your /var/qmail/supervise/qmail-smtpd/run file looks fine. 
Add the following line in your /etc/tcp.smtp

127.:allow,RELAYCLIENT=

and run qmailctl cdb

then try...

Regards,
 
Manish Jain
(Sr. Engineer - IDC)
Hughes Communications India Ltd.
Plot-1, Sector-18,
Electronic City, Gurgaon.
Email: [EMAIL PROTECTED]

Ph. : 91 124 3072681
  91 124 3072589

-Original Message-
From: Winanjaya - CBN [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 23, 2007 12:38 PM
To: vchkpw@inter7.com
Subject: [vchkpw] qmail+vpopmail smtp-auth for roaming-users


Dear Expert,

I need help for setting up qmail+vpopmail smtp-auth with roaming-users

I had configured vpopmail with --enable-roaming-users= y option
my /var/qmail/supervise/qmail-smtpd/run as follow:

#!/bin/sh
PATH=$PATH:/usr/local/bin:/var/qmail/bin
export PATH
VPOPMAILUID=`id -u vpopmail`
VPOPMAILGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 500 \
/usr/local/bin/tcpserver -H -R -v -x /home/vpopmail/etc/tcp.smtp.cdb -c
$MAXSMT
PD -u $VPOPMAILUID -g $VPOPMAILGID 0 25 qmail-smtpd
mail2.lippogeneral.com
/home/vpopmail/bin/vchkpw /bin/true 21

and my /home/vpopmail/etc/tcp.smtp below:

:allow,RBLSMTPD=,REQUIREAUTH=

why .. I still not able to relay .. see below message:

The message could not be sent because one of the recipients was rejected
by
the server. The rejected e-mail address was '[EMAIL PROTECTED]'.
Subject
'test', Account: 'mail.lippogeneral.com', Server:
'mail2.lippogeneral.com',
Protocol: SMTP, Server Response: '553 sorry, that domain isn't in my
list of
allowed rcpthosts (#5.7.1)', Port: 25, Secure(SSL): No, Server Error:
553,
Error Number: 0x800CCC79


***
Our outgoing mail has been scanned by MSS.
***-***