Re: [vchkpw] Lazy admin seeks ezmlm script set

2006-02-21 Thread David Chaplin-Loebell

Alex Borges wrote:


Mhm... you guys take too long:
#!/bin/bash
CWDmine=$(pwd)
cd "/home/vpopmail/domains/$1"
 


It would be better to use cd `vdominfo -d $1` in case of hashed domains.


ls .qmail-* |egrep "^.qmail-[^-]*$" |sed -r -e 's/^.qmail-(.*)$/\1/g'
cd "$CWDmine"
 





Re: [vchkpw] Lazy admin seeks ezmlm script set

2006-02-21 Thread Alex Borges
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



Re: [vchkpw] Lazy admin seeks ezmlm script set

2006-02-21 Thread Tom Collins

On Feb 21, 2006, at 10:07 AM, 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.


QmailAdmin  will show them in a web 
interface...


`ls .qmail-*-owner` will work most of the time (although it's possible 
to have an xyz-owner alias that isn't related to a list).


`ls */config` works, but you'll need to strip the '/config' part to get 
the list name.


Hopefully you're not too lazy to take that start and create the script 
yourself.  ;-)


--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
You don't need a laptop to troubleshoot high-speed Internet: 
sniffter.com




[vchkpw] Lazy admin seeks ezmlm script set

2006-02-21 Thread Alex Borges
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.


YAWN

/me waits until his work is done by others