multilog and Informix engine?

1999-11-27 Thread John White
Has anyone familiar with the Informix database engine thought about using multilog to assist with the management of Informix physical and logical logs? Just curious... John White

Re: qmail dies, over and over........

1999-11-27 Thread Brian Reichert
On Fri, Nov 26, 1999 at 11:25:57PM -0200, Gustavo V G C Rios wrote: > Dear gentleman. > > I am trying to run qmail, using FreeBSD 3.3Stable, but it dies about 2 > times a month. > > Have you ever faced anything such that ? > What you wizard suggest me to do ? Give us info: for example: - The m

Re: Virtual domains running on two mailservers

1999-11-27 Thread Russell Nelson
Technicka podpora writes: > My question is: Is it possible to use same virtual domain on > two mailservers? When I send a mail to [EMAIL PROTECTED], mail > will come to the first mailserver and when no nobody user exists, > then that mail will be forwarded to next mailserver? > How ca

Re: relay

1999-11-27 Thread Russell Nelson
Magnus Bodin writes: > You could do this at one line in that very .qmail-file: > > | perl -e 'if ($ENV{DEFAULT} =~ /\%/) { print "We do not relay";exit 100;} > > which checks the address and bounces them containing a %. The problem is that the SMTP server accepts the message. Most relay c

Re: relay

1999-11-27 Thread Magnus Bodin
On Sat, Nov 27, 1999 at 06:24:28PM +0100, Hans Sansdalen wrote: > Hi > > I'm used to sendmail, the the response "We do not relay" when > people use "%...@domain" in the to field. I have tried to > make qmail give some response of the same kind, but I haven't > succeded. Tried the wildmat-0.2-p

relay

1999-11-27 Thread Hans Sansdalen
Hi I'm used to sendmail, the the response "We do not relay" when people use "%...@domain" in the to field. I have tried to make qmail give some response of the same kind, but I haven't succeded. Tried the wildmat-0.2-patch, but it was not for version 1.03? I have installed qmail-1.03-antispam

QMAIL vpopmail and mailman

1999-11-27 Thread Travis Llewellyn
Hello eveyone, I have a problem and I am not sure where to go to find out the answer so I will ask here and the oher lists :). Here is what I have QMAIL is running in /var/qmail and vpopmail is running in /home/vpopmail and mailman(listmanager) is running in /domains/domain.com/mailman. In /hom

Maildir format

1999-11-27 Thread Subba Rao
I have opted to use Maildir format over mbox. The MDA in use is maildrop. Except for the inbox/spool directory, all the folders that maildrop uses are mbox format. The folders maildrop uses are in ~/Mail while the incoming spool is ~/Maildir. I thought one of the benifits of Maildir, is to have

Virtual domains running on two mailservers

1999-11-27 Thread Technicka podpora
Hi, My question is: Is it possible to use same virtual domain on two mailservers? When I send a mail to [EMAIL PROTECTED], mail will come to the first mailserver and when no nobody user exists, then that mail will be forwarded to next mailserver? How can I set it up? Thanks for Your a

Re: Stripping html from .qmail

1999-11-27 Thread Russell Nelson
Steve Vertigan writes: > I'm thinking of writing a perl script to be called from a .qmail file > that will check a message for html encoding and kill it if it does. > Partly because I'm sick of seeing html on lists and partly because it > seems like a good bozo filter. So anyway before I do p

RE: Stripping html from .qmail

1999-11-27 Thread David Harris
steve [mailto:steve] On Behalf Of Steve Vertigan wrote: > I'm thinking of writing a perl script to be called from a .qmail file > that will check a message for html encoding and kill it if it does. > Partly because I'm sick of seeing html on lists and partly because it > seems like a good bozo fi

Re: Stripping html from .qmail

1999-11-27 Thread Olivier M.
On Sat, Nov 27, 1999 at 05:09:20AM +, Steve Vertigan wrote: > I'm thinking of writing a perl script to be called from a .qmail file > that will check a message for html encoding and kill it if it does. Converting html to txt using lynx -dump would be even better, don't you think so ? :) Gree

qmail Digest 27 Nov 1999 11:00:01 -0000 Issue 832

1999-11-27 Thread qmail-digest-help
qmail Digest 27 Nov 1999 11:00:01 - Issue 832 Topics (messages 33634 through 33652): Re: Relay Problem 33634 by: Timothy L. Mayo 33649 by: IT Personal 33650 by: Anand Buddhdev 33651 by: Ranjan Koirala Re: Moderating ezmlm 33635 by: Fred Lindberg Ser

Stripping html from .qmail

1999-11-27 Thread Steve Vertigan
I'm thinking of writing a perl script to be called from a .qmail file that will check a message for html encoding and kill it if it does. Partly because I'm sick of seeing html on lists and partly because it seems like a good bozo filter. So anyway before I do pick up my hammer and chisel I'm won

Re: Relay Problem

1999-11-27 Thread Ranjan Koirala
Hi, Thank you for your response. So that means if I receive mail for abc.com zxy.org bac.gov I should put ONLY these domains on my /var/qmail/control/rcpthosts file and everything should be ok. Ande qmail will automatically accepts mail only from those IPs mentioned on /etc/tcp.smtp files. KK

Re: Relay Problem

1999-11-27 Thread Anand Buddhdev
On Sat, Nov 27, 1999 at 01:57:12PM +0300, IT Personal wrote: > Hi, > > I did take off the > :allow > entry from my /etc/tcp.smtp file now it looks like this > > 202.51.69.:allow,RELAYCLIENT="" > 127.:allow,RELAYCLIENT="" > > and I did the create the complied > tcp.smtp.cdb file and run the

Re: Relay Problem

1999-11-27 Thread IT Personal
Hi, I did take off the :allow entry from my /etc/tcp.smtp file now it looks like this 202.51.69.:allow,RELAYCLIENT="" 127.:allow,RELAYCLIENT="" and I did the create the complied tcp.smtp.cdb file and run the /usr/local/bin/tcpserver with -x /etc/tcp.smtp.cdb But still my mail server is ope