Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread Ahmad Masood Shah
check your permission and also check database and data base user or valid in vmysql.h -- Best Regs, Masood Ahmad Shah System Administrator ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ | * * * * * * * * * * * * * * * * * * * * * * * * | Fibre Net (Pvt) Ltd. Lahore, Pakistan | Tel: +92

Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread System
> check your permission and also check database and data base user or valid in > vmysql.h GRANT select,insert,update,delete,create,drop ON vpopmail.* TO [EMAIL PROTECTED] IDENTIFIED BY 'vpoppass'; This is just fine and even connects to mysql from the prompt. I tried granting all privileges to [EMA

Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread Ahmad Masood Shah
have u compiled vpopmail with vpopuser and vpoppass in vmysql.h. If no then please recompile your vpopmail with this username and password. If you have compiled vpopmail with this user name already then problem can be in database privileges. check again using console... -- Best Regs, Masood Ahm

Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread Michael Bowe
I would suggest you go back to your vpopmail source dir and run the following : make clean then run your configure again and then make install-strip Perhaps you did the original setup in the wrong sequence. You must make sure you modify the vmysql.h file 1st before you do all the other steps Mic

Re: [vchkpw] could not connect to mysql update server Access deniedfor user

2003-06-05 Thread Toyoda Yasuyuki
Hello I success to access MySQL. Please check the following contents. 1.MySQL configure option --with-mysqld-user= 2.MySQL start up /usr/local/mysql/bin/mysqld_safe --user= & 3.Prepare database /usr/local/mysql/bin/mysqladmin create vpopmail /usr/local/mysql/bin/mysql mysql > grant select,

Re: [vchkpw] could not connect to mysql update server Access deniedfor user

2003-06-05 Thread Toyoda Yasuyuki
Hello, I forget to add checking the following contests. 6.Initialize database in MySQL(please check username) /usr/local/mysql/bin/mysql_install_db --user=(username) chown -R (username) /usr/local/var chgrp -R (username) /usr/local/var Regards, Yasuyuki Toyoda System wrote: Hello All, I have i

Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread System
> I would suggest you go back to your vpopmail source dir and run the > following : > > make clean > then run your configure again > and then make install-strip > > Perhaps you did the original setup in the wrong sequence. > You must make sure you modify the vmysql.h file 1st before you do all the

[vchkpw] Aliases not working with maildrop & spamassassin?

2003-06-05 Thread Jasper Metselaar
Hi, I have a real [EMAIL PROTECTED] which is tagged for spam checking. The .qmail-default contains | /usr/local/bin/maildrop which calls maildrop and in mailfilter, runs through spamd to check for spam then pass it back to vdelivermail to deliver to the proper mailbox. Then I created a [EMAIL

Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread System
> > I would suggest you go back to your vpopmail source dir and run the > > following : > > > > make clean > > then run your configure again > > and then make install-strip > > > > Perhaps you did the original setup in the wrong sequence. > > You must make sure you modify the vmysql.h file 1st bef

Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread Michael Bowe
Sounds to me like you are missing a quotation mark in vmysql.h from one of the #define lines that you modified to set the sql username/password Michael. - Original Message - From: "System" <[EMAIL PROTECTED]> To: "vpopmail" <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2003 7:29 PM Subjec

Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread System
> Sounds to me like you are missing a quotation mark in vmysql.h from one of > the #define lines that you modified to set the sql username/password No Actually due to the MYSQL_UPADTE error which occured quite often when i was compiling vpopmail i commented those lines and i forgot to uncomment in

SV: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread Jonas Thomsen
> > Sounds to me like you are missing a quotation mark in vmysql.h from > > one of the #define lines that you modified to set the sql > > username/password > No Actually due to the MYSQL_UPADTE error which occured quite > often when i was compiling vpopmail i commented those lines > and i forgo

Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread Michael Bowe
> I am quite newbie to this and belive me i didn't find any thing on Google > expect the old Archives from this mailing list but there was no post in the > older archive which would have helped me, so i am posting so much on this > list. Tina, Perhaps take a look at my quick guide to vpopmail w

[vchkpw] imail users to qmail

2003-06-05 Thread Gerhard Just Olsen
Hello I'm not shure that this is the right forum but I'm going to ask anyway. I need to migrate some users form another isp that is using imail. Hees user name format is user$domain So user$test = [EMAIL PROTECTED] (Notice that there is no .com in the username.) dose anyone have any idea on how

Re: [vchkpw] imail users to qmail

2003-06-05 Thread Remo Mattei
I have done a migration from imail a year or so ago. I have created a script and I used the learn password feature worked like a charm -- Remo Mattei --cell 801-209-8554 http://www.italy1.com Freelance Networking-Security/Consultant MCSE, MCP, MCP+I, MCT Linux Tra

Re: [vchkpw] Aliases not working with maildrop & spamassassin?

2003-06-05 Thread Alan Murrell
Hi Jaspar, > is sent to [EMAIL PROTECTED], qmail just dumps it > directly into user's mailbox,completely out of the > spam checking task. My understanding is that when delivering mail, vpopmail looks for these files in the following order: ~vpopmail/domains/domain.com/.qmail-user ~vpopmail/d

Re: [vchkpw] Aliases not working with maildrop & spamassassin?

2003-06-05 Thread Rick Macdougall
Hi, You want to use forwards instead of aliases to get around that. Ie you want &[EMAIL PROTECTED] in the .qmail-test not /home/vpopmail/domains/domain.com/someguy/Maildir/ Doing it that way, it gets re-submitted and scanned by the .qmail-default Regards, Rick Alan Murrell wrote: Hi Jaspar,

Re: [vchkpw] Aliases not working with maildrop & spamassassin?

2003-06-05 Thread matthew berardi
On Thu, 5 Jun 2003 04:39:56 -0400 Jasper Metselaar <[EMAIL PROTECTED]> wrote: > Hi, > > I have a real [EMAIL PROTECTED] which is tagged for spam checking. The > .qmail-default contains > > | /usr/local/bin/maildrop > > which calls maildrop and in mailfilter, runs through spamd to check for sp

Re: [vchkpw] phantom vpopmail alias domain

2003-06-05 Thread Tom Collins
On Thursday, June 5, 2003, at 07:04 PM, Kurt Bigler wrote: Does vpopmail maintain the domain list somewhere else? I'm aware that vpopmail is just a layer on top of qmail, and I admit that I don't know enough about qmail to really understand the underpinnings, so apologies. /var/qmail/users/assig

[vchkpw] vpopmail 5.3.20 deliver_mail() problem

2003-06-05 Thread Michael Bowe
In v5.3.20, some mods were made to the deliver_mail() function in velivermail.c During these mods I think there has been a couple of lines debugging code left in by accident When a message is bounced due to insufficient space in mailbox (or insufficient quota in domain ?), the bounce now contains

Re: [vchkpw] qmail-smtpd-chkusr Patch Problem

2003-06-05 Thread Doug Clements
Run it with the vpopmail user/group permissions instead of root. I use "-u vpopmail -g vchkpw". You need to change the permissions so it can poke around in the vpopmail domains, and qmaild doesn't have permissions to do that. --Doug - Original Message - From: "Tom Walsh" <[EMAIL PROTECT

Re: [vchkpw] qmail-smtpd-chkusr Patch Problem

2003-06-05 Thread Remo Mattei
You did not read the instruction carefully it needs to run as vpopmail users -- Remo Mattei --cell 801-209-8554 http://www.italy1.com Freelance Networking-Security/Consultant MCSE, MCP, MCP+I, MCT Linux Trainer & Firewall Development [EMAIL PROTECTED] > Fr

Re: [vchkpw] qmail-smtpd-chkusr Patch Problem

2003-06-05 Thread Remo Mattei
Here is mine: rwxr-xr-x1 root qmail 90680 May 9 01:21 qmail-smtpd -- Remo Mattei --cell 801-209-8554 http://www.italy1.com Freelance Networking-Security/Consultant MCSE, MCP, MCP+I, MCT Linux Trainer & Firewall Development [EMAIL PROTECTED]

Re: [vchkpw] MySQL registration from vpopmail

2003-06-05 Thread Toyoda Yasuyuki
Hello Eduardo. (B (B> only change de user and password, before make and makeinstall. (B> (B> attacch the file with dump vpopmail database. (B (BI understood your advice. (BI have already challenged your correct procesure. (BBut now(6/6/2003 14:24), vpopmail don't have still run properly. (

Re: [vchkpw] Vpopmail/courier-imap with ldap

2003-06-05 Thread Jens Jahr
Zitat von Michel Gallant <[EMAIL PROTECTED]>: > I'm running vpopmail with a cdb backend and courier-imap with the > authvchkpw module. I was wondering if many people are using the ldap > backend. I was also wondering if it's possible to use ldap for certain > domains, and cdb for others. The re

Re: [vchkpw] qmail-smtpd-chkusr Patch Problem

2003-06-05 Thread Lars Gustafson
On Fri, 2003-06-06 at 01:39, Tom Walsh wrote: > I have patched my qmail to use the qmail-smtpd-chkusr functionality (on rcpt > to: check to see if a user exists on the mail server and if the user doesn't > send a 550). > > I have tested the functionality of qmail-smtpd (compiled with this patch an

Re: [vchkpw] Working towards vpopmail 5.4 stable

2003-06-05 Thread Ken Jones
On Tuesday 03 June 2003 6:51 pm, Steve Fulton wrote: > > Hmm ... the only additional feature I could use, is the ability to set > > user accounts to expire on a certain date, like system accounts. > > Look at Freeside, Optigold ISP or Billmax. Each has that ability (and > more), the latter two are

Re: [vchkpw] Working towards vpopmail 5.4 stable

2003-06-05 Thread Moshe Jacobson
On Tue, 3 Jun 2003, Ken Jones wrote: > Does anyone have any code changes they would like to get into the > next release? I want to put together a new stable version 5.4. > Hopefully release it in the next few weeks. There seems to be a problem in th maildir_to_email() function in vdelivermail.c.

Re: [vchkpw] Working towards vpopmail 5.4 stable

2003-06-05 Thread matthew berardi
On Wed, 4 Jun 2003 10:37:41 -0400 (EDT) Moshe Jacobson <[EMAIL PROTECTED]> wrote: > On Tue, 3 Jun 2003, Ken Jones wrote: > > Does anyone have any code changes they would like to get into the > > next release? I want to put together a new stable version 5.4. > > Hopefully release it in the next fe

[vchkpw] AUTH_LOGGING and db failure tolarance.

2003-06-05 Thread matthew berardi
I don't know how many people would desire this behaviour. but I think it should be considered. in vmysql.c I added the following lines to vauth_open_update() uint timeout = 1; mysql_options(&mysql_update, MYSQL_OPT_CONNECT_TIMEOUT, (char*) &timeout); this adds a timeout to the mysql_real_connect

Re: [vchkpw] SpamAssassin/vmodinfo changes

2003-06-05 Thread Tom Collins
I have a sizable patch from Jeff Hedlund scheduled for the qmailadmin-1.0.21 release that adds very flexible, per-user spamassassin support. I'll (hopefully) announce the release later today, along with information on how it works. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Working towards vpopmail 5.4 stable

2003-06-05 Thread Tom Collins
On Wednesday, June 4, 2003, at 06:46 AM, matthew berardi wrote: it seems to me a far more permanent and scalable solution would be to select pw_name, pw_domain where pw_dir=DIR in the database. it is conceivable that [EMAIL PROTECTED]'s maildir be located in /some/where/else/joe/Maildir That's

Re: [vchkpw] AUTH_LOGGING and db failure tolarance.

2003-06-05 Thread Ken Jones
Done. I also added it to the other mysql connect calls (2 others). Is the timeout value in seconds? Maybe we should give it more than 1 second to connect. Perhaps 3? Ken Jones On Wednesday 04 June 2003 10:01 am, matthew berardi wrote: > I don't know how many people would desire this behaviour.

Re: [vchkpw] Working towards vpopmail 5.4 stable

2003-06-05 Thread Ken Jones
Seems like a reasonable change. I put it in. Needs testing! Looks like we will start a series of devel releases to test these changes. I'll package one up end of day tomorrow. Ken Jones On Wednesday 04 June 2003 9:37 am, Moshe Jacobson wrote: > On Tue, 3 Jun 2003, Ken Jones wrote: > > Does anyon

RE: [vchkpw] Working towards vpopmail 5.4 stable

2003-06-05 Thread Jeff Garvas
Pardon my ignorance, but will a 5.4 stable version require any major modifications to a working 5.2.1 installation? Has anything changed in terms of the sql table layout or anything else that would make upgrading more significant than simply running configure, make, make install? I put off insta

Re: [vchkpw] Working towards vpopmail 5.4 stable

2003-06-05 Thread Dave Richardson - Lists
I confess I'm in the same boat as Jeff. I actually had some trouble with 5.3-something version when I did my install, so I went with 5.2.1. I haven't made any customizations to any code other than what is described here: http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm Thanks, D.

Re: [vchkpw] AUTH_LOGGING and db failure tolarance.

2003-06-05 Thread matthew berardi
hmm, I had read that it was seconds however it is in fact less. I know setting it to 1 is long enough for it to make the connection even under moderate load on our 100mb/cisco lan, and I deleted the mysql source because I'm stressed for disk space on my laptop, when I get a chance I will investigat

Re: [vchkpw] Working towards vpopmail 5.4 stable

2003-06-05 Thread Ken Jones
I think we added a clear password field into the mysql vpopmail table. Ken Jones On Wednesday 04 June 2003 11:15 am, Jeff Garvas wrote: > Pardon my ignorance, but will a 5.4 stable version require any major > modifications to a working 5.2.1 installation? > > Has anything changed in terms of the

[vchkpw] problem with vconvert to sql

2003-06-05 Thread Eduardo Garcia
Hello people. i was a new installation of qmail+vpopmail+mysql in a new server, the instalation that's ok. but, i need migrate my accounts email to my new server, the old qmail have authentiation with cdb files, and i need migrate to auth with mysql. i try use de vconvert utility, i read de R

RE: [vchkpw] Working towards vpopmail 5.4 stable

2003-06-05 Thread Charles J. Boening
Ken, I'm working on some changes to the PostgreSQL code. I'll have them hopefully by the end of the day or early tomorrow. I've fixed some things in configure.in so it will compile correct. I've also added the vauth_crypt() function to the pgsql.c code. Since this isn't an SQL specific functio

[vchkpw] this is a test

2003-06-05 Thread Eduardo Garcia
sorry but this test. but tha last email dont send. enzo.

Re: [vchkpw] Working towards vpopmail 5.4 stable

2003-06-05 Thread Ken Jones
Sounds great. I'd leave the vauth_crypt() function in the pgsql.c code. I want to minimize the amount of testing needed. On Wednesday 04 June 2003 1:02 pm, Charles J. Boening wrote: > Ken, > > I'm working on some changes to the PostgreSQL code. I'll have them > hopefully by the end of the day o

Re: [vchkpw] Working towards vpopmail 5.4 stable

2003-06-05 Thread Spork
On Wed, 4 Jun 2003, Moshe Jacobson wrote: > My (untested) fix is as follows. > > pnt = last + strlen(DOMAINS_DIR) + 2; > while( *(pnt+1) == '/' ) pnt+=2; > for( ; (*pnt && *pnt != '/' && j < 255); ++pnt, ++j ) { > email[j] = *pnt; > } > If we're not going to ever see cvs access for t

Re: [vchkpw] Toasters with POP-Before-SMTP

2003-06-05 Thread Matthew Walker
http://www.shupp.org/toaster/ is the one I use, but the other answer you got is correct about the config arguement. POP-Before-IMAP is possible, but for some reason Courier has disabled the feature for unexplained security reasons. I don't have the information handy, but I'm sure someone else on t

[vchkpw] problem iwth vconvert to sql

2003-06-05 Thread Eduardo Garcia
Hello people. i was a new installation of qmail+vpopmail+mysql in a new server, the instalation that's ok. but, i need migrate my accounts email to my new server, the old qmail have authentiation with cdb files, and i need migrate to auth with mysql. i try use de vconvert utility, i read de R

Re: [vchkpw] problem iwth vconvert to sql

2003-06-05 Thread Rick Macdougall
Hi, Would you not want -c -m ? I do not see -s as an option anywhere. Oh, Ken, as long as you are patching today, maybe you could add a line feed to the help message so the -e = etc format starts on a new line :) Regards, Rick Eduardo Garcia wrote: Hello people. i was a new installation o

Re: Re[4]: [vchkpw] SpamAssassin/vmodinfo changes

2003-06-05 Thread Joe Young
Joseph Young Involved.com System Admin I have spamassassin running through qmail-scanner. So when the email gets to vpopmail, it was scanned. I originally thought to modify the qmailadmin. But I found that I could use the white_to field in SA and dynamically change it through mySQL. Then all that

Re: [vchkpw] problem iwth vconvert to sql

2003-06-05 Thread Ken Jones
I'm not writing any new code. I'm only applying code changes that people send me. Ken On Wednesday 04 June 2003 2:16 pm, Rick Macdougall wrote: > Hi, > > Would you not want -c -m ? I do not see -s as an option anywhere. > > Oh, Ken, as long as you are patching today, maybe you could add a line

[vchkpw] auth logging db tolorance

2003-06-05 Thread matthew berardi
sorry for the new thread, ken, the uint is in fact supposed to be seconds, I don't understand everything going on in connect2() in libmysqlclient, however the comments say seconds and it is put in a timeval struct, defined as seconds in bits/time.h. further testing verifies this, however keep i

Re: [vchkpw] Toasters with POP-Before-SMTP

2003-06-05 Thread Spork
On Wed, 4 Jun 2003, Matthew Walker wrote: > POP-Before-IMAP is possible, but for some reason Courier has disabled the > feature for unexplained security reasons. I don't have the information > handy, but I'm sure someone else on the list can provide the file and line > you have to edit to get it t

Re: [vchkpw] Toasters with POP-Before-SMTP

2003-06-05 Thread Matthew Walker
Spork said: > On Wed, 4 Jun 2003, Matthew Walker wrote: > >> POP-Before-IMAP is possible, but for some reason Courier has disabled the >> feature for unexplained security reasons. I don't have the information >> handy, but I'm sure someone else on the list can provide the file and line >> you have

Re: [vchkpw] Vpopmail and Qconfirm Help

2003-06-05 Thread Matthew Walker
Let me know if you get this working! I've been looking for a good TMDA solution for vpopmail, and this looks very promising. Gerardo Arnaez said: > hi all. I have read various google searches, have read > the faqs and manuals and still have no luck, > > I am trying to setup qconfirm for the vpopma

Re: [vchkpw] Vpopmail and Qconfirm Help

2003-06-05 Thread Gerardo Arnaez
Acutally. I just found out about TMDA, and it has a section on vpopmail which I have been experimenting with, (I actually think i got it working once, but didnt document what I did and now have can recreate what I did) so If I get it working I will add it to my qmail-vpopmail howtoat http://mung.

Re: [vchkpw] Toasters with POP-Before-SMTP

2003-06-05 Thread Andrew Kohlsmith
> POP-Before-IMAP is possible, but for some reason Courier has disabled the > feature for unexplained security reasons. I don't have the information > handy, but I'm sure someone else on the list can provide the file and > line you have to edit to get it to work. Yes, and it works just fine if you

Re: [vchkpw] problem iwth vconvert to sql

2003-06-05 Thread Tom Collins
Please apply the following patch to vconvert: diff -u vpopmail-5.3.20/vconvert.c vpopmail-5.3.20-tc/vconvert.c --- vpopmail-5.3.20/vconvert.c 2003-03-24 13:54:37.0 -0700 +++ vpopmail-5.3.20-tc/vconvert.c 2003-06-04 14:32:54.0 -0700 @@ -312,8 +312,8 @@ void usage() {

Re: [vchkpw] Vpopmail and Qconfirm Help

2003-06-05 Thread Remo Mattei
I have tmda working on my vpopmail accounts works very well. -- Remo Mattei --cell 801-209-8554 http://www.italy1.com Freelance Networking-Security/Consultant MCSE, MCP, MCP+I, MCT Linux Trainer & Firewall Development [EMAIL PROTECTED] > From: Gerardo A

Re: [vchkpw] Toasters with POP-Before-SMTP

2003-06-05 Thread [EMAIL PROTECTED]
Matthew Walker wrote: Spork said: On Wed, 4 Jun 2003, Matthew Walker wrote: POP-Before-IMAP is possible, but for some reason Courier has disabled the feature for unexplained security reasons. I don't have the information handy, but I'm sure someone else on the list can provide the file an

Re: [vchkpw] Working towards vpopmail 5.4 stable

2003-06-05 Thread Raboo
rename domains. If I use vdeldomain on a alias will it remove the domain or just the alias domain. If it deletes the domain you should add a feature to remove aliases /R - Original Message - From: "Ken Jones" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 6:52 PM

[vchkpw] mysql connection file location for vpopmail

2003-06-05 Thread Suba Arunkumar
I have installed Vpopmail with mysql support and i would like to know where is the mysql config stored for establishing the link. I want to change the password for mysql (vpopmail database). Can anyone help me. Regards S Arun __ Do you Yahoo!? Yahoo! Calendar - Fre

RE: [vchkpw] mysql connection file location for vpopmail

2003-06-05 Thread Suba Arunkumar
Yes, i have edited the file. But i would like to know where it's installed at the time of compile and installation. Regards --- Ross Davis - DataAnywhere <[EMAIL PROTECTED]> wrote: > vmysql.h > > You must have edited it when you were setting up > vpopmail. > > > > > -Original Message-

Re: [vchkpw] mysql connection file location for vpopmail

2003-06-05 Thread Michael Bowe
The settings you enter into vmysql.h are compiled into the vpopmail binaries when you run the make If you have altered the user/pass in mysql, then you should update the vmysql.h ( Then to be safe I would do a make clean, and re-run ./configure ) Then run make, make install-strip again Also you w

Re: [vchkpw] Working towards vpopmail 5.4 stable

2003-06-05 Thread Tom Collins
On Wednesday, June 4, 2003, at 03:48 PM, Raboo wrote: rename domains. If I use vdeldomain on a alias will it remove the domain or just the alias domain. If it deletes the domain you should add a feature to remove aliases It just removes the alias. Renaming a domain in vpopmail is a little more

[vchkpw] MySQL registration from vpopmail

2003-06-05 Thread Toyoda Yasuyuki
Hi, (BI have a problem about (qmail + vpopmail + MySQL) system. (BMy system is qmail + vpopmail + qmailadmin + MySQL. (B (BQ1.) (BI want to register MySQL tables of vpopmail database. (BI performed the following command. (B (B---command start (Bgroupadd mysql (Bmk

[vchkpw] Problems with various emailings showing hours late

2003-06-05 Thread Linux
Hello all,I am running Qmail+Vpopmail+QmailScanner w/FprotI have a few hundred domains on this server.  A few people have complainedof receiving mail hours, and sometimes days after the mailing was sent.This problem is Internet-->local as well as local-->local.  There doesn'tseem to be any c

[vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread System
Hello All, I have installed vpopmail on my redhat 7.3 box with mysql 4.x and qmail with SquirrelMail 1.0.4. I compiled vpopmail and used the following settings for mysql. /usr/sbin/groupadd -g 89 vchkpw /usr/sbin/useradd -g vchkpw -u 89 vpopmail GRANT select,insert,update,delete,create,drop ON