I tried the qmailadmin list to no avail, but since this appears that it
might be a vchkpw problem, I thought I'd try here. I am trying to make
the following upgrades:
qmailadmin 1.0.2 to 1.2.10
vpopmail 5.3.8 to 5.4.13
sqwebmail 4.0.3 to 5.1.2
the vpopmail users password files are simple .cdb
Please disregard this. I stupidly forgot all about the
/var/qmail/users
file.
On Fri, 25 Aug 2006 [EMAIL PROTECTED] wrote:
>
> I tried the qmailadmin list to no avail, but since this appears that it
> might be a vchkpw problem, I thought I'd try here. I am trying to make
> the following upgr
Hi,
Just wondering what the canonical way is to get a list of all domains on
a server?
I've come up with this:
vdominfo | \
perl -ne 'if ((/^domain: /) && !(/alias of/)) \
{ s/^domain: //; print; }'
For clarity, the perl code is equivalent to:
while (<>) {
if ( (/^domain: /