Re: sqwebmail installation error

2000-07-10 Thread Ondrej Sury
Balaji Hare Ram Balaji wrote: > > help > > # make > No suffix list. > Making all in numlib > Making all in gdbmobj > Making all in maildir > Making all in md5 > Making all in random128 > Making all in userdb > touch dummy > Making all in makedat > gcc -I./.. -I.. -Wall -g -O2 -

Re: Start

2000-07-12 Thread Ondrej Sury
Sumith Ail wrote: > > Hi all > > I am starting with qmail-vpopmail+qmailadmin > > Are there any patched versions of qmail for vpop or > can I use the same from qmail.org rpms. Do I require > the daemontools 53 or 70, ucspi , etc. Please guide. Don't use rpms or don't forget to remove cron job

Re: courier-imap compile problems....

2000-07-12 Thread Ondrej Sury
Chris Scheller wrote: > > I am having some problems compiling courier-imap with vpopmail. I am not sure > if this is a courier problem or a vpopmail problem so i will ask here first. > When compiling i get a "undefined refrence to" pretty much every mysql function > in vpopmail. Here is the error

Re: Unprocessed messages

2000-07-13 Thread Ondrej Sury
Leonard Cooper wrote: > > Hi, > I just installed a new vpopmail /qmail box, identical to an existing one I > installed. The problem is that it doesnt seem to deliver locally, the mai > just gets queued. > The other problem it that there are alway unproccessed messages in the > queue. the queue is

[UPDATE]: vpopadmin -=> new web administration tool for vpopmail

2000-07-13 Thread Ondrej Sury
Just some more info. It needs that mysql version of vpopmail is used (will change in future). But it will still need mysql tables (It stores aliases/forwards and lists aliases/forwards/users). Ok, you have all night to test it, I am going go right now. -- Ondřej Surý <[EMAIL PROTECTED]> Glob

[ANNOUNCE]: vpopadmin -=> new web administration tool for vpopmail

2000-07-13 Thread Ondrej Sury
Hello folks, I am announcing vpopadmin, new web administration tool for vpopmail. It is similar in concept, different in design compared to qmailadmin. There is daemon which runs as root (could be vpopmail.vchkpw) and web frontend. They comunicate via mysql table. Both is written in php. (I k

Re: [ANNOUNCE]: vpopadmin -=> new web administration tool forvpopmail

2000-07-14 Thread Ondrej Sury
Irwan Hadi wrote: > > well, overall is good, but it is better for postmaster to change the quote > of users, using ./vsetuserquota , and also your time out is too short. Nope. Only sysadmins will be able to do it. Idea is that we will create only postmaster account and give it to customer and

Re: howto implement own "vchkpw"

2000-07-21 Thread Ondrej Sury
Marten Lehmann wrote: > > > i made this little perl script a while ago... hope it helps > > Sorry, but it doesn't. > > As I wrote before, the Array @ARGV is empty. I don't know any reason for > that. AFAI remember you have to read NULL char terminated strings from descriptor 3. -- Ondřej Sur

[BUG]: sstrncmp

2000-09-16 Thread Ondrej Sury
Is sstrncmp function meant to replace system call to strncmp??? ie. compare first n characters??? It could never work as it should. Try this: char *foo = "foo"; char *bar = "fooo"; sstrncmp(foo, bar, strlen(foo)); This should return 0, because first three characters are same, but it does retur

There's a big, big bug...

2000-09-22 Thread Ondrej Sury
...in a big, big vpopmail... There's a bug in internal logic of program. It came up, when I was debugging courier-imap. In vchkpw there is call to two functions before vauth_getpw: vget_real_domain and vget_real_user. But in my opinion it should be called inside vauth_getpw function, because o

vpopmail support for qmail-local

2000-10-13 Thread Ondrej Sury
://najdi.to/Chief Administrator and Developer. GPG fingerprint: CC91 8F02 8CDE 911A 933F AE52 F4E6 6A7C C20D F273 /* ** ** Ondrej Sury , Copyright (C) Oct 2000 ** **This program is free software; you can redistribute it an