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:

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

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

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

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

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

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 other

[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 mailfilter file 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

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

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 Subject: Re:

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 forgot to

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 with

[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

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.

[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

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]

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. only change de user and password, before make and makeinstall. attacch the file with dump vpopmail database. I understood your advice. I have already challenged your correct procesure. But now(6/6/2003 14:24), vpopmail don't have still run properly.

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

2003-06-05 Thread Jeff Garvas
Ben, Just read the vpopmail directions on --enable-roaming-users=y as a ./configure option. It tells you what you need to do. You can use mysql or a flat file to store the files, it doesn't matter. As for the POP-before-imap I can't tell you off the top of my head. I have not tackled it yet.

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

2003-06-05 Thread Jeff Garvas
Joe, Have you considered writing this out to SQL for SA? I'm not sure of the SA table format off the top of my head, but some people have given up on running SA locally out of .qmail files and run it for every domain and sometimes on a machine well before the system mail is eventually delivered

[vchkpw] vpasswd file is 0 size when hit quota limit

2003-06-05 Thread Yee Siew Chin
Hi, I had set the following for a domain as below:- vadddomain -u user1 user1.com password Then, I set the quota using the command:- edquota user1 With the following information inside edquota:- Disk quotas for user user1 (uid 519): Filesystem blocks soft hard

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 not

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 few weeks.

[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] 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] 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

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 sql

[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

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

[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 or

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 this project,

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

[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

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

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

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

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 to

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 to edit

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 vpopmail

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

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

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

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 -

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- From:

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

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, I have a problem about (qmail + vpopmail + MySQL) system. My system is qmail + vpopmail + qmailadmin + MySQL. Q1.) I want to register MySQL tables of vpopmail database. I performed the following command. ---command start groupadd mysql

[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

[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