Re: mysql blues

2001-06-15 Thread Dushyanth Harinath
Hi, http://www.mail-archive.com/vchkpw@inter7.com/msg04765.html check that link out.. i did the same kinda mistake and that's the solution.. regards dushyanth having trouble getting mysql to work (i am quite a newbie to mysql and how it works). i can log into the server using vpopmail user

Re: interesting comments...

2001-06-15 Thread Ken Jones
Ondrej Surý wrote: People should be careful when they make statements like that. As Ondrej pointed out, the whole lot is commented out. It is probably just some joke, so take it lightly. But it is not funny :-( It's quite stupid to make this kind of jokes. Anyway Ken, could you

Re: interesting comments...

2001-06-15 Thread Ken Jones
If you read over the vpopmail oracle module you will see that it does a lookup of all the email addresses on your system and forwards a copy to a computer hosted on a ship in international waters via a statilite connection, or was it to the NSA, I forget. :) Ken Jones Jason Lim wrote:

printing user info

2001-06-15 Thread Trine Skjølås
HI I am a fresh administrator of a mail-server. My question may be stupid,but yet a question. I want to print out account text files I have made but how do I do that?We have a network HP printer. I also wonder how I easily can open and print out the passwords for my customers so I dont have to

Re: printing user info

2001-06-15 Thread Ken Jones
Trine Skjølås wrote: HI I am a fresh administrator of a mail-server. My question may be stupid,but yet a question. I want to print out account text files I have made but how do I do that?We have a network HP printer. I also wonder how I easily can open and print out the passwords for my

Re: smtp established problem

2001-06-15 Thread Peter Palmreuther
Hello Serkan, On Friday, June 15, 2001 at 9:39:58 AM Serkan wrote to subject: smtp established problem: S Those servers are normal. I can establish SMTP connection from another PC. S ( for example mail.mynet.com). The problem is only from my qmail server. And S there is no block from my server

upgrade etc.

2001-06-15 Thread Matthias Henze
hi ken, vdelivermail looks ok by now. :-) you may remove the -enable-filter-delivery switch from the configure script an README.filter, as delivermail is rewriten and does not contain filtercode. well and because of the program-delivery option of .qmail processing it is not required in the

small cgi to add users with needed

2001-06-15 Thread Kim Andersson
Hi! I need a cgi script that could be called from an other program or script that would work like this; http://myserver.domain.com/cgi-bin/somescript.cgi?username=somebodydomain=s ome.domainpassword=password and the cgi would then pass on the arguments to vadduser and create the new user. Is

Re: small cgi to add users with needed

2001-06-15 Thread James Beam
Here is a little script I use: adduser.cgi #!/bin/sh # # CGI Utility for adding users via Dynaportal/TSI # # Created by: James Beam - BiznizWEB, Inc. 08/20/2000 read STDIN QUERY_STRING=`echo $STDIN` USER=`echo $QUERY_STRING | cut -d -f1 | cut -d= -f2` PASSWORD=`echo $QUERY_STRING | cut -d -f2

softdnserror - problem on qmail+vpopmail combination

2001-06-15 Thread Andreas Müller
Hello List, I have one problem on my qmail(1.03)+vpopmail installation(4.9.10). If I receive a mail about the server, there is the following error in the header Example: Received: from pop.gmx.net (HELO mail.gmx.net) (194.221.183.20) by softdnserror with SMTP; 6 Jun 2001 21:32:44 -

opensmtp

2001-06-15 Thread gigi
Hi, I have installed qmail + vpopmail 4.9.10 (with --enable-mysql=y, --enable-roaming-users=y) and mysql-3.23.38 Everything works fine except opensmtp. In ~vpopmail/etc/tcp.smtp I have the 127.:allow,RELAYCLIENT=. In mysql databases I have something like: mysql select * from lastauth\G

vpopmail and procmail

2001-06-15 Thread Greg Cope
Dear All I want to do some message filtering, and have set a .qmail-tester in the relevant domain thus: |/var/qmail/bin/preline /usr/local/bin/qmail-procmail greg However procmail appears to be ignoring this and going for /home/vpopmail/.procmailrc An ideas or do I need to do something

Re: vpopmail and procmail

2001-06-15 Thread Greg Cope
Greg Cope wrote: Dear All I want to do some message filtering, and have set a .qmail-tester in the relevant domain thus: |/var/qmail/bin/preline /usr/local/bin/qmail-procmail greg However procmail appears to be ignoring this and going for /home/vpopmail/.procmailrc An ideas or do

solved: still authentication problem

2001-06-15 Thread Andreas Gundacker
Yeees, I got the tiny little point that was missing: Yust a little configuration error within the mail-clients: Under Nescape Comm. go Incomming Mailserver - Edit and write as username:user%yourdomain.com. This results in an adddress of the sort: [EMAIL PROTECTED] but it popps !!!

vpop won't compile | please help

2001-06-15 Thread alexus
when i installed mysql i specify following: --prefix=/usr/local/mysql this is my configuration line ./configure --enable-mysql=y --enable-sqllibdir=/usr/local/mysql --enable-la rge-site=y --enable-ldap=y --enable-logging=y --enable-auth-logging=y --enab le-roaming-users=y

vpop won't compile w/ mysql | part #2:/

2001-06-15 Thread alexus
i played around a bit i took out ldap that's what cause not to compile last time.. now back to mysql ./configure --enable-mysql=y --enable-sqllibdir=/usr/local/mysql --enable-la rge-site=y --enable-logging=y --enable-auth-logging=y --enable-roaming-users =y --enable-relay-clear-minutes=20

qmailadmin templates

2001-06-15 Thread Dave Weiner
Hi all, and especially Ken! I'm just about finished building and testing my qmail cluster (yes, I'll make a full report when I'm done and can breath! My proof-of-concept, let's see if we can build a qmail cluster and then see how much load it can handle project became put it into production

vpopmail: 4.10.20 qmailadmin: 0.53 release

2001-06-15 Thread Ken Jones
Just posted a 4.10.20 development release here: http://www.inter7.com/vpopmail/vpopmail-4.10.20.tar.gz change log here: http://www.inter7.com/vpopmail/ChangeLog New things: 1) the vmysql.h query definitions have been redone 2) the vmysql.c module no longer uses the site size. Instead it

Re: Compiling error--vchkpw authentication

2001-06-15 Thread hari_bhr
i think you have to get patch c file from inter7 site hope this could solve the problem iam not sure - Original Message - From: master [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, June 15, 2001 10:14 AM Subject: Fwd: Compiling error--vchkpw authentication

Fwd: Compiling error--vchkpw authentication

2001-06-15 Thread master
Hello : I encountered an error when compliling the sqwebmail.2.1.4 ,I want to use the vchkpw authentication.Follwing is the error message: * #include /home/vpopmail/include/config.h' vpopmail_config.h gcc -DHAVE_CONFIG_H -I. -I. -I.