Re: [vchkpw] vpopmail with mysql

2010-10-14 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/14/2010 05:42 AM, Anil Euclid wrote: > Dear All,* > * > i want to add few fields like pw_popenable , pw_imapenable > > use of these fields will be > like for some user i want to disable pop3 > and for few user disable imap > > please suggest m

[vchkpw] vpopmail with mysql

2010-10-14 Thread Anil Euclid
Dear All,* * i want to add few fields like pw_popenable , pw_imapenable use of these fields will be like for some user i want to disable pop3 and for few user disable imap please suggest me how to start, i will have to modify vusersinfo adduser cheking password qmailadmin field etc Regards An

Re: [vchkpw] Memleak when using vpopmail with mysql, but without --enable-mysql-limits. + patch

2006-11-28 Thread Tom Collins
BTW, I just added Tijs's patch to vpopmail CVS yesterday, and it will be included in 5.4.18. -Tom On Nov 28, 2006, at 1:52 AM, Tijs Zwinkels wrote: Sorry for the late reply, i simply missed your mail until now. I don't know if that's always the case, but in my case: Yes, authdaemond was sta

Re: [vchkpw] Memleak when using vpopmail with mysql, but without --enable-mysql-limits. + patch

2006-11-28 Thread Tijs Zwinkels
Sorry for the late reply, i simply missed your mail until now. I don't know if that's always the case, but in my case: Yes, authdaemond was statistically linked against vpopmail, and needed to be recompiled in order to remove the memory leak. - Tijs On 11/21/06, Dave Smulsky <[EMAIL PROTECTED]>

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-09-22 Thread Ed McLain
For anyone having this same problem, here is the fix, or at least it was on my box. Modify the file Makefile in the netqmail directory and look for the line: VPOPMAIL_LIBS=`head -1 $(VPOPMAIL_HOME)/etc/lib_deps` Change this to read (this is all on 1 line): VPOPMAIL_LIBS=-lz -lm -lcrypt -L$(VPOPMA

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-09-22 Thread Ed McLain
I'm having this exact same problem. Anyone found a rhyme or reason to it yet? On Mon, 2006-07-03 at 15:45 -0400, Ingo Claro wrote: > here goes the same, but for the RHEL4U3 machine: > > select(1, [0], NULL, NULL, {1167, 816000}) = 1 (in [0], left {1163, > 91}) > read(0, "starttls\r\n", 1024

Re: [vchkpw] Memleak when using vpopmail with mysql, but without --enable-mysql-limits. + patch

2006-09-10 Thread Tom Collins
On Sep 10, 2006, at 5:43 AM, Tijs Zwinkels wrote: The problem is that, if (mysql_num_rows(res_read) == 0, the function inmediately returns without freeing res_read. I attached a little patch that corrects the issue. (simply adds a mysql_free_result(res_read); ) Thanks a lot. I'll make sure th

[vchkpw] Memleak when using vpopmail with mysql, but without --enable-mysql-limits. + patch

2006-09-10 Thread Tijs Zwinkels
Hey Vmailers, I was wondering why my authdaemond was suddenly taking up more than 100mb memory PER INSTANCE. I found a small memory leak in vmysql.c:1529 if (!(res_read = mysql_store_result(&mysql_read))) { fprintf(stderr, "vmysql: store result failed 7\n"); return -1; } if (m

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-07-03 Thread Ingo Claro
Title: Ingo Claro Jeremy: I do this for every test: 1) in vpopmail src 1.1) make clean 1.2) ./configure xx 1.3) make 1.4) make install-strip 2) in qmail src 2.1) make clean 2.2) make 2.3) qmailctl stop 2.4) make setup check 2.5) qmailctl start when I leave blank (./configure alone)

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-07-03 Thread Jeremy Kitchen
On Monday 03 July 2006 12:38, Ingo Claro wrote: > select(1, [0], NULL, NULL, {1177, 147000}) = 1 (in [0], left {1172, > 868000}) read(0, "starttls\r\n", 1024) = 10 > brk(0) = 0x8407000 > brk(0x8428000) = 0x8428000 > open("control/c

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-07-03 Thread Ingo Claro
Title: Ingo Claro here goes the same, but for the RHEL4U3 machine: select(1, [0], NULL, NULL, {1167, 816000}) = 1 (in [0], left {1163, 91}) read(0, "starttls\r\n", 1024)   = 10 brk(0)  = 0x984f000 brk(0x987)  = 0x984f000 m

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-07-03 Thread Ingo Claro
Title: Ingo Claro Jeremy: ok, here is the trace, it was small: select(1, [0], NULL, NULL, {1177, 147000}) = 1 (in [0], left {1172, 868000}) read(0, "starttls\r\n", 1024)   = 10 brk(0)  = 0x8407000 brk(0x8428000)  = 0x8428000 open

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-07-03 Thread Jeremy Kitchen
On Friday 30 June 2006 12:57, Ingo Claro wrote: > Jeremy: > > I don't know how to make that, if you provide some basic instructions I > can do it. I must do that before or after the crash? > > Note that i am also installing a RHEL 4 U3 and have the same problems. > Anything else I can test I'll be

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-06-30 Thread Ingo Claro
Title: Ingo Claro Jeremy: I don't know how to make that, if you provide some basic instructions I can do it. I must do that before or after the crash? Note that i am also installing a RHEL 4 U3 and have the same problems. Anything else I can test I'll be happy to provide. I have another insta

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-06-30 Thread Jeremy Kitchen
On Friday 30 June 2006 10:17, Ingo Claro wrote: > Jeremy: > > there is nothing in the logs, it just crushes, note that I execute > qmail-smtpd directly and it crashes: > > [EMAIL PROTECTED] bin]# ./qmail-smtpd > 220 smtp.prisa.cl ESMTP > starttls > Segmentation fault that's not good. telnet t

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-06-30 Thread Ingo Claro
eremy Kitchen escribió: On Thursday 29 June 2006 16:00, Ingo Claro wrote: Hello list: I can't starttls if I use vpopmail with mysql in another server. [EMAIL PROTECTED] bin]# telnet localhost 25 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape ch

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-06-30 Thread Ingo Claro
list: I can't starttls if I use vpopmail with mysql in another server. [EMAIL PROTECTED] bin]# telnet localhost 25 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. 220 smtp.prisa.cl ESMTP starttls Connection closed by foreign host

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-06-30 Thread Jeremy Kitchen
On Thursday 29 June 2006 16:00, Ingo Claro wrote: > Hello list: > > I can't starttls if I use vpopmail with mysql in another server. > > > [EMAIL PROTECTED] bin]# telnet localhost 25 > Trying 127.0.0.1... > Connected to localhost.localdomain (127.0.0.1). >

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-06-30 Thread Ingo Claro
-2) 43 00 155 Certificado ISO 9001:2000 Ingo Claro escribió: Hello list: I can't starttls if I use vpopmail with mysql in another server. [EMAIL PROTECTED] bin]# telnet localhost 25  Trying 127.0.0.1...  Connect

