Re: changing virtual domain name

2001-06-04 Thread Ken Jones
Lu writes: Is there any way to painlessly rename a virtual domain name without deleting and re-creating ? Rename the directory mv /home/vpopmail/domains/old name /home/vpopmail/domains/new name Then edit these files and change the name: /var/qmail/control/rcpthosts

Re[2]: Anyone using the filtering extensions?

2001-06-04 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Ken, Thursday, May 31, 2001, 9:28:00 PM, you wrote: [EMAIL PROTECTED] is working on a new filter/spam package that should fit in well with qmail and vpopmail users. I think he will have a working version within the next few weeks. Do you plan to

question

2001-06-04 Thread yangqw
make all-recursive Making all in cdb ( cat warn-auto.sh; \ echo CC=\'`head -1 conf-cc`\'; \ echo LD=\'`head -1 conf-ld`\'; \ cat find-systype.sh; \ ) | sh systype ( cat warn-auto.sh; \ echo 'main=$1; shift'; \ echo 'rm -f $main'; \ echo 'ar cr $main ${1+$@}'; \ case `cat systype` in \

4.10.12 : errors in vauth .c

2001-06-04 Thread Justin Heesemann
Hi.. # ./configure --enable-mysql=y --enable-roaming-users=y \ -enable-valias=y --enable-incdir=/usr/local/mysql/include/mysql/ \ --enable-qmail-ext=n --enable-auth-logging=y vpopmail directory = /home/vpopmail uid = 10050 gid = 10050 ip alias =

Re: 4.10.12 : errors in vauth .c

2001-06-04 Thread Ken Jones
I had not tested 4.10.12 with --enable-auth-logging=y It is fixed in 4.10.14 http://www.inter7.com/vpopmail/vpopmail-4.10.14.tar.gz Try that Ken Justin Heesemann writes: Hi.. # ./configure --enable-mysql=y --enable-roaming-users=y \ -enable-valias=y

redundant mysql replication

2001-06-04 Thread Ken Jones
Hey Folks, I wonder if anyone who knows about mysql replication can answer some questions. We are thinking of setting up a replicated mysql layout with the following: two master servers four slave servers 1) does having two master servers make sense? It seems like slaves will only talk to

Re: redundant mysql replication

2001-06-04 Thread Krzysztof Dabrowski
two master servers four slave servers 1) does having two master servers make sense? It seems like slaves will only talk to one master server. So if the master fails there is no automatic way to have them fail over to a secondard master. Is that true? Yes. They are working on multiple master

Re: redundant mysql replication

2001-06-04 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Ken, Monday, June 04, 2001, 12:19:00 PM, you wrote: I wonder if anyone who knows about mysql replication can answer some questions. Lemme say it this way: we use it. We are thinking of setting up a replicated mysql layout with the following: two

defferal mails

2001-06-04 Thread Serkan
Hi all, I can not send mails to my local domain. This is the log for defferal mails: delivery 83: deferral: Uh-oh:_.qmail_has_prog_delivery_but_has_x_bit_set._(#4.7.0) What may be the problem? Thanks

Re: defferal mails

2001-06-04 Thread David Gartner
Serkan, Just in case you don't know how (not meaning to be insultive ^^;;), that command is: chmod 600 /path/to/your/.qmail -David Serkan wrote: Hi all, I can not send mails to my local domain. This is the log for defferal mails: delivery 83: deferral:

Re: defferal mails

2001-06-04 Thread David Gartner
Serkan, The .qmail file will be in the directory of the person who your sending the email to. Like if I was getting that error message when I sent to dgartner, I would change the permissions on the .qmail file in /home/dgartner. Since .qmail starts with a period, you'll have to do an ls -a to

RE: redundant mysql replication

2001-06-04 Thread Chris Bolt
1) does having two master servers make sense? It normally doesn't work as the master servers don't know of updates made to tables of the other master. Now if you can clearly separate all records between the two masters (i.e. table XX does only exist on master1, while YY only exists on

RE: defferal mails

2001-06-04 Thread Chris Bolt
Serkan, The .qmail file will be in the directory of the person who your sending the email to. Like if I was getting that error message when I sent to dgartner, I would change the permissions on the .qmail file in /home/dgartner. Since .qmail starts with a period, you'll have to do an ls

Re[2]: redundant mysql replication

2001-06-04 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Chris, Monday, June 04, 2001, 6:44:21 PM, you wrote: master1, while YY only exists on master2), it should work. What I can't say without looking up in the doc is whether a slave can be slave of two masters at the same time. Not true, you can do

