[vchkpw] RE : [vchkpw] Webmail question

2003-08-19 Thread Hannes Widmer
Jump Cybernet (Schweiz) AG Hannes Widmer Junior System Engineer Cybernet Hostmaster Schaffhauserstrasse 560 Postfach CH-8052 Zuerich Tel. +41 (0)1 306'46'46 Fax. +41 (0)1 306'95'96 email [EMAIL PROTECTED] http://www.cybernet.ch -Original Message- From: Hannes Widmer

[vchkpw] Help please, double message

2003-08-19 Thread Mailing Lists
Hi folks, need an help. I set up my qmail-vpopmail system to filter mail via maildrop. So i put this two lines in my .qmail-default file | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox | /usr/bin/maildropmailfilter Where mailfilter is my mail filter file that moves spam messages in a diff

Re: [vchkpw] RE : [vchkpw] Webmail question

2003-08-19 Thread Paul Theodoropoulos
another alternative is TWIG - http://twig.screwdriver.net . nice clean interface, and lots of functionality. personally, i hated installing Horde/IMP - there's about a hundred and one dependencies, so i spent a couple of days installing all manner of little programs that IMP requires just to co

[vchkpw] Re: Help please, double message

2003-08-19 Thread Paul L. Allen
Mailing Lists writes: > Hi folks, need an help. > I set up my qmail-vpopmail system to filter mail via maildrop. So i put > this two lines in my .qmail-default file > > | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox > | /usr/bin/maildropmailfilter > [...] > Obviously, removing the fir

Re: [vchkpw] RE : [vchkpw] Webmail question

2003-08-19 Thread Charles Sprickman
On Tue, 19 Aug 2003, Paul Theodoropoulos wrote: > another alternative is TWIG - http://twig.screwdriver.net . nice clean > interface, and lots of functionality. Does TWIG have a plugin system like squirrelmail? I'm leaning towards exclusively going with squirrelmail, as I've found a number of vp

[vchkpw] RE : [vchkpw] Webmail question

2003-08-19 Thread Juan Enciso Condeña
Squirrelmail use very CPU usage, I did have performance problem with this package I don't recommend webmail based php and perl. They don't work with very users, they have very problems with thousand account. You should use sqwebmail or another webmail based in C language. Somebody know others webm

Re: [vchkpw] RE : [vchkpw] Webmail question

2003-08-19 Thread Paul Theodoropoulos
At 02:22 PM 8/19/2003, Juan Enciso Condeña wrote: Squirrelmail use very CPU usage, I did have performance problem with this package I don't recommend webmail based php and perl. They don't work with very users, they have very problems with thousand account. You should use sqwebmail or another webma

[vchkpw] Re: Webmail question

2003-08-19 Thread Dave Richardson - Lists
You know, if the Squirrel people GPl'd in the option to use sqwebmail direct Maildir access, that would be uber nice! I'm sure its been considered before. I think Squirrel already has options as to which SMTP method you want, and they *did* write their own IMAP interface code. Oh, that *would

[vchkpw] mysql gone away. Please help a noob.

2003-08-19 Thread jon kutassy
I'd like to get vpopmail working with authenticating against mysql... I have a working version of mysql that Id rather not break: Excuse me if I include too much info : Im not sure what is and isnt relevent: mysql Ver 12.21 Distrib 4.0.14, for pc-linux (i686) Server version: 4.0.14-sta

Re: [vchkpw] mysql gone away. Please help a noob.

2003-08-19 Thread Dave Richardson - Lists
did you configure for your mysql user/password in vmysql.h? if not, amend the entries and recompile. also, did you create the tables or check that they were created? did you allow mysql access from within mysql? did you 'flush priviledges' to make the privs stick in mysql? Good luck jon kutassy

Re: [vchkpw] mysql gone away. Please help a noob.

2003-08-19 Thread Rick Macdougall
Hi, jon kutassy wrote: I'd like to get vpopmail working with authenticating against mysql... I have a working version of mysql that Id rather not break: Excuse me if I include too much info : Im not sure what is and isnt relevent: mysql Ver 12.21 Distrib 4.0.14, for pc-linux (i686) Server ve

Re: [vchkpw] mysql gone away. Please help a noob.

2003-08-19 Thread jon kutassy
Thanks for the replies. I've been following Michael Bowe's documentation on setting this up. http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm (I hope he doesnt mind the link) I took the windoze approach and restarted mysql, and its all working fine!! Thanks everyone for your in

Re: [vchkpw] mysql gone away. Please help a noob.

2003-08-19 Thread Doug Clements
You probably didn't run 'flush privelages' after adding the vpopmail user. --Doug - Original Message - From: "jon kutassy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 19, 2003 4:27 PM Subject: Re: [vchkpw] mysql gone away. Please help a noob. > Thanks for the repl

[vchkpw] Re: mysql gone away. Please help a noob.

2003-08-19 Thread Paul L. Allen
Hi jon kutassy writes: > I took the windoze approach and restarted mysql, and its all working > fine!! Which has the same effect as the suggestion in an earlier reply: flush privileges, but results in a longer outage of mysql. An alternative to doing "flush privileges" from the mysql client