[vchkpw] Functions provided by database interfaces

2004-02-11 Thread Rick Widmer
If you are currious about what is missing from your favorite database interface take a look here.(I hope the formatting survives!) This table lists which functions are defined by each of the database interface modules in vpopmail. I hope someone else finds it helpful. * = full function

[vchkpw] covert from vpasswd to mysql problems

2004-02-11 Thread Dave Lewis
Hey, I'm sure this is something really stupid.. but I am trying to convert from vpasswd to mysql authentication I've hit a road block. here's what I've done installed vpopmail 5.4.0 (was actually an upgrade too from my existing version) ./configure--disable-roaming-users --enable-logging=p

Re: [vchkpw] covert from vpasswd to mysql problems

2004-02-11 Thread Andrew Averin
Hello Dave, Wednesday, February 11, 2004, 1:14:09 PM, you wrote: DL Hey, I'm sure this is something really stupid.. but DL I am trying to convert from vpasswd to mysql authentication DL I've hit a road block. DL here's what I've done DL installed vpopmail 5.4.0 (was actually an upgrade too

Re: [vchkpw] vmoduser not working

2004-02-11 Thread Teixeira (listas)
Em Seg, 2004-02-09 às 16:57, Tom Collins escreveu: Please try upgrading to 5.4.0. http://vpopmail.sf.net/ Why the page at Inter7 is so old? Aren't they involved any more? -- [] Mauricio Teixeira - Maceió/AL/Brazil [] * Este e-mail serve apenas para listas!!! * [] * This e-mail is for

RE: [vchkpw] Smtp Auth with VPopmail

2004-02-11 Thread patrick . liechty
Title: RE: [vchkpw] Smtp Auth with VPopmail So if I wanted to set this up in inetd.conf, it would look something like this? #smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd /opt/vpopmail/bin/vchkpw -Original Message- From: Tom Collins

[vchkpw] important Postgres patches (was: Segment Fault Clearopenrelay)

2004-02-11 Thread Tom Collins
On Feb 11, 2004, at 12:41 AM, Vpopmail Mailinglist wrote: im using qmail,vpopmail 5.4.0 and psql. Im using pop before Smtp but it don't work.. The Ips get in the Database in a Table called relay but the table is not readed ( i think so) by tcpserver so it knows who is allowed to send email. When

Re: [vchkpw] Smtp Auth with VPopmail

2004-02-11 Thread Tom Collins
On Feb 11, 2004, at 8:34 AM, [EMAIL PROTECTED] wrote: So if I wanted to set this up in inetd.conf, it would look something like this? #smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd /opt/vpopmail/bin/vchkpw I'm not sure how you'd set it up in inetd.conf.

[vchkpw] 5.40 configure errors

2004-02-11 Thread patrick . liechty
I am trying to compile Vpopmail 5.40 on Solaris 9 Intel. I am getting configure errors. I tried running configure with version 5.21 and it works fine. It looks like the new version uses C++ instead of just C. Here are the errors: Bash-2.05# ./configure --prefix=/opt/vpopmail

Re: [vchkpw] 5.40 configure errors

2004-02-11 Thread Tom Collins
On Feb 11, 2004, at 11:26 AM, [EMAIL PROTECTED] wrote: I am trying to compile Vpopmail 5.40 on Solaris 9 Intel.  I am getting configure errors.  I tried running configure with version 5.21 and it works fine.  It looks like the new version uses C++ instead of just C.  Here are the errors:

RE: [vchkpw] 5.40 configure errors

2004-02-11 Thread patrick . liechty
Title: RE: [vchkpw] 5.40 configure errors I did as you said and configure completed successfully. Thanks. -Original Message- From: Tom Collins [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 11, 2004 2:27 PM To: [EMAIL PROTECTED] Subject: Re: [vchkpw] 5.40 configure errors

Re: [vchkpw] covert from vpasswd to mysql problems

2004-02-11 Thread Dave Lewis
That's what I would have thought, but I double checked everything. In the end it looks like my courier was the problem. I downloaded the latest one and recompiled it and things are working again Go Figure. weird... oh well :) one project down many to go :) thanks for the reply Dave At

Re: [vchkpw] vpopmail intermittent auth problems

2004-02-11 Thread Dana Ducharme
I upgraded to 5.2.2, but I am still having the same problem. I also tried to recompile sqwebmail without authdeamon, but I'm still only getting in about half the time and it still looks like it's using authdeamon. What alternative is there to use with virtual accounts? Do I need to

[vchkpw] Heureka! Finished POP3-Frequency-Patch (against bruteforcing)

2004-02-11 Thread knom
Hi! I finished the Patch forqmail-pop3d which doesn't allow more then xx logins every yy seconds. (As some of you may know from GMX.net) If you log in more often then eg. 10 times in 5 minutes you get an error message which says, that you have to wait xx minutes until relogin. Thats quite good

RE: [vchkpw] Heureka! Finished POP3-Frequency-Patch (against bruteforcing)

2004-02-11 Thread Jake S
-Original Message- From: knom [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 4:21 PM To: [EMAIL PROTECTED] Subject: [vchkpw] Heureka! Finished POP3-Frequency-Patch (against bruteforcing) Hi! I finished the Patch forqmail-pop3d which doesn't allow more then xx logins every

Re: [vchkpw] Heureka! Finished POP3-Frequency-Patch (against bruteforcing)

2004-02-11 Thread Anders Brander
Hi, On Thu, 2004-02-12 at 01:21, knom wrote: I finished the Patch forqmail-pop3d which doesn't allow more then xx logins every yy seconds. Please see my post to the sourceforge tracker [874660]. Can we see the patch anywhere? If you log in more often then eg. 10 times in 5 minutes you get an

RE: [vchkpw] Heureka! Finished POP3-Frequency-Patch (against bruteforcing)

2004-02-11 Thread Anders Brander
Hi, On Thu, 2004-02-12 at 02:15, Jake S wrote: Also, perhaps instead of you have to wait xx minutes maybe you can just list 0 messages. The idea of listing 0 messages (as new) could lead to some support nightmares. A customer consequently using the wrong password, and there is no sign that

Re: [vchkpw] covert from vpasswd to mysql problems

2004-02-11 Thread Tom Collins
On Feb 11, 2004, at 4:56 PM, Dave Lewis wrote: That's what I would have thought, but I double checked everything. In the end it looks like my courier was the problem. I downloaded the latest one and recompiled it and things are working again Go Figure. Did you follow the advice at the

[vchkpw] vadddomain + mysql replication segfault

2004-02-11 Thread Jeremy Kitchen
./vadddomain example.com test (for password) Segmentation fault /home/vpopmail/domains is mounted on an nfs share, the domain folder and postmaster folders are all created, the entry is added to the database, and everything. At first I thought it might just have something to do with the tables

Re: [vchkpw] vadddomain + mysql replication segfault

2004-02-11 Thread Jeremy Kitchen
On Wed, 2004-02-11 at 20:38, Jeremy Kitchen wrote: I'm going to post this, as well as the problem I found the other day to the vpopmail sourceforge page in just a little bit. done: vadduser -s bug: https://sourceforge.net/tracker/index.php?func=detailaid=895375group_id=85937atid=577798

RE: [vchkpw] Eureka! Finished POP3-Frequency-Patch (against brute forcing)

2004-02-11 Thread Jake S
Anders Brander said: Hi, On Thu, 2004-02-12 at 02:15, Jake S wrote: Also, perhaps instead of you have to wait xx minutes maybe you can just list 0 messages. The idea of listing 0 messages (as new) could lead to some support nightmares. A customer consequently using the wrong password,

RE: [vchkpw] Eureka! Finished POP3-Frequency-Patch (against brute forcing)

2004-02-11 Thread Anders Brander
Hi, On Thu, 2004-02-12 at 04:40, Jake S wrote: Also, perhaps instead of you have to wait xx minutes maybe you can just list 0 messages. The idea of listing 0 messages (as new) could lead to some support nightmares. A customer consequently using the wrong password, and there is no sign

RE: [vchkpw] Smtp Auth with VPopmail

2004-02-11 Thread patrick . liechty
Title: RE: [vchkpw] Smtp Auth with VPopmail Ok. I am getting closer to having smtp auth working with qmail and vpopmail. I patched qmail with the qmail-smtpd-auth-0.4.2 at http://www.fehcom.de/qmail/smtpauth.html. I upgraded to vpopmail 5.4.0, which has the vchkpw.c patch included. I have