> Does anyone have a script that will add or delete email 
> accounts in vpopmail
> given a static file with the email address of each user we 
> want to add or
> delete?  

Do you mean something like
# for f in `cat file.txt` ; do /home/vpopmail/bin/vadduser $f ; done

Then you'd have to manage the passwords...

Reply via email to