[vchkpw] starttls crashes on vpopmail with mysql

2006-06-29 Thread Ingo Claro
Title: Ingo Claro Hello list: I can't starttls if I use vpopmail with mysql in another server. [EMAIL PROTECTED] bin]# telnet localhost 25  Trying 127.0.0.1...  Connected to localhost.localdomain (127.0.0.1).  Escape character is '^]'.  220 smtp.prisa.cl ESMTP  starttls  Co

Re: [vchkpw] Problems with maildrop + vpopmail with mysql auth

2005-07-11 Thread Remo Mattei
create a script that uses vuserinfo and if that finds it then you can run the maildrop option. I use mysql as backend and I do not have any problems with maildrop. remo On Mon, 2005-07-11 at 20:26 -0300, William Marques wrote: > Hi list, > > I'm in troubles since I configure vpopmail to use mysql

RE: [vchkpw] Problems with maildrop + vpopmail with mysql auth

2005-07-11 Thread Charles J. Boening
I call maildrop from .qmail on a per user basis .qmail: |maildrop mailfilter > -Original Message- > From: William Marques [mailto:[EMAIL PROTECTED] > Sent: Monday, July 11, 2005 4:27 PM > To: Lista vpopmail > Subject: [vchkpw] Problems with maildrop + vpopmail

[vchkpw] Problems with maildrop + vpopmail with mysql auth

2005-07-11 Thread William Marques
Hi list, I'm in troubles since I configure vpopmail to use mysql backend. When I try to use maildrop with some of my virtual users, it says invalid user... i.e: #echo teste |/usr/local/bin/maildrop -d [EMAIL PROTECTED] #Invalid user specified. how can I configure maildrop to know where to find

Re: [vchkpw] Troubles installing Vpopmail with mysql

2005-05-22 Thread Rick Widmer
Tom Collins wrote: On May 21, 2005, at 6:02 AM, Patrick Donker wrote: Does enabling it has any impact on performance, or is it just a dead feature? I think the premise is to read all of the user quotas (rebuilding any that are outdated) and summing them up to see if they're over the domai

Re: [vchkpw] Troubles installing Vpopmail with mysql

2005-05-21 Thread Tom Collins
On May 21, 2005, at 6:02 AM, Patrick Donker wrote: Does enabling it has any impact on performance, or is it just a dead feature? I'm not sure. I think it might impact performance, but I haven't taken a close look at it. My involvement with the feature started around 5.4, and I just worked

Re: [vchkpw] Troubles installing Vpopmail with mysql

2005-05-21 Thread Tom Collins
On May 21, 2005, at 5:46 AM, Rick Macdougall wrote: I think that option should probably be removed in future releases, Tom or Ken ? You hear that? Any thoughts. Excellent idea. I'll temporarily comment it out of the configure file so it can't be enabled. -- Tom Collins - [EMAIL PROTECTE

Re: [vchkpw] Troubles installing Vpopmail with mysql

2005-05-21 Thread Rick Macdougall
Patrick Donker wrote: There was an older version where domain quotas sort of worked but the overhead involved when you had more than a few users was over whelming, at least that is my understanding. I think that option should probably be removed in future releases, Tom or Ken ? You hear

Re: [vchkpw] Troubles installing Vpopmail with mysql

2005-05-21 Thread Patrick Donker
Rick Macdougall wrote: Patrick Donker wrote: Rick Macdougall wrote: Hi, It's looking for the mysql libs, not includes. On some of my systems it's in /usr/lib/mysql, in others it's in /usr/local/mysql/lib A locate libmysqlclient.a should show you where yours is. Shoot me if I under

Re: [vchkpw] Troubles installing Vpopmail with mysql

2005-05-21 Thread Rick Macdougall
Patrick Donker wrote: Rick Macdougall wrote: Hi, It's looking for the mysql libs, not includes. On some of my systems it's in /usr/lib/mysql, in others it's in /usr/local/mysql/lib A locate libmysqlclient.a should show you where yours is. Shoot me if I understand, but I have cleaned up

Re: [vchkpw] Troubles installing Vpopmail with mysql

2005-05-21 Thread Patrick Donker
Rick Macdougall wrote: Patrick Donker wrote: Hi people, I am having ./configure problems using mysql as authmodule. This is my commandline: ./configure \ --prefix=$PATHINSTALLVPOPMAIL \ --enable-vpopuser=$VPOPUSER \ --enable-vpopgroup=$VPOPGROUP \ --enable-roaming-users \ --enable-tcprules

Re: [vchkpw] Troubles installing Vpopmail with mysql

2005-05-21 Thread Rick Macdougall
Patrick Donker wrote: Hi people, I am having ./configure problems using mysql as authmodule. This is my commandline: ./configure \ --prefix=$PATHINSTALLVPOPMAIL \ --enable-vpopuser=$VPOPUSER \ --enable-vpopgroup=$VPOPGROUP \ --enable-roaming-users \ --enable-tcprules-prog=$TCPRULES \ --enable

[vchkpw] Troubles installing Vpopmail with mysql

2005-05-21 Thread Patrick Donker
Hi people, I am having ./configure problems using mysql as authmodule. This is my commandline: ./configure \ --prefix=$PATHINSTALLVPOPMAIL \ --enable-vpopuser=$VPOPUSER \ --enable-vpopgroup=$VPOPGROUP \ --enable-roaming-users \ --enable-tcprules-prog=$TCPRULES \ --enable-relay-clear-minutes=$ENA

Re: [vchkpw] Docs on switching from vpopmail with mysql to vpopmail without mysql

2004-07-08 Thread Charles M. Gerungan
Hello Ken, On Thu, 8 Jul 2004 09:33:41 -0500 UTC, Ken Jones wrote: >> Is there any available on how to move accounts from a mysql vpopmail >> installation to a non-mysql vpopmail installation? KJ> Anyone maintaining docs.. please add this. KJ> How to convert a vpopmail installation from mysql t

Re: [vchkpw] Docs on switching from vpopmail with mysql to vpopmail without mysql

2004-07-08 Thread Ken Jones
On Thursday 08 July 2004 01:30 am, Charles M. Gerungan wrote: > Is there any available on how to move accounts from a mysql vpopmail > installation to a non-mysql vpopmail installation? Anyone maintaining docs.. please add this. How to convert a vpopmail installation from mysql to cdb a) go to y

[vchkpw] Docs on switching from vpopmail with mysql to vpopmail without mysql

2004-07-07 Thread Charles M. Gerungan
Is there any available on how to move accounts from a mysql vpopmail installation to a non-mysql vpopmail installation? -- Regards, Charles.

Re: [vchkpw] Migrating users from debian ipop to vpopmail with mysql.

2004-03-16 Thread Jeremy Kitchen
On Tue, 2004-03-16 at 10:44, David Petruzzella wrote: > I have a box that is being decommissioned running debian with ipop and > I need to migrate the e-mail from that server to the new server which > is running qmail, vpopmail, courier-imap, with mysql authentication > and I was wondering what is

[vchkpw] Migrating users from debian ipop to vpopmail with mysql.

2004-03-16 Thread David Petruzzella
I have a box that is being decommissioned running debian with ipop and I need to migrate the e-mail from that server to the new server which is running qmail, vpopmail, courier-imap, with mysql authentication and I was wondering what is the easiest way of doing it with out loosing any e-mai

Re: [vchkpw] vpopmail with mysql authentication of installer specified database

2004-03-05 Thread Tom Collins
If an FTP server gives a user open access to their directory, couldn't you have a potential security problem? Since the .qmail file is processed by the vpopmail user, any program I add to my .qmail will run as vpopmail. As a user with ftp access to my .qmail file, I could create a .qmail file

Re: [vchkpw] vpopmail with mysql authentication of installer specified database

2004-03-05 Thread Marcin So³tysiak
> I remember reading from the proftpd forum > that a vpopmail+proftpd enthusiast was using > his own defined mysql table to authenticate > both vpopmail and proftpd users. Is it > possible to do this without changing the > source code? (I am not overly happy about > changing source since the vpopma

Re: [vchkpw] Re: vpopmail with mysql authentication of installer specified database

2004-03-05 Thread Jeremy Kitchen
On Fri, 2004-03-05 at 01:49, [EMAIL PROTECTED] wrote: > Hi, > > At the moment I am using a mysql database for > vpopmail authentication. Does pure-ftpd use > vpopmail authentication so it would use the > same database table as defined by vpopmail? no idea, I just saw a file in contrib/ in my pure

[vchkpw] Re: vpopmail with mysql authentication of installer specified database

2004-03-04 Thread harrylucs
Hi, At the moment I am using a mysql database for vpopmail authentication. Does pure-ftpd use vpopmail authentication so it would use the same database table as defined by vpopmail? If you know the URL, would you please be able to point me to it? I am currently googling for all references to vpo

Re: [vchkpw] vpopmail with mysql authentication of installer specified database

2004-03-04 Thread Jeremy Kitchen
On Fri, 2004-03-05 at 01:12, [EMAIL PROTECTED] wrote: > Hi to vpopmail users, > > I remember reading from the proftpd forum > that a vpopmail+proftpd enthusiast was using > his own defined mysql table to authenticate > both vpopmail and proftpd users. Is it > possible to do this without changing t

[vchkpw] vpopmail with mysql authentication of installer specified database

2004-03-04 Thread harrylucs
Hi to vpopmail users, I remember reading from the proftpd forum that a vpopmail+proftpd enthusiast was using his own defined mysql table to authenticate both vpopmail and proftpd users. Is it possible to do this without changing the source code? (I am not overly happy about changing source since

Re: [vchkpw] Migratinhg Vpopmail account to Vpopmail with Mysql

2003-12-04 Thread Cristiano Deana
Il giorno Tuesday 02 December 2003 18:08, Fernando Dias mi scriveva: > My Answer is: How i can import mail accouts of vpopmail normal to vpopmail > + Mysql? > Exists some shell script for it? # ~vpopmail/bin/vconvert vconvert: usage The first option sets which format to convert FROM, the secon

[vchkpw] Migratinhg Vpopmail account to Vpopmail with Mysql

2003-12-02 Thread Fernando Dias
Hi There, I´ve to recreate my mail server on a OpenBSD and create a new instalation of vpopmail with mysql. My Answer is: How i can import mail accouts of vpopmail normal to vpopmail + Mysql? Exists some shell script for it? Fernando Dias Projetos Wireless para Provedores e Empresas [EMAIL

[vchkpw] vpopmail with mysql documentation

2003-11-24 Thread Ron Dyck
Is there some documentation on how vpopmail works with mysql? I have it set-up succesfully, but I'm curious as to how exactly I can take advantage of the 'valias' table and also the relay table information etc. ron == Ron Dyck Webbtech www.webbtech.net

[vchkpw] vpopmail (with MySQL & courier imap hack)

2003-08-14 Thread eLgino
Hi there, I'm running qmail with vpopmail, courier imap/bla. It works nice under FreeBSD 4.8 But i have one problem i have compiled vpopmail WITHOUT mysql, and WITH a courier-imap hack see here: THE HACK >> http://www.pofo.de/HOWTO/qmail/files/open_relay.c env VPOPMAILDIR=`pw usershow vpopmail |

Re: [vchkpw] vpopmail (with MySQL & courier imap hack)

2003-08-14 Thread Evren Yurtesen
would you prefer to use smtp auth? which is actually better than using these hacks? (at least from my point of view) then there is some instructions hmm I use on FreeBSD too with mysql, I made my installation in a log format. I can just give it to you On Wed, 13 Aug 2003, eLgino wrote: > Hi there

Re: [vchkpw] vpopmail (with MySQL & courier imap hack)

2003-08-14 Thread eLgino
yea, please send it to me i hope i become not an open relay - Original Message - From: "Evren Yurtesen" <[EMAIL PROTECTED]> To: "eLgino" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, August 13, 2003 7:13 PM Subject: Re: [vchkpw] vp

Re: [vchkpw] vpopmail with mysql problem

2003-07-18 Thread Ajai Khattri
zafar rizvi wrote: i am installing vpopmail-5.2.1 with mysql centralized database ports, I successfully compile everything but when adding the domain it give me error like that [EMAIL PROTECTED] vpopmail-5.2.1]# /home/vpopmail/bin/vadddomain example.com Please enter password for postmaster: enter

Re: [vchkpw] vpopmail with mysql problem

2003-07-18 Thread John Johnson
Is Mysql started? -John - Original Message - From: "zafar rizvi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 18, 2003 12:20 AM Subject: [vchkpw] vpopmail with mysql problem > hi > i am installing vpopmail-5.2.1 with mysql centralized data

Re: [vchkpw] vpopmail with mysql problem

2003-07-18 Thread Ahmad Masood Shah
| * * * * * * * * * * * * * * * * * * * * * * * * ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ Unix is very simple, but it takes a genius to understand the simplicity. (Dennis Ritchie) - Original Message - From: "zafar rizvi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 18, 2003 12:20 PM Subject: [vchkp

[vchkpw] vpopmail with mysql problem

2003-07-18 Thread zafar rizvi
hi i am installing vpopmail-5.2.1 with mysql centralized database ports, I successfully compile everything but when adding the domain it give me error like that [EMAIL PROTECTED] vpopmail-5.2.1]# /home/vpopmail/bin/vadddomain example.com Please enter password for postmaster: enter password again:

Re: [vchkpw] vpopmail with mysql support

2003-07-09 Thread vol
Hi, Zafar. Try the latest development release of vpopmail. As you can see below, it's stating there is a syntax error in the header file. This could be a result of your system, or the older version of vpopmail. If you get the latest development release and this occurs, make sure you have the lat

Re: [vchkpw] vpopmail with mysql support

2003-07-09 Thread Ajai Khattri
zafar rizvi wrote: hi ppl i am using qmail on linux with vpopmail(5.3.14) support with mysql. But getting error like that when using with mysql support. Any body has idea about that error. vauth.c: In function `vget_lastauth': vauth.c:1132: `mysql_update' u

Re: [vchkpw] vpopmail with mysql support

2003-07-09 Thread Ahmad Masood Shah
mpile." - Original Message - From: "zafar rizvi" <[EMAIL PROTECTED]> To: "Ahmad Masood Shah" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 12:27 PM Subject: Re: [vchkpw] vpopmail with mysql support

Re: [vchkpw] vpopmail with mysql support

2003-07-09 Thread zafar rizvi
hi here is the all output of make command * cdbmake_add.o make[2]: Leaving directory `/usr/local/src/vpopmail-5.2.1/cdb' make[2]: Entering directory `/usr/local/src/vpopmail-5.2.1' gcc -I. -I/usr/include/mysql -g -O2 -Wall -c vpopmail.c gcc -I. -I/usr/in

Re: [vchkpw] vpopmail with mysql support

2003-07-08 Thread Ahmad Masood Shah
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 11:23 AM Subject: [vchkpw] vpopmail with mysql support | hi ppl | i am using qmail on linux with vpopmail(5.3.14) support with mysql. But | getting error like that when using with mysql support. | An

[vchkpw] vpopmail with mysql support

2003-07-08 Thread zafar rizvi
hi ppl i am using qmail on linux with vpopmail(5.3.14) support with mysql. But getting error like that when using with mysql support. Any body has idea about that error. vauth.c: In function `vget_lastauth': vauth.c:1132: `mysql_update' undeclared (first use

[vchkpw] Re: Vpopmail with mysql and md5-apop/md5-cram auth

2002-12-20 Thread Peter Palmreuther
Hi list members, the problem is solved. It seems there were some problems with 'vconvert -c -m', after setting the password manually everything went well. I don't know if and when I'll have time to invertigate this issue, but for those being affected (dear archive reader :-))) ) this SQL command

