RE: more crap with mysql ,sqlwebmail and vpopmail

2001-03-12 Thread Dan Phoenix
Yep that worked.i can;t beleive how estatic i am .i am so fucking happy it finally compiles...thanks alot man...i owe you a beer. 6 fucking months noone had an answer for this and you come out of blue with answerman you rock...thx again. On Mon, 12 Mar 2001, Joe Modjeski wrote:

configure 4.9.9 error on Solaris 8 report and fix

2001-03-12 Thread Chris Chan
Ken, I have to change if test `id -u` != "0" to if test `/usr/xpg4/bin/id -u` != "0" in your "configure" file in order to configure the vpopmail-4.9.9 on my Solaris 8 system. the /usr/bin/id doesn't support -u option. Chris

How can I use server-side filtering?

2001-03-12 Thread David Seo
Now, I'm using vpopmail(MySQL) + copurier-imap. And, I want a server-side filtering solution. What program is that? And Is that support non ascii character? Help me.

RE: more crap with mysql ,sqlwebmail and vpopmail

2001-03-12 Thread Joe Modjeski
I just compiled and tested sqwebmail 1.2.5 and everthing seems to work so far. I only spent about 2 minutes testing. But at least we know that the vpopmail(mysql) authentication. Just as a side note I did disable ALL the other authentication modules that came with sqwebmail. Joe -Origina

RE: more crap with mysql ,sqlwebmail and vpopmail

2001-03-12 Thread Joe Modjeski
In the authlib/Makefile From: CRYPTLIBS = -lcrypt TO: CRYPTLIBS = -lcrypt -L/usr/local/lib/mysql -lmysqlclient -I/usr/local/include/mysql This was sqWebmail 1.22 I forgot what file I originally edited so I rebuilt it on my box and once I made the changes the package compiled ok. However I goofe

RE: more crap with mysql ,sqlwebmail and vpopmail

2001-03-12 Thread Dan Phoenix
I will try that tonight and get back to you...thx for suggestion. btw what did you add tp CRYPT line in the Makefile to get it to work? On Mon, 12 Mar 2001, Joe Modjeski wrote: > Date: Mon, 12 Mar 2001 16:03:34 -0700 > From: Joe Modjeski <[EMAIL PROTECTED]> > To: Dan Phoenix <[EMAIL PROTECTE

RE: more crap with mysql ,sqlwebmail and vpopmail

2001-03-12 Thread Joe Modjeski
I have been using mysql 3.23.28-gamma since the start of using vpopmail. I have never had any problems. Compiling sqwebmail was tricky but if I added the path to libs/includes to the CRYPT line in the Makefile then it compiled and worked properly. Joe -Original Message- From: Dan Phoeni

Feature request and error with vmoduser program

2001-03-12 Thread Matt Simerson
I have two issues: The first is a feature request for the vmoduser program. It appears that at present there is no way to disable qmailadmin. This would be a most welcome addition to the vmoduser program and hopefully more people than I would find it useful to be able to easily disable a domains q

Re: Virtual domains starting with a digit

2001-03-12 Thread Ben Beuchler
On Mon, Mar 12, 2001 at 01:18:36PM -0800, Dave Stites wrote: > Yesterday, I attempted to set up another one, but this time the domain name > starts with a digit rather than an alpha character - (i.e. 4loopdeeloo.com) > - and have had *NO* success attempting to use it via pop3 from remote > loc

Re: more crap with mysql ,sqlwebmail and vpopmail

2001-03-12 Thread Dan Phoenix
If i would have compiled sqwebmail with vpopmail and mysql 3.22.x instead of mysql 23.x it would have worked...problem is it breaks on .23 libs. .23 is standard now and .22 should no longer work in latest versions of sqwebmail. I have bitched about this for a long time yet none of developers

Re: more crap with mysql ,sqlwebmail and vpopmail

2001-03-12 Thread Dan Phoenix
I did export cause i was using bash which is properthat env command looks like csh. On Mon, 12 Mar 2001 [EMAIL PROTECTED] wrote: > Date: Mon, 12 Mar 2001 08:39:31 -0700 (MST) > From: [EMAIL PROTECTED] > To: Dan Phoenix <[EMAIL PROTECTED]> > Cc: vinient <[EMAIL PROTECTED]>, oneflower <[EM

Virtual domains starting with a digit

2001-03-12 Thread Dave Stites
Hello All, Hoping for an RTFM pointer or a clue to put me on the proverbial "path of discovery"... I am still using vpopmail-3.4.11.released and have had wonderful success with it. Have set up about 12 or so virtual domain setups (roaming enabled) with no problems (once Ken clued me into the

help- vpopmail.

2001-03-12 Thread Kari Suomela
Tuesday March 13 2001 02:08, Jason Benedict Low wrote to All: JL> vchkpw: no user found [EMAIL PROTECTED]:192.168.0.1 JL> 5 telnet netphuture.com 110 JL> Trying 202.156.122.40... JL> Connected to netphuture.com. Looks like a DNS problem. KS KARICO Business Services Toronto, ON C

RE: Vpopmail & Pine

2001-03-12 Thread Matt Simerson
Pine works just fine as POP3 or IMAP client so have your users configure PINE on the shell server to access their email via POP or IMAP. How much easier can it be? Matt > -Original Message- > From: Tim Hunter [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 12, 2001 11:06 AM > To: [EMAI

RE: Vpopmail & Pine

2001-03-12 Thread Tim Hunter
It doesn't even make sense. vpopmail is for virtual users, not shell users. -Original Message- From: Jiří Mikuláš [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 2:00 PM To: [EMAIL PROTECTED] Subject: Vpopmail & Pine Hi all. I'm sorry for maybe OT Anybody using Vpopmail wit

Vpopmail & Pine

2001-03-12 Thread Jiří Mikuláš
Hi all. I'm sorry for maybe OT Anybody using Vpopmail with PINE. Is there some guide or FAQ how to configure PINE for Vpopmail ? Preji pekny den   Jiri Mikulas[EMAIL PROTECTED]ICQ: 108 36 60 66Admin - anglictina.com

help- vpopmail.

2001-03-12 Thread Jason Benedict Low
Hi, Sorry to trouble you pple. I'm new to vpopmail. After reading some mail archive i still cannot get the answer. Please help me and thanks in advance. I'm using Turbolinux distro with qmail and vpopmail installed from tar ball. Here is what i can and can't:- 1 able to use netscape mail to s

Re: more crap with mysql ,sqlwebmail and vpopmail

2001-03-12 Thread fox
Oh and to correct own e-mail, it should not be: --with-module=authvchkpw, but --with-authvchkpw which technically isn't even needed if you have the vpopmail user defined on your system. The configure script will pick it up and put in the proper directive. Not sure if that was a typo on your par

Re: more crap with mysql ,sqlwebmail and vpopmail

2001-03-12 Thread fox
Try: env LIBS="-L/usr/local/mysql/lib -lmysqlclient" \ ./configure --enable-webpass=vpopmail \ --with-module=authvchkpw --enable-logincache --without-authpam \ --without-authuserdb --without-authpwd --without-authshadow \ --with-htmllibdir=/usr/www/dating/mail \ --enable-cgibindir=/usr/www/dating