On Tue, 2006-02-21 at 12:07 -0600, Alex Borges wrote:
> Hey guys... im just as lazy as you guys, probably more so...
> 
> So, i was wondering if any of you have a script that will give me all
> the ezmlm lists for a vpopmail domain.
> 
Mhm... you guys take too long:
#!/bin/bash
CWDmine=$(pwd)
cd "/home/vpopmail/domains/$1"
ls .qmail-* |egrep "^.qmail-[^-]*$" |sed -r -e 's/^.qmail-(.*)$/\1/g'
cd "$CWDmine"

Anyhow.... what i really need is a way to migrate all lists in a domain
to another vpopmail domain.... if you guys know of simple a way to do
this, let me know.

> 
> YAWN
> 
> /me waits until his work is done by others

Reply via email to