Rick Macdougall wrote: > Hi, > > Funky, > > I get Segementation fault myself with 5.3.8. What version are you using? > > I know it used to work because I used to use it. > > Developers? Anyone? >
5.2.1. But I just did this to solve my problem: ------------ #!/bin/sh cd /home/vpopmail/domains for i in *; do cd $i; for n in *; do /home/vpopmail/bin/vmoduser -q 50000000S ${n}@${i} done cd .. done ------------ You'll get errors for email domain saying there is no user [EMAIL PROTECTED] and [EMAIL PROTECTED], but no biggie. Thanks for your help though. -- Phil Dibowitz [EMAIL PROTECTED] Freeware and Technical Pages Insanity Palace of Metallica http://home.earthlink.net/~jaymzh666/ http://www.ipom.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, 1759