Re: [vchkpw] configuring vpopmail with mysql

2002-12-19 Thread Michael Bowe
Hello I have a quick guide to vpopmail with MySQL at http://www.pipeline.com.au/staff/mbowe/isp/vpopmail-mysql.htm Perhaps have a read of that doc and see if it answers your questions Michael. - Original Message - From: Thomas Stian Bergheim To: [EMAIL PROTECTED] Sent: Thursday

[vchkpw] configuring vpopmail with mysql

2002-12-19 Thread Thomas Stian Bergheim
Hi   When I add --enable-mysql=y to the configure script, I get   "configure: error: Unable to find your inc dir, specify --enable-incdir."   The sparse help tells me this should point to the auth files, but where can I find those? (And why doesn't it find them itself on my installation...

Re[2]: [vchkpw] Re: Vpopmail with mysql and md5-apop/md5-cram auth

2002-12-19 Thread Info @ wdc
>> - log output of vchkpw >> Dec 18 21:08:23 mx2 /var/log/vpopmail.log[23809]: vchkpw-pop3: >> password fail [EMAIL PROTECTED]:217.235.36.51 PP> OK, so it seems to lookup the correct user. PP> | The query seems to request no plain text but only MD5-crypted PP> | password. PP> That's not correct. >>

Re: [vchkpw] Re: Vpopmail with mysql and md5-apop/md5-cram auth

2002-12-19 Thread Peter Palmreuther
Hi Info, Three notes first: - Writing in German to this list ain't a really good idea. Germans will be the minority here, so english is the preferred language. - Sending your answer to the list is enough, I'm reading the list and don't need a copy in my PM mailbox. - Setting "Reply-To" in you

Re: [vchkpw] Re: Vpopmail with mysql and md5-apop/md5-cram auth

2002-12-18 Thread Info @ wdc
Guten Tag Peter Palmreuther, am Mittwoch, 18. Dezember 2002 um 09:07 schrieben Sie: PP> Hello Info, PP> On Tuesday, December 17, 2002 at 9:10:25 PM you wrote: >> Now I have a new system with mysql-support PP> [...] >> But md5-driven auth fails, because the auth-process log into the system >> wi

[vchkpw] Re: Vpopmail with mysql and md5-apop/md5-cram auth

2002-12-18 Thread Peter Palmreuther
Hello Info, On Tuesday, December 17, 2002 at 9:10:25 PM you wrote: > Now I have a new system with mysql-support [...] > But md5-driven auth fails, because the auth-process log into the system > with a md5-key, which is not the same as the normal password of the > user. ?!?!? Could you please pos

[vchkpw] Vpopmail with mysql and md5-apop/md5-cram auth

2002-12-17 Thread Info @ wdc
Hello, on an old server i've got a vpopmail-installation without mysql-support. On this system the auth with md5-apop/md5-cram worked well. Now I have a new system with mysql-support (./configure --enable-clear-passwords=y --enable-valias --enable-roaming-users=y --enable-logging=y --enable-defau

Re: [vchkpw] Compilgin Vpopmail with Mysql General Questions.

2002-09-04 Thread Ken Jones
te, all the values > > can be changed, but should reflect what you specified in vmysql.h > > > > The argument of whether or not vpopmail should create the database has > > been thrown back and forth quite a bit. Check the archives to see why > > and why not. >

RE: [vchkpw] Compilgin Vpopmail with Mysql General Questions.

2002-09-04 Thread rm
e a bit. Check the archives to see why and why > not. > > -Clayton > This is interesting. I've installed vpopmail with mysql at least a dozen times. It's always created the Database and tables. However, I've seen several posts saying that it doesn't.

RE: [vchkpw] Compilgin Vpopmail with Mysql General Questions.

2002-09-04 Thread DARCY,MATTHEW (Non-HP-UnitedKingdom,ex2)
ECTED] Subject: RE: [vchkpw] Compilgin Vpopmail with Mysql General Questions. >libmysqlclient.so.10: cannot open shared object file: No such file or >directory I had to make a symbolic link for /usr/lib/libmysqlclient.so.10 to link to /usr/local/mysql/lib/mysql/libmysqlclient.so.10 >I am gu

