[vchkpw] qmail installation script 1.3.6-rc6

2003-10-27 Thread Franck
-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

[vchkpw] Re: password encryption

2003-10-27 Thread Peter Palmreuther
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].

[vchkpw] Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Oliver Etzel - GoodnGo.COM \(R\)
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

[vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Oliver Etzel - GoodnGo.COM \(R\)
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

RE: [vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Shane Chrisp
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-

Re: [vchkpw] Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Justin Heesemann
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_passwd

[vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Paul L. Allen
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

[vchkpw] Re: global or sitewide alias/forward

2003-10-27 Thread Paul L. Allen
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 doms?

Re: [vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Oliver Etzel - GoodnGo.COM \(R\)
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] To: Oliver

Re: [vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Oliver Etzel - GoodnGo.COM \(R\)
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

Re: [vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread isp
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 is

Re: [vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Nick Harring
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

Re: [vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread John Johnson
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:

Re: [vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread John Johnson
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: John

Re: [vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Oliver Etzel - GoodnGo.COM \(R\)
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 on

[vchkpw] suggestions on script

2003-10-27 Thread Remo Mattei
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

[vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Rainer Duffner
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

Re: [vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread GoodnGo.de \(R\) Zentrale
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 for

Re: [vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Oliver Etzel - GoodnGo.COM \(R\)
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

Re: [vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread John Johnson
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 into

[vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Paul L. Allen
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

[vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Paul L. Allen
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

Re: [vchkpw] suggestions on script

2003-10-27 Thread Justin Heesemann
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

[vchkpw] Interesting Problem

2003-10-27 Thread Ryan Burton
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 alletc. 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

Re: [vchkpw] Interesting Problem

2003-10-27 Thread J. Kendzorra
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 very

RE: [vchkpw] Interesting Problem

2003-10-27 Thread Ryan Burton
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

Re: [vchkpw] Interesting Problem

2003-10-27 Thread VeNoMouS
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:07 AM

Re: [vchkpw] Interesting Problem

2003-10-27 Thread Michael Bowe
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:

RE: [vchkpw] Interesting Problem

2003-10-27 Thread Ryan Burton
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

[vchkpw] Log errors

2003-10-27 Thread Ryan Burton
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

[vchkpw] IMP / Vpopmail

2003-10-27 Thread Ryan Burton
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

Re: [vchkpw] IMP / Vpopmail

2003-10-27 Thread Mark Persohn
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: Hey

Re: [vchkpw] Re: password encryption

2003-10-27 Thread Jacob Mathew
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 [EMAIL

[vchkpw] Enable learn passwords

2003-10-27 Thread John Johnson
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