RE: Error trying to compile Vpopmail with Mysql - please help

2001-06-04 Thread Tim Hunter
from a previous post - I had not tested 4.10.12 with --enable-auth-logging=y It is fixed in 4.10.14 http://www.inter7.com/vpopmail/vpopmail-4.10.14.tar.gz Try that Ken end snip -Original Message- From: oldarnie [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001

Re: question

2001-06-04 Thread Rick Updegrove
From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Current working directory /opt/vpopmail-4.9.6 You should probably try the Current stable version first. http://www.inter7.com/vpopmail/vpopmail-4.9.10.tar.gz Rick Up

Re: Error trying to compile + new mysql replication release

2001-06-04 Thread oldarnie
Roger Arnold wrote: Hello Ken, Thanks for the reply. I have been reading through vpopmail-4.10.14 and am a little confused regarding vmysql.h and it's modification. How do you configure vmysql.h to use a single server instead of multiple servers? I am not that sure about mysql as a single

Where is the authlib directory

2001-06-04 Thread burrett
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 where is the directory? I couldn't find it in the vpopmail-4.10.14 source directory, nor can I

RE: Where is the authlib directory

2001-06-04 Thread Tim Hunter
FYI I just upgraded my vpopmail from 4.9.10 to 4.10.14 and I didn't change a thing for my sqwebmail to continue working. That being said I do plan to upgrade to a newer sqwebmail soon. -Original Message- From: burrett [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 4:11 PM To:

valias: command processing ?

2001-06-04 Thread Justin Heesemann
Hi.. after testing for several hours without success, i'd like to know, if anybody else is able to process commands with valiases. i added an alias with ./valias -i |/home/httpd/test.php [EMAIL PROTECTED] and it shows up correctly in the valias mysql table. when i send a mail to [EMAIL

Re: valias: command processing ?

2001-06-04 Thread Justin Heesemann
addition: i'm using 4.10.14... vdelivermail.c: ___ int run_command_alias(char *command) { char *tmpstr; int i=0,j=0; int file_count; int pim[2]; unsigned long pid; char **binargs; char **startbin; int status; return(0); __ err.. :) damn. i

Re: LDAP Errors, compile warnings and Assertions

2001-06-04 Thread Philip Wall
Hi Ken, I did manage to get it to compile with LDAP 2.0.7 now. With a configure like of ./configure --enable-sqwebmail-pass=y --enable-logging=y --enable-passwd=n --enable-ldap=y I am still getting these warnings during compile vauth.c: In function `vauth_getpw': vauth.c:79: warning: too many

convert to clear passwords ?

2001-06-04 Thread Alex Kramarov
Hello. I am checking out the clear passwords function on vpopmail with mysql and I was wandering if there is a way to convert an existing domain to clear passwords - I guess, what I am actually asking, is there a way to get the original password from the crypt currently stored instead? Alex.

Re: convert to clear passwords ?

2001-06-04 Thread Justin Heesemann
Hello. I am checking out the clear passwords function on vpopmail with mysql and I was wandering if there is a way to convert an existing domain to clear passwords - I guess, what I am actually asking, is there a way to get the original password from the crypt currently stored instead? no.

Compiling Problems 4.10.14.

2001-06-04 Thread Ryan Duda
Under FreeBSD 4.3-S gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c vauth.c vauth.c: In function `vcreate_ip_map_table': vauth.c:830: `res' undeclared (first use in this function) vauth.c:830: (Each undeclared identifier is reported only once vauth.c:830: for each function it appears in.)