RE: [vchkpw] Compilgin Vpopmail with Mysql General Questions.

2002-09-04 Thread Clayton Weise
e has been thrown back and forth quite a bit. Check the archives to see why and why not. -Clayton -Original Message- From: DARCY,MATTHEW (Non-HP-UnitedKingdom,ex2) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 8:24 AM To: [EMAIL PROTECTED] Subject: RE: [vchkpw] Compilgin

RE: [vchkpw] Compilgin Vpopmail with Mysql General Questions.

2002-09-04 Thread DARCY,MATTHEW (Non-HP-UnitedKingdom,ex2)
ptember 04, 2002 4:13 PM To: [EMAIL PROTECTED] Subject: RE: [vchkpw] Compilgin Vpopmail with Mysql General Questions. If you installed mysql from source then your include files are in /usr/local/mysql/include/mysql not /usr/local/mysql/include. Same with the libraries. -Clayton

RE: [vchkpw] Compilgin Vpopmail with Mysql General Questions.

2002-09-04 Thread Clayton Weise
, 2002 8:00 AM To: '[EMAIL PROTECTED]' Subject: [vchkpw] Compilgin Vpopmail with Mysql General Questions. Hello all, I am new to this list, I am in the process of testing some installs of various mail options. I am trying to learn a little about some of them and set up some test machine

