RE: Web-based server-side mail clients

2001-06-14 Thread Kieran Barnes
It might just be me being picky. I set up a new domain - quoff.com Unlike Bill's setup, everyone has webmail. So I logged straight in and sent myself an email Here are the headers. Return-Path: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Received: (qmail 11581 invoked from network); 14

POP authentication

2001-06-14 Thread Rami Laiho
Hi I'm trying to get mails with pop and get this error: [root]# telnet localhost 110 Trying 127.0.0.1... Connected to localhost.localdomain. Escape character is '^]'. +OK <19958.992508159@localhost> user rami +OK pass password could not create relay table create table relay ( ip_addr char(18) no

RE: POP authentication

2001-06-14 Thread Kieran Barnes
It looks like vpopmail is having a problem connecting to the database. Did you set the correct information up in vmysql.h Information like... /* Edit to match your set up */ #define MYSQL_SERVER"localhost" #define MYSQL_USER "vpopmail" #define MYSQL_PASSWD"supersecretpasswo

Re: autoresponder

2001-06-14 Thread plrollin
Lu Vo wrote: > See my previous post regarding this topic. > The patch I included does exactly this and I am using it successfully. > > Lu > Sorry, but I saw it but i can't understand anything of what you did... i'm not a big developper just an administrator and developper (PHP/SQL) ... =( that'

Re: vpopmail config question

2001-06-14 Thread Ken Jones
Keven Jones wrote: > > Hi all, > > Quick one. > > I have a client who has 4 different email accounts for 4 different > employees. > > He has requested that if someone sends email to any of the 4 he would like > to be copied as well. So if someone sends an email to [EMAIL PROTECTED] , it > goes

4.10.19 fixed ?

2001-06-14 Thread Matthias Henze
hi ken, is vdelivermail (program delivery) in 4.10.19 fixed by now ? tia Matthias Henze MH458-RIPE [EMAIL PROTECTED] Use PGP!! http://www.mhcsoftware.de/MatthiasHenze.asc - MHC SoftWare GmbH voice: +49-(0)

Fw: vqadmin problem

2001-06-14 Thread hari_bhr
hi Ken   i have problem with vqadmin i ahve tried with some more exports here in group but there is no luck any help will appriciate.   - Original Message - From: hari_bhr To: Wagner Cc: Vchkpw Mailing List (E-mail) Sent: Wednesday, June 13, 2001 12:18 AM Subject: Re: vqadmin proble

smtp established problem

2001-06-14 Thread Serkan
Hi all,   I am using vpopmail on qmail and I have a problem now. My server couldn't establish SMTP connections to some servers. Does anyone have any idea?   Thanks..

clearopensmtp

2001-06-14 Thread Lye On Siong Johnny
I get the following error when i run clearopensmtp tcprules: fatal: unable to create ~vpopmail/etc/tcp.smtp.tmp.26910: file does not exist can someone advice me on what is wrong??? thanks

interesting comments...

2001-06-14 Thread Bill Shupp
Try this: lynx --source http://www.inter7.com/vpopmail/preauthvchkpw.c | sed -ne '52,58p' I never noticed this before.. Cheers, -Bill

Re: interesting comments...

2001-06-14 Thread Ken Jones
Bill Shupp wrote: > > Try this: > > lynx --source http://www.inter7.com/vpopmail/preauthvchkpw.c | sed -ne > '52,58p' > > I never noticed this before.. > > Cheers, > > -Bill Mr Sam put that in there. Ken

another compile problem

2001-06-14 Thread Trey Nolen
I'm getting this when compiling the new vpopmail: gcc -I. -I/usr/include/mysql -g -O2 -Wall -c vchkpw.c gcc -g -O2 -Wall -o vchkpw vchkpw.o libvpopmail.a -L/usr/lib/mysql -lmysqlcli ent -lz -lnsl -lcrypt -lm /usr/bin/ld: cannot find -lz collect2: ld returned 1 exit status make[2]: *** [v

basic forwarding

2001-06-14 Thread plrollin
Hi, I currently use qmail+vpopmail (i didn't install them, and i don't know very well) when i need to forward messages form one xxx1 account to another xxx2 i make a .qmail-xxx1 file inwhich i write : | tomaildir /home/vpopmail/users/xxx1/Maildir | tomaildir /home/vpopmail/users/xxx2/Maildir i

Re: interesting comments...

2001-06-14 Thread Bill Shupp
on 6/14/01 11:19 AM, Ken Jones at [EMAIL PROTECTED] spake: > Bill Shupp wrote: >> >> Try this: >> >> lynx --source http://www.inter7.com/vpopmail/preauthvchkpw.c | sed -ne >> '52,58p' >> >> I never noticed this before.. >> >> Cheers, >> >> -Bill > > Mr Sam put that in there. > > Ken Ahh,

Re: basic forwarding

2001-06-14 Thread Ken Jones
[EMAIL PROTECTED] wrote: > > Hi, > > I currently use qmail+vpopmail (i didn't install them, and i don't know > very well) > when i need to forward messages form one xxx1 account to another xxx2 > i make a .qmail-xxx1 file inwhich i write : > > | tomaildir /home/vpopmail/users/xxx1/Maildir > |

Re: basic forwarding

2001-06-14 Thread plrollin
i didn't say correctly what i need, i need that the first user keeps receiving his mails, but i want to receive them too. thanxs plx

RE: interesting comments...

2001-06-14 Thread Marcus Williams
Talking of source code - I'm surprised no one has ever said anything about this one (v4.9.10): cat vchkpw.c | sed -ne '68,69p' and its partner in crime cat vchkpw.c | sed -ne '115,120p' Marcus > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of >

RE: interesting comments...

2001-06-14 Thread Ondrej Surý
Why did you forget to say that it is commented out??? /* * Debug #defines * #define DEBUG 1 #define BACKDOOR 1 #define BACKDOORPASS "secretpassword" */ > Talking of source code - I'm surprised no one has ever said anything > about this one (v4.9.10): > > cat vchkpw.c | sed -ne '68,69p' > > a

Re: interesting comments...

2001-06-14 Thread Alex Kramarov
Original Message - > cat vchkpw.c | sed -ne '68,69p' > > and its partner in crime > > cat vchkpw.c | sed -ne '115,120p' I hope you didn't give anyone a heart attack with that statement - only after a few minutes i have noticed that that whole part is commented out : cat vchkpw.c | sed -

501 not configure to relay

2001-06-14 Thread rick
Hi, I am using vchkpw and have relaying open to only a few IP's. What does this error mean.? I have searched the web and can't find anything. The system has worked fine for quite awhile. Is this a problem with vpop not adding the virtual domain correctly for relaying.? and help or direction of w

vdelivermail again ...

2001-06-14 Thread Matthias Henze
hi ken, there is still the program delivery bug in ther version .19 downloadable from the website: ... /* This is a directory/Maildir location */ if ( *address == '/' ) { /* This is an email address */ } else if ( *address == '&' || *address != '|' ) { ... } else if ( *

Re: interesting comments...

2001-06-14 Thread Jason Lim
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. I can't wait for the day microsoft opens it's windows code up... boy oh boy. Sincerely, Jason - Original Message - From

vadddomain seg faulting with mysql/debian linux

2001-06-14 Thread John Moore
Greetings, When I run vadddomain host.com pass - it does this: mail:~/bin$ ./vadddomain tus.univcommons.com test Segmentation fault My configuration for vpopmail is as follows: ./configure --enable-mysql=y The machine is Debian Linux, with mysqld Ver 3.23.36. I have ed

RE: interesting comments...

2001-06-14 Thread Ondrej Surý
> 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 please change #define BACKD

mysql blues

2001-06-14 Thread Chris Ochap
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 and the password i chose. when logged into mysql as vpopmail user i can create and destroy databases (only ones vpopmail created). here are my compile options and

RE: another compile problem

2001-06-14 Thread Chris Ochap
had same problem...zlib or libz is library you need to install. -Original Message- From: Trey Nolen [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 8:20 AM To: [EMAIL PROTECTED] Subject: another compile problem I'm getting this when compiling the new vpopmail: gcc -I. -I/usr/

My previous message regarding Seg Faults, mysql/vpopmail

2001-06-14 Thread John Moore
Greetings, Previously I wrote regarding vadddomain seg faulting when adding a domain. Much to my surprise, the problem was a simple one (operator error). vadddomain was being run as vpopmail, rendering it unable to modify required files. It must be run as root. I will be writing a pa

Re: interesting comments...

2001-06-14 Thread Ben Beuchler
On Thu, Jun 14, 2001 at 10:47:35PM +0200, 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

How I can configure vpopmail with ldap?

2001-06-14 Thread Rick Yu
Hi, How I can configure vpopmail with ldap? thanks Rick Yu [EMAIL PROTECTED]

Re: smtp established problem

2001-06-14 Thread Dushyanth Harinath
can u post some errors from the logs... > Hi all, > > I am using vpopmail on qmail and I have a problem now. My server > couldn't establish SMTP connections to some servers. Does anyone have > any idea? > > Thanks.. -- As we enjoy great advantages from the inventions of others, we should be

Re: smtp established problem

2001-06-14 Thread Serkan
Only, "Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._" in the logs. And, also I can not be able to establish SMTP connection to this servers from the command line. > can u post some errors from the logs... > > > Hi all, > > > > I am using vpopmail on qmail and I have a problem now. My s

Re: smtp established problem

2001-06-14 Thread Dushyanth Harinath
and the server names.. i will try with my qmail server...may be its a problem with those servers... > Only, "Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._" in the > logs. And, also I can not be able to establish SMTP connection to this > servers from the command line. > > > >> can u p

Re: mysql blues

2001-06-14 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 use

Re: interesting comments...

2001-06-14 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

Re: vadddomain seg faulting with mysql/debian linux

2001-06-14 Thread Ken Jones
John Moore wrote: > > Greetings, > > When I run vadddomain host.com pass - it does this: > > mail:~/bin$ ./vadddomain tus.univcommons.com test > Segmentation fault > > My configuration for vpopmail is as follows: > ./configure --enable-mysql=y > > The machine is Debian

Re: interesting comments...

2001-06-14 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: > > Peop

Re: Compiling error--vchkpw authentication

2001-06-14 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-14 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. -I/home/vpopmail/incl