[vchkpw] buffer overflows with v5.2.1

2002-09-20 Thread Timo Sirainen
buff_size in parse_email() looks as if it'd specify the full length of user and domain parameters, but it may write one byte more for \0. This may create buffer overflow with some software (eg. courier). sybase module isn't checking user/domain lengths at all. If the program using vpopmail didn't

[vchkpw] vpopmail bug?

2002-09-20 Thread testuser4
I am seeing strange behaviour on my Qmail+VpopMail(w/ MySQL)+COurier setup. Authenticating via IMAP works 90% of the time, but doesn't for 10%. I don't seem to be able to find any pattern as to it not working - it doesn't consistently fail in any particular manner. The problem happens with mul

Re: [vchkpw] vpopmail bug?

2002-09-20 Thread Dzuy Nguyen
There is a bug in vpopmail's email parser function which adds extra character to the end of user login at times, when called by courier. Version 5.3.x has a newer email parser which seems to work. [EMAIL PROTECTED] wrote: >I am seeing strange behaviour on my Qmail+VpopMail(w/ MySQL)+COurier s

[vchkpw] new vpopmail php extension, here comes 0.1

2002-09-20 Thread Justin Heesemann
just for those who want to test it http://www.ionium.org/php/php_vpopmail-0.1.tar.gz unpack and read vpopmail/php_vpopmail-0.1.txt oh.. and just that disclaimer thing: if this breaks anything, it's because you like to use some untested alpha code. however it did work on my machine (well.. i

[vchkpw] tcp.smtp.cdb is updated only once, and only when open-smtp is missing

2002-09-20 Thread Tony A.T. Mendina
This is a long story; but, I'd be happy if anyone with the patience to slog through it could offer further troubleshooting suggestions, pointers to docs that I missed, or any other advice they deem helpful . My problem is that tcp.smtp.cdb is not being updated when a pop3 user logs in, _unless_

[vchkpw] Domains that both exist and don't exist

2002-09-20 Thread Darren McClelland
Hi, I'm in the process of transferring a bunch of mail domains to a new server and added a bunch of domains to the new server via vadddomain. Something went wrong with some of them and now I have a bunch of domains that vdeldomain says don't exist, and yet vadddomain says already exist and won't

Re: [vchkpw] Domains that both exist and don't exist

2002-09-20 Thread Justin R. Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Said Darren McClelland on Fri, Sep 20, 2002 at 11:56:56AM -0700: > I'm in the process of transferring a bunch of mail domains to a new > server and added a bunch of domains to the new server via vadddomain. > Something went wrong with some of them an

Re: [vchkpw] Domains that both exist and don't exist

2002-09-20 Thread Darren McClelland
I have been looking at them, and the domains in qestion are in the files in /var/qmail I can edit the text files to get rid of the domains in question, but they also appear to be in some of the binary files there. How do I get them back into shape? Darren On Friday 20 September 2002 12:02, J

Re: [vchkpw] Domains that both exist and don't exist

2002-09-20 Thread Justin R. Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Said Darren McClelland on Fri, Sep 20, 2002 at 12:12:19PM -0700: > I have been looking at them, and the domains in qestion are in the > files in /var/qmail I can edit the text files to get rid of the > domains in question, but they also appear to be

Re: [vchkpw] vpopmail bug?

2002-09-20 Thread testuser4
I upgraded to 5.3.8 - and am still seeing this behavior. *sigh* Is this limited to Courier? Quoting Dzuy Nguyen <[EMAIL PROTECTED]>: > There is a bug in vpopmail's email parser function which adds extra > character to the end of user login > at times, when called by courier. Version 5.3.x ha

Re: [vchkpw] Domains that both exist and don't exist

2002-09-20 Thread Ryan White
I am having a similar problem. I am moving domains to a new server and the new server says the domains do not exist. I am using mysql and the domain info is in the database. For some of the domains I ran vadddomain and the domains will start working. The problem is vadddomain overwrites the .qmail

Re: [vchkpw] Domains that both exist and don't exist

2002-09-20 Thread vol
This is not a problem so much with vpopmail, as a problem with the migration of information. vpopmail takes care of managing qmail's configuration files as well as it's own, and therefore, various things must be modified for a migration. The most important files you will need to move over: /va

[vchkpw] qmailadmin strange problem

2002-09-20 Thread Martínlistas
Hi. I have installed qmailadin... was working great, till i changed the server time... afeter that, if I try to create a new pop account, qmailadmin just give me "Internal server error" I reinstalled qmailadmin, after not finding what it was wrong. So, has anybody a clue of what can be wrong?

Re: [vchkpw] qmailadmin strange problem

2002-09-20 Thread Steve Fulton
At 21:16 20/09/2002 -0300, Martínlistas wrote: This should be posted to the QmailAdmin list, not the Vpopmail list. Please make an effort to ensure you are posting to the correct list. -- Steve >Hi. I have installed qmailadin... was working great, till i changed the >server time... afeter tha

Re: [vchkpw] vpopmail bug?

2002-09-20 Thread Ken Jones
Can anyone else reproduce this problem? What version of courier-imap are you using? The authlib/preauthvchkpw.c file is worth checking against the one on the inter7 page. Mysql Quits can be caused by a program not calling mysql_close before exiting. Which in of itself would not cause an authentic

Re: [vchkpw] qmailadmin strange problem

2002-09-20 Thread Ken Jones
It's hard to say what happened without an audit of your system. Can you reproduce the error? If so, I'd like to debug the execution. Sounds like it might need some bullet proofing. Ken Jones On Friday 20 September 2002 07:16 pm, Martínlistas wrote: > Hi. I have installed qmailadin... was worki