-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
A new version of the installing's script for qmail are released.
All feedback are welcome before the final 1.3.6 :)
http://www.linuxpourtous.com/download/qmail/install_qmail-1.3.6-rc6.tar.gz
Changelog since 1.3.6-rc5 :
* Testing installatio
Hello List,
On Saturday, October 25, 2003 at 6:52:54 PM [EMAIL PROTECTED] 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
Hello list,
I have vpopmail -with-mysql installation.
I want to create new users like [EMAIL PROTECTED] NOT with vadduser
BUT with just .
Any hints,
how I can generate the encrypted password in the column pw_passwd
(looks like this $1$S/TPu$GjMMj7yMJqG.0ckx) ???
Regs,
Oliver Etzel
Oliver Etzel - GoodnGo.COM \(R\) writes:
> I want to create new users like [EMAIL PROTECTED] NOT with vadduser
Why would you not want to use vadduser?
> BUT with just .
With just what?
> Any hints,
> how I can generate the encrypted password in the column pw_passwd
> (looks like this $1$S/TP
Hello list,
I have vpopmail -with-mysql installation.
I want to create new users like [EMAIL PROTECTED] NOT with vadduser
BUT with just inserting it via mysql-insert into the vpopmail
database.
Any hints,
how I can generate the encrypted password in the column pw_passwd
(looks like this $1$S
However you can just add the user to the database without needing to attach
to the
shell at all and have vpopmail create the user the first time the user
receives an
email. Makes a lot of sense when your billing system has been modified to do
this
for you.
Shane
>-Original Message-
>Fro
Hi all,
Quick question: Using qmail/vpopmail, how can i make mail for things
like [EMAIL PROTECTED] or [EMAIL PROTECTED] go to
one single maildir/account/alias for all my virtual doms, without having
to create .qmail-abuse and .qmail-hostmaster files for all my virtual
doms? (Sort of like the
On Monday 27 October 2003 14:55, Oliver Etzel - GoodnGo.COM (R) wrote:
> Hello list,
>
> I have vpopmail -with-mysql installation.
>
> I want to create new users like [EMAIL PROTECTED] NOT with vadduser
> BUT with just .
>
> Any hints,
> how I can generate the encrypted password in the column pw
Oliver Etzel - GoodnGo.COM \(R\) writes:
> I want to create new users like [EMAIL PROTECTED] NOT with vadduser
> BUT with just inserting it via mysql-insert into the vpopmail
> database.
OK, you have now explained what you want to use instead. Somebody else
pointed out that the maildir will be
He can also enable the learn password option in vpopmail, I think this
would be
an easy way to deal with it myself. What do you think?
-John
- Original Message -
From: "Paul L. Allen" <[EMAIL PROTECTED]>
To: "Oliver Etzel - GoodnGo.COM (R)" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Se
Hans Rakers writes:
> Quick question: Using qmail/vpopmail, how can i make mail for things
> like [EMAIL PROTECTED] or [EMAIL PROTECTED] go to
> one single maildir/account/alias for all my virtual doms, without having
> to create .qmail-abuse and .qmail-hostmaster files for all my virtual
> d
Hello John,
what exactly is the "learn password" option?
Oliver
> He can also enable the learn password option in vpopmail, I think
this
> would be
> an easy way to deal with it myself. What do you think?
>
> -John
>
> - Original Message -
> From: "Paul L. Allen" <[EMAIL PROTECTED]>
> T
John Johnson writes:
> He can also enable the learn password option in vpopmail, I think
> this would be an easy way to deal with it myself.
It's hard to tell since he didn't say why he wanted to do it in the
first place. The problems with the learn password option are that there
is a window o
Hello Paul, hello all,
Paul: The reason why I do NOT want vadduser or any commandline tool is
that I want to write a perl script which automatize user generation.
Cool would would be If one could run:
vadduser $variable_password
or something like this in
Perl or PHP code!
Regs,
Oliver Etzel
>
You can do with with Perl's "system" or "exec" calls, and I'm sure that
PHP has equivalent calls as well. Just call the binary from your script.
Why not use the product as its architected? Sheez!
> Hello Paul, hello all,
>
> Paul: The reason why I do NOT want vadduser or any commandline tool
Oliver Etzel - GoodnGo.COM \(R\) writes:
> Paul: The reason why I do NOT want vadduser or any commandline tool is
> that I want to write a perl script which automatize user generation.
>
> Cool would would be If one could run:
> vadduser $variable_password
> or something like this in
> Perl or P
Paul L. Allen wrote:
Oliver Etzel - GoodnGo.COM \(R\) writes:
I want to create new users like [EMAIL PROTECTED] NOT with vadduser
BUT with just inserting it via mysql-insert into the vpopmail
database.
OK, you have now explained what you want to use instead. Somebody
When you run ./configure for vpopmail add this option
--enable-learn-passwords=y
Vpopmail with learn the passwords when the user pops for mail and that
way you will not have to enter a password.
-John
- Original Message -
From: "Oliver Etzel - GoodnGo.COM (R)" <[EMAIL PROTECTED]>
To:
Hello Paul, hello all,
Oh my god, that is what I was looking for!
Thank you very much. I thought I could write it all in one
commandline#
Know I write my perl-script for automation. Thank you ALL.
Oliver
> vadduser has always allowed the plaintext password to be specified
> on the command line a
Well maybe there is another answer to this. maybew he didn't get the reply
last time
for some reason so he doesn't even know he was given the answer. Sometimes
we
must have faith that not all people are stupid :)
-John
- Original Message -
From: "Paul L. Allen" <[EMAIL PROTECTED]>
To: "
Hello Paul, hello all,
Oh my god, that is what I was looking for!
Thank you very much. I thought I couldn´t write it all in one
commandline, like you Paul showed us.
Now I write my perl-script for automation. Thank you ALL.
> vadduser has always allowed the plaintext password to be specified
> o
Hello guys is there a way that I can add users with script in a for syntax.
Example
USERS=`cat users`
LASTNAMES=`cat last`
for myusers in $USERS $LASTNAMES
do
vaddusers $myusers
done
thanks,
Remo Mattei
Network Security Engineer
cell 801-209-8554
email [EMAIL PROTECTED
Oliver Etzel - GoodnGo.COM (R) writes:
Hello Paul, hello all,
Oh my god, that is what I was looking for!
Also, there is also a PERL-module for vpopmail !
It exposes almost all commands via an API.
And if that isn't enought, you can compile PHP with vpopmail-support.
cheers,
Rainer
Hello John,
thank you very much. Now I understand.
Phps. this is slightly insecure. But I will internalize that into my
perl scripting.
Thanx Oliver
> When you run ./configure for vpopmail add this option
>
> --enable-learn-passwords=y
>
> Vpopmail with learn the passwords when the user pops
Hello Rainer,
a perl-module for vpopmail. YES. Is it in CPAN?
How is it called?
Oliver
> Also, there is also a PERL-module for vpopmail !
>
> It exposes almost all commands via an API.
>
> And if that isn't enought, you can compile PHP with
vpopmail-support.
>
>
>
>
> cheers,
> Rainer
>
>
>
It's in CPAN. Just do a search for vpopmail in CPAN and you will find it.
-John
- Original Message -
From: "Oliver Etzel - GoodnGo.COM (R)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 27, 2003 7:36 AM
Subject: Re: [vchkpw] Re: Inserting new users via mysql-insert in
Oliver Etzel - GoodnGo.COM \(R\):
> a perl-module for vpopmail. YES. Is it in CPAN?
> How is it called?
It's not that hard, is it?
http://www.google.com/search?q=perl+vpopmail
Second hit.
Ok Thank you all very much. Now I go on scripting.
Oliver
> It's in CPAN. Just do a search for vpopmail in CPAN and you will
find it.
>
> -John
>
> - Original Message -
> From: "Oliver Etzel - GoodnGo.COM (R)" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, October 27, 2003
Nick Harring writes:
> This isn't actually true. Mysql provides an encrypt() function, which
> takes two strings, the password and the salt.
You learn something every day. I'd not enountered that function before.
> On linux, and I would guess *BSD as well, when you supply $1$ as the
> start of
Oliver Etzel - GoodnGo.COM \(R\) writes:
> Oh my god, that is what I was looking for!
There is a lesson to be learned. Next time, tell us where your immediate
problem stands in the overall scheme of things. Something like "I'm
trying to add a user from perl by inserting them into the MySQL dat
On Monday 27 October 2003 16:32, Remo Mattei wrote:
> Hello guys is there a way that I can add users with script in a for
> syntax.
Example
>
> USERS=`cat users`
> LASTNAMES=`cat last`
>
> for myusers in $USERS $LASTNAMES
> do
> vaddusers $myusers
> done
> thanks,
man awk
ww
Title: Interesting Problem
Ok, this is a weird problem. Sometimes I can not authenticate, horde/sqwebmail kicks me back to the login prompt sometimes, not work at all…etc. I have three domains setup and it seems that if there is an email address with 6 characters or less in the e-mail add
Ryan Burton:
> at all.etc.I have three domains setup and it seems that if there
> is an email address with 6 characters or less in the e-mail address
> before the @, it will cause issues or wont work at all. If there are
> 7 characters or more, everything seems to work fine.
That sounds ver
Thanks. I did/do search the archives, but couldn't find any/that info.
That helped, I thought I had the newest version of vpopmail, but looks
like I didn't. That will teach me to check inter7's website for the
source...yeesh.
OK, I am in the process of upgrading and recompiling everything, but
maybe take out 127.0.0.1 and put in your external ip in the vmysql.h.
perhaps you dont have the localhost in hosts for root in your mysql user
table
- Original Message -
From: "Ryan Burton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, October 28, 2003 9:
> OK, I am in the process of upgrading and recompiling everything, but I
> get this error in the maillog and no one can receive e-mail. I have it
> before whenI tried to re-install vpopmail.
>
> Oct 27 15:03:17 blasted qmail: 1067284997.969826 delivery 102: deferral:
> could_not_connect_to_mysql_u
Ya, I figured that out promptly after I sent the e-mail.
I was having so many problems, so I just re-installed everything!
My goal was to fix vpopmail because I was running an old version and I
was having problems with email addresses less than 8 characters long.
After all this, things seem ok a
Title: Log errors
Hey all, I was wondering if someone could help me out with this error in my log files. Thanks!
Oct 27 19:51:47 blasted qmail: 1067302307.787823 starting delivery 16: msg 5496023 to local [EMAIL PROTECTED]
Oct 27 19:51:47 blasted qmail: 1067302307.787871 status: local 1/1
Title: IMP / Vpopmail
Hey all. I know this may not be the right list to try, but I have posted to sork, IMP and horde mailling lists, but no one gave anything helpful.
I am wondering if anyone out there has gotten the passwd module for Horde working properly with vpopmail/mysql? I tried
Ryan,
I have it working with IMP 3.2.1
I had to get an updated version of vpopmail from cvs.
Mark
See below.
3c3
< * $Horde: passwd/lib/Driver/vpopmail.php,v 1.4.2.3 2003/02/12
22:35:36 ericr Exp $
---
> * $Horde: passwd/lib/Driver/vpopmail.php,v 1.4.2.2 2003/01/29
Ryan Burton wrote:
He
ITS MD5 by default
regds
Jacob
- Original Message -
From: "Peter Palmreuther" <[EMAIL PROTECTED]>
To: "[EMAIL PROTECTED] in vpop" <[EMAIL PROTECTED]>
Sent: Monday, October 27, 2003 6:54 PM
Subject: [vchkpw] Re: password encryption
Hello List,
On Saturday, October 25, 2003 at 6:52:54 PM
I have been working on a test system and I set enable learn password to yes
but qmailadmin and vadduser will not let me
Add an account with out a password. Also will vpopmail learn
The password on an imap connection using courier imap?
-John
42 matches
Mail list logo