On Tuesday 28 October 2003 02:05, Ryan Burton wrote:
> Hey all, I was wondering if someone could help me out with this error
> in
my log files. Thanks!
looks like a qmail error, not a vpopmail one.
what's your .qmail-default file, and your /var/qmail/users/assign file
showing? is blasted.602glo
hi all,
I have a Redhat Linux system running
qmail+vpopmail+sqwebmail.
I also want to install squirrelmail on
it.
Can anyone suggest me some quick install
steps,
such that the existing system is not
disturbed.
Regards,
Tanmaya Anand
Il 10:17, martedì 28 ottobre 2003, Tanmaya Anand ha scritto:
> hi all,
>
> I have a Redhat Linux system running qmail+vpopmail+sqwebmail.
> I also want to install squirrelmail on it.
> Can anyone suggest me some quick install steps,
> such that the existing system is not disturbed.
There's no par
I don't have a .qmail-default.
I fixed it though, I just put a valid e-mail address in the .qmail-root
file, and it started sending out e-mails. I guess they were errors
trying to be sent out, but had no where valid to go. Thanks for the
help!
Ryan.
-Original Message-
From: Justin Hee
Hi all,
I'm trying to convert a 5.2 cdb installation to a 5.2.1 mysql installation.
I've tried to use vconvert tools but it fails.
[root mail] ~/vpopmail-5.2.1# ./vconvert -c -m foo.it
converting foo.it
domain deleted
domain created
opening /usr/local/vpopmail/domains/foo.it/vpasswd
domain conve
Hello Jacob,
On Tuesday, October 28, 2003 at 3:43:41 AM you wrote (at least in
part):
>> what style of encryption does vpopmail implement on the passwords that it
>> stores in the sql db?
> The same it uses for .cdb files. Read the archive [1].
> http://bluedot.net/mail/archive/list.php?f=2
>>
Hello Peter, hello all,
you wrote, that passwords are stored by vpopmail in a sql database by
"..It's system crypt(3) function.."
How can I generate it by a linux commandline?
Oliver
> Hello Jacob,
>
> On Tuesday, October 28, 2003 at 3:43:41 AM you wrote (at least in
> part):
>
> >> what st
I don't remember exactly, but there is a function in mysql SQL
that allows you to create a unix compatible MD5 password
from the clear text.
>From mysql documentation:
ENCRYPT(str[,salt])
Encrypt str using the Unix crypt() system call. The salt argument should be a
string with two characters.
Hello,
anybody here who knows how to generate a password that are stored by
vpopmail in a sql database by a Unix commandline?
Oliver
> I don't remember exactly, but there is a function in mysql SQL
> that allows you to create a unix compatible MD5 password
> from the clear text.
>
> From my
There's no real interface to the crypt() syscall through Bash that I
know of, however if you've got either perl or mysql command line you
can do something like:
mysql -u -h -p -e 'select
encrypt("passwd", "$1$salt")' The $1$ specifies that it use MD5 if
available. Remove this if you compile
> Hi all,
> I'm trying to convert a 5.2 cdb installation to a 5.2.1 mysql
installation.
> I've tried to use vconvert tools but it fails.
> I think that vconvert is badly out of date.
> Do you have any suggestions (over fixing the code :-) )?
vpopmail-5.2.2 contains a much newer version of the vc
Hi,
We are trying to migrate from file user based (master.passwd on FreeBSD)
to vpopmail 5.3.29 with mysql backend. We'll try to do a master.passwd
using data stored by vpopmail in mysql and propagate to other servers
with rdist.
Why are pw_uid and pw_guid set to zero for all users added with
12 matches
Mail list logo