[vchkpw] Compilgin Vpopmail with Mysql General Questions.

2002-09-04 Thread DARCY,MATTHEW (Non-HP-UnitedKingdom,ex2)
Hello all, I am new to this list, I am in the process of testing some installs of various mail options. I am trying to learn a little about some of them and set up some test machines before I decide which one to go with. At the moment, I am trying ot build on a redhat 7.3 system, a mail system

RE: Error trying to compile Vpopmail with Mysql - please help

2001-06-04 Thread Tim Hunter
:08 PM To: John Cc: VpopMail Subject: Re: Error trying to compile Vpopmail with Mysql - please help Roger Arnold wrote: Hello John, With respect, I am not a "C" programmer, so could you tell me how? i.e. What needs to be put in the file and where? Thanks in advance Roger - Origin

Re: Error trying to compile Vpopmail with Mysql - please help

2001-06-04 Thread oldarnie
Subject: RE: Error trying to compile Vpopmail with Mysql - please help vdeloldusers.c:143:2: #else without #if vdeloldusers.c:150:2: #endif without #if   edit vdeloldusers.c line 143 and 150 and fix it. -Original Message-From: oldarnie [mai

Error trying to compile Vpopmail with Mysql - please help

2001-06-04 Thread oldarnie
Roger Arnold wrote:   I seem to have stumbled into a major problem while trying to compile Vpopmail and would be obliged if someone could help ASAP please.   I used the following configuration:   --mandir=/usr/share/man --enable-roaming-users=y --enable-auth-logging=y --enable-logging=v --ena

