Davide Libenzi a �crit :

> On 15-May-2001 NGUYEN Anh Hoa wrote:
> > Davide Libenzi a �crit :
> >
> >> On 15-May-2001 Nguyen, NgocCan wrote:
> >> >
> >> > Hi Davide,
> >> >
> >> > Yesterday, i did a test (release 0.70) :
> >> >
> >> > I tried to create 10000 users accounts by shell script  to test mailing
> >> > list
> >> >: When creating the 6319th account, I had an error message like :
> >> >
> >> > ErrCode = -5
> >> > ErrString = timeout error
> >> >
> >> >
> >> > My script is something like :
> >> >
> >> > while do .... CtrlClnt -s my_server -u me -p toto useradd my_domain
> >> > user_accountxx pass U ... done
> >>
> >> Was XMail died after the operation ?
> >>
> >> - Davide
> >
> > Yes, Xmail was died, the XMail processes were present, but i could not to
> > connect
> > to XMail by "telnet Xmail_server 25" and "telnet Xmail_server 110"
>
> Hummm, could You send me the script ?
>
> - Davide

I tried to create 6000 accounts with Dell server (Intel), it is OK now, but
with Compaq server (AMD-K6) it was not

This is my script ::

i=1
while [ $i -le 10000 ]
 do
  echo $i
  CtrlClnt -s hoa -u can.nguyen -p can useradd my_domain.fr user$i user$i U
  CtrlClnt -s hoa -u can.nguyen -p can mluseradd my_domain.fr famille2
user$[EMAIL PROTECTED] RW
  i=`expr $i + 1`
 done

NB : [EMAIL PROTECTED] was created as Mailing list bebore executing the
script


Reply via email to