Re: how to allow how many deliveries at once

"f980215" <[email protected]>
Newsgroups gmane.mail.serialmail
Message-ID <005301c23872$55ba5fe0$780aa8c0@r213>
Hi, Stefan Karrmann

Thanks for your reply.

Then , I can not ok.

Your meaning is:

a shell script file:
===================
     counter=0
     ls ~alias/pppdir |
    sort |
    while read name
    do
        echo "$name"
        counter=`expr $counter + 1`
       case $counter in 16) break;; esac
   done |
   maildirsmtp ~alias/pppdir alias-ppp- 1.2.3.4 hostname
================

Right? 
  
Thanks
f980215

----- Original Message ----- 
> Use maildirsmtp to send email,
>                         maildirsmtp ~alias/pppdir alias-ppp- 1.2.3.4 hostname
> 

Look inside maildirsmtp, its a shell script. You may replace it
with something similiar to:

counter=0
ls ~alias/pppdir |
 sort |
 while read name
 do
   echo "$name"
   counter=`expr $counter + 1`
   case $counter in 16) break;; esac
 done |
 serialmail ....

> How do I tell serialmail to allow  how many deliveries at once
> 
> because My ISP only allow 16 deliveries at once.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.