you shouldnt have a domain in vpopmail when you use serialmail...
so you can delete the lines.
qmail will queue all the email which come to a domain into the
autoturn directory you give to it, the client should have a static ip
address which will connect to qmail-smtp, when the client connects,
serialmail knows this client from the autoturn directory and will push all
the emails from that clients autoturn directory to the client. etc.
This approach has the drawback of queing mails for users which do not
exist.

Evren

On Fri, 1 Aug 2003, Devendra Singh wrote:

> Hi !
> 
> I have Installed qmail 1.03+vpopmail 5.3.20+mysql with SMTP-AUTH patch with 
> several Virtual Domains. I have also Installed serialmail.
> 
> But, How do I invoke the serialmail for one domain.
> 
> The AUTOTURN documentation says to put the line:
> 
>          +autoturn-:qmaild:7770:2108:/var/qmail/autoturn:-::
> 
> into the file /var/qmail/users/assign and asks to run qmail-pw2u
> 
> but I already have following into the file /var/qmail/users/assign
> 
> +del3.intermesh.net-:del3.intermesh.net:89:89:/home/vpopmail/domains/del3.intermesh.net:-::
> +del4.intermesh.net-:del4.intermesh.net:89:89:/home/vpopmail/domains/del4.intermesh.net:-::
> .
> 
> How do I make the serialmail functional for the del4.intermesh.net 
> (remember that I also have functional SMTP-AUTH Patch) ?
> 
> My existing /var/qmail/supervise/qmail-smtpd/run is as below
> 
> 
> #!/bin/sh
> # when QMAILQUEUE is set, all mail will be sent to the nominated script
> echo 'Starting qmail-smtpd...'
> QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" export QMAILQUEUE
> 
> QMAILDUID=`id -u qmaild`
> NOFILESGID=`id -g qmaild`
> 
> VPOPMAILUID=`id -u vpopmail`
> VPOPMAILGUID=`id -g vpopmail`
> 
> # softlimit needs to be set at something large such as 15000000
> # to allow virusscanning software to run successfully
> 
> exec /usr/local/bin/softlimit -m 15000000 \
> /usr/local/bin/tcpserver -H -l0\
> -v -x /etc/tcp.smtp.cdb \
>    -c 512 -R -u "$VPOPMAILUID" -g "$VPOPMAILGUID" 0 smtp \
> /usr/local/bin/rblsmtpd -b -C \
>    -r 'relays.ordb.org:Your message was rejected because the mail server 
> you use is configured to allow OPEN RELAY - More detailed information 
> regarding this problem is available from 
> <http://www.ordb.org/lookup/?%IP%>http://www.ordb.org/lookup/?%IP% - Please 
> forward this error through to your email server support staff for easy 
> resolution.' \
>    -r 'inputs.relays.osirusoft.com:Your message was rejected because the 
> mail server you use is either configured to allow OPEN RELAY - More 
> information regarding this problems is available at
> <http://relays.osirusoft.com/cgi-bin/rbcheck.cgi?addr=%IP%>http://relays.osirusoft.com/cgi-bin/rbcheck.cgi?addr=%IP%
>  
> - Please forward this error to your email server support staff for 
> resolution.' \
>    -r 'proxies.relays.monkeys.com:Your message was rejected because the 
> message was sent from an OPEN PROXY - More information regarding this 
> problems is available 
> at 
> <http://www.monkeys.com/upl/listed-ip-0.cgi?ip=%IP%>http://www.monkeys.com/upl/listed-ip-0.cgi?ip=%IP%
>  
> - Please forward this error to your email server support staff for 
> resolution.' \
> /var/qmail/bin/qmail-smtpd del3.intermesh.net /home/vpopmail/bin/vchkpw 
> /bin/true &
> 
> I am posting this to the list with lot of head scratching, in anticipation.
> 
> Thanks in advance !
> 
> 
> ______________________________________________________
>   Devendra Singh
>   IndiaMART InterMESH Limited
>   B-1, Sector 8, Noida, UP - 201301, India
>   Voice : +91-120-2543945, 2543946, 2543947
>   Fax: +91-120-2543943
>   Mobile: +91-9818342483
>   http://www.indiamart.com
>   http://www.indiangiftsportal.com
>    ______________________________________________________ 
> 


Reply via email to