Syntax error in the code. It will be fixed.
You can change it yourself for the moment:
vmysql.c line 830 change:
res = mysql_store_result(&mysql_update);
To:
res_update = mysql_store_result(&mysql_update);
also modify line 858 in the same way
Thanks for finding it ;)
Ken Jones
Ry
No,
I need to go through Kris's dbfunction code to get
a good way on how to exec programs. Hopefully I
can get this done today.
Ken
Justin Heesemann writes:
> addition:
>
> i'm using 4.10.14...
> vdelivermail.c:
>
> ___
> int run_command_alias(char *command)
> {
> char *t
The authlib directory is in the sqwebmail package.
burrett writes:
> Roger Arnold wrote:
>
> Hello All,
>
> I have just downloaded "vpopmail-4.10.14" and noticed on the download
> page that if "sqwebmail" is going to be used, a file has to be changed
> in the "authlib" directory,
> so whe
Good point. This mysql replication stuff should probably get
a good READ me file too.
Here is what is in the vmysql.h file now:
/* Edit to match your set up
*
* If you are NOT using mysql replication:
* Then edit the UPDATE server with your mysql authentication
* information. The READ server
Gabriel Ambuehl writes:
> -BEGIN PGP SIGNED MESSAGE-
>
> Hello Ken,
>
> Monday, June 04, 2001, 6:11:37 PM, you wrote:
>
>> There is on read only server defined, where all the
>> reads go to. If the connection to the read server fails
>> then as a last resort it will try to connect t
-BEGIN PGP SIGNED MESSAGE-
Hello Ken,
Tuesday, June 05, 2001, 12:00:35 PM, you wrote:
>> What about an customizable number of read only machines of which
>> vpopmail chooses one, by round robin, for example?
> I guess we could do that. It would be easier to impliment a
> list of servers
Gabriel Ambuehl writes:
> -BEGIN PGP SIGNED MESSAGE-
>
> Hello Ken,
>
> Tuesday, June 05, 2001, 12:00:35 PM, you wrote:
>
>>> What about an customizable number of read only machines of which
>>> vpopmail chooses one, by round robin, for example?
>> I guess we could do that. It would
Hi -
[this message is probably only of interest to people running a
development version of vpopmail (post 4.10.3) with their domains on
NFS mounted drives]
I noticed in a recent version of vpopmail (version 4.10.3), the
delivery method (deliver_mail) has stopped delivering to the
Maildir/tmp (fr
Marcus Williams writes:
> Hi -
>
> [this message is probably only of interest to people running a
> development version of vpopmail (post 4.10.3) with their domains on
> NFS mounted drives]
>
> I noticed in a recent version of vpopmail (version 4.10.3), the
> delivery method (deliver_mail) ha
Hi -
Thats fair enough! Okay, so the next question is - does this matter at
all for vpopmail? If it does I can put a patch together that does this
and submit it to you if you want. If it doesnt then I can put a patch
up on a website if anyone wants it which I'll try to keep up to date
with vpopma
Marcus Williams writes:
I think this new version will be more to your liking.
Please review the code and see if it looks okay to you.
I tested it on our NFS system and it seemed to work.
But I have not volume tested it.
Ken
PS: Thanks for bringing this up. It needed to be updated.
> Hi -
Oops, I forgot to put a url. It has been a long day
already.
http://www.inter7.com/vpopmail/vpopmail-4.10.15.tar.gz
Ken Jones writes:
>
>
> I think this new version will be more to your liking.
> Please review the code and see if it looks okay to you.
> I tested it on our NFS system and it
I've successfully built vpopmail 4.10.9 on a Solaris 7 box, and I'm now
testing it. There seems to be a problem delivering mail. I get this
message in my log file:
@40003b1d00f22f937f2c delivery 1: deferral:
Unable_to_switch_to_/var/qmail/vpopmail/domains/covad.local:_file_does_not_e
xist.
I am just moving to a NFS server. This is something I would definately
want. Please let me know what becomes of this.
---
Brad Dameron
Network Account Executive
TSCNet Inc.
Hi,
I'm using courier-imap 1.3.8.1, and vpopmail 4.9.7. After pop3 auth, i
have updated user record in lastauth table. Is there any posibility
to have the same update after imap authorization? Have anyone of You wrote
that patch to vpopmail or courier-imap?
__
> -Original Message-
> From: Ken Jones [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 05, 2001 3:01 AM
> To: Gabriel Ambuehl
> Cc: [EMAIL PROTECTED]
> Subject: Re: Error trying to compile + new mysql replication release
>
> I guess we could do that. It would be easier to impliment a
> l
Wojciech Smolkowski writes:
> Hi,
>
> I'm using courier-imap 1.3.8.1, and vpopmail 4.9.7. After pop3 auth, i
> have updated user record in lastauth table. Is there any posibility
> to have the same update after imap authorization? Have anyone of You wrote
> that patch to vpopmail or courier-ima
Hi Folks,
I'm trying to build sqwebmail-2.1.0.
Unfortunately when I run: ./configure --with-htmllibdir=/var/www/html
--with-module=authvchkpw --enable-webpass=vpopmail --enable-webpass=yes
The config process just loops, and loops, and loops. It never stops.
I tried 2.0.0 as well, same problem
It is not looping. It is running configure in a whole
lot of directories. Just be patient. It will end.
Ken
Qmail writes:
> Hi Folks,
>
> I'm trying to build sqwebmail-2.1.0.
>
> Unfortunately when I run: ./configure --with-htmllibdir=/var/www/html
> --with-module=authvchkpw --enable-web
Ok,
It did configure, of course...
However, I have:
CPPFLAGS="-I/usr/include/mysql"
LDFLAGS="-L/usr/lib/mysql"
Set and exported.
But I still get:
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vupdate_rules':
/root/vpopmail-4.10.14/vauth.c:761: undefined reference to
`mysql_
On Tue, 5 Jun 2001, Qmail wrote:
> Ok,
>
> It did configure, of course...
>
> However, I have:
>
>CPPFLAGS="-I/usr/include/mysql"
>LDFLAGS="-L/usr/lib/mysql"
you need to add "-lmysqlclient" maybe to LDFLAGS, look in the
Makefile.
>
> Set and exported.
>
> But I still get:
>
> /home/vpop
Still no dice:
gcc -I/home/vpopmail/include -lmysqlclient -Wall -I.. -I./..
-L/home/vpopmail/lib -L/usr/lib/mysql -o authvchkpw modauthvchkpw.o
libauthmod.a libauth.a ../md5/libmd5.a ../sha1/libsha1.a -lvpopmail -lm
-lcrypt
.
.
.
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vwrite_
Ken,
Here is a patch to fix some compilation problems found in vpopmail
4.10.15.
--
Antonio Dias
diff -urN vpopmail-4.10.15.orig/vauth.h vpopmail-4.10.15/vauth.h
--- vpopmail-4.10.15.orig/vauth.h Tue Jun 5 13:05:05 2001
+++ vpopmail-4.10.15/vauth.hWed Jun 6 02:18:47 2001
@@ -54
Please tell me how to unsubscribeI've tried couple of times but it didn't
work.
Gravity is not just a good idea, it's the law !
Hi!
has anyone encounter this before?
I have send a simple one liner text e-mail to myself - attaching a 3,374,573
bytes file (on windows m/c).
However, in the qmail log file - it register as 4,559,695 bytes.
I attributed, initially, that it is due to the fact that they are on
different file sy
At a guess I would say it is because when you attach a file it is converted
to base64 or mime which is 7 bit. So for every 8 bits you only get 7 bits of
data. Therefore an attachment uses much more space than the original file.
Bjorn Nilsen
Manux Solutions Ltd
> -Original Message-
> Fr
26 matches
Mail list logo