thanks bill.
 
   In my tcp.smtp

   127.:allow,RELAYCLIENT=""
   xx.xx.xx.xx:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/simscan"
   :allow,QMAILQUEUE="/var/qmail/bin/simscan"

   where xx.xx.xx.xx is my ip address, do i need to remove my ip address in order to make smtp-auth work ?

   In my /var/qmail/supervise/qmail-smtpd/run (run file)

   #!/bin/sh
   QMAILDUID=`id -u vpopmail`
   NOFILESGID=`id -g vpopmail`
   MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
   exec /usr/local/bin/softlimit -m 40000000 \
       /usr/local/bin/tcpserver -v -H -R -l 0 \
       -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
       -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
       /usr/local/bin/rblsmtpd -b -C \
       -r relays.ordb.org \
       -r sbl.spamhaus.org \
       -r bl.spamcop.net \
       -r or.orbl.org \
       -r blackholes.mail-abuse.org \
       -t 5 \
    /var/qmail/bin/qmail-smtpd -->smtp \
    /home/vpopmail/bin/vchkpw /bin/true 2>&1

   the word -->smtp 

   do i need to change the word smtp there or can put my hostname ?

Thats All. Thanks in advance.

Regards,

Aimmix



 
On 1/6/06, Bill Shupp <[EMAIL PROTECTED]> wrote:
aim mix wrote:
> Greetings all,
>
> hi, i need to know how to do smtp-auth based on shupp toaster.
>
> in the frontpage,
>
> To do SMTP-AUTH, and chkuser, you need to run qmail-smtpd as user
> vpopmail, group vchkpw if you plan on using this with vpopmail (the
> certificates are chowned vpopmail for this reason).
>
> is it need to reconfigure vpopmail to --disable-roaming-users ?
> coz, i compile vpopmail with --enable-roaming-users.

No, you can use both roaming-users and SMTP-AUTH at the same time.

Regards,

Bill

Reply via email to