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 5000000 \
/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 2>&1

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

Reply via email to