Re: vpopmail with mySQL

2001-03-07 Thread Ken Jones
Daniel Hardaker wrote: > > Ive been studying the code for vpopmail and cant answer my question from > it...so I hope someone can shed some light on it for me. > > When addint a POP user to a domain, whyis it not enough to simply add their > details into the relevant sql table? Ive tried to add

Re: vpopmail with mySQL

2001-03-07 Thread vol
Not only must the user exist in the database, they must also have a directory. Adding user directories yourself is bad. vpopmail has a directory structure it sticks it, and mucking with that can cause problems. So to everyone who tries to do vpopmail's job for it, do it at your own risk. Daniel

vpopmail with mySQL

2001-03-07 Thread Daniel Hardaker
Ive been studying the code for vpopmail and cant answer my question from it...so I hope someone can shed some light on it for me. When addint a POP user to a domain, whyis it not enough to simply add their details into the relevant sql table? Ive tried to add a row into a domain table with the p

Vpopmail with mySQL and IMAP.

2000-11-16 Thread Zack Zeiler
] I don't know what to do, so I thought I'd ask you. The server is linux 6.2 with qmail and vpopmail with mysql support. The database has 3000+ emails in it. If you telnet to local host with user zack and my password, it does perfect. If you pop off the server, it too is perfect. Stumped, Zack

problem with vpopmail with oreacle, vpopmail with mysql

2000-08-11 Thread Balaji Hare Ram Balaji
hi any body worked with vpopmail oracle, iam facing lot of problem when iam making make. if any body have step by step procedure, or if any body worked with mysql also please send , we appreciate for the help doing thanks in advance balaji