dns and databytes patch for ofmipd

2001-02-01 Thread Will Harris
If anyone wants the patch, it can be found at http://will.harris.ch/ofmipd-dns-databytes.tar.gz regards, Will Harris __ "I was going to be a Neo-Deconstructivist, but Mom wouldn't let me..."

HELP! qmail-local choking for only one user

2000-06-20 Thread Will Harris
Since yesterday evening, one of my users has not been receiving mail. Everyone else, including me, continues to receive/send mail with no problems. Here's a typical log sequence: 2000-06-20 08:54:18.530389500 starting delivery 50923: msg 124573 to local [EMAIL PROTECTED] 2000-06-20 08:54:18.

Re: Run perl script

2000-06-10 Thread Will Harris
>I want to run perl script and do some actions if comes mail on >[EMAIL PROTECTED] So I created .qmail-test file with contents: > | ./perlscript.pl > >Problem now is how to import this mail into script and parse it. Any idea >or >example script? The mail is available on STDIN. Anyt

Re: Does someone knows what is this about?

2000-06-05 Thread Will Harris
My 2 rappen/centimes: >Second (or higher) level relay _is_ a false positive. No it's not - positive is positive. You provide relaying or you don't. Are you or are you not responsible for maintaining some standard of net ethics? >My ISP has >been listed recently because they're doing a sm

Re: $HOME/Mailbox delivery

2000-06-05 Thread Will Harris
On 14:24 5.06.2000, Petr Novotny could be heard musing >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Hi, > >this guy has set up qmail with $HOME/Mailbox delivery. Now he >wants to use ipop3d (part of uw-imap, he uses the RedHat 6.2 >package) with $HOME/Mailbox. Do you have any idea ho

Caveat - Re: SMTP SIZE command revisited (new patch)

2000-05-31 Thread Will Harris
>I've extended the little patch I wrote earlier to make qmail fully RFC >1870 compliant, including the extended MAIL FROM ... SIZE syntax. > >You can also get it from my website, http://will.harris.ch. Just a quick caveat - using this patch assumes that you *do* have a databytes file... othe

SMTP SIZE command revisited (new patch)

2000-05-31 Thread Will Harris
I've extended the little patch I wrote earlier to make qmail fully RFC 1870 compliant, including the extended MAIL FROM ... SIZE syntax. You can also get it from my website, http://will.harris.ch. regards, Will *** qmail-smtpd.c.orig Mon May 29 11:54:41 2000 --- qmail-smtpd.c Wed May 31

Re: SMTP SIZE command?

2000-05-30 Thread Will Harris
t's > declared size exceeds its fixed size limit (if any), but it need not > detect "temporary" limitations on message size." > >Won´t we need this extra feature do use the SIZE extention properly? > >I am asking this AFTER I put Will Harris patch to

Re: SMTP SIZE command? --> Ignore previous post!!!

2000-05-29 Thread Will Harris
Sorry, I just realised I forgot about the "-" conventions... this is the correct patch. regards, Will At 20:11 27.05.2000, Jim Breton wrote: >Are there any patches available that will make qmail support the RFC 1870 >SMTP SIZE extension? > >(I tried searching the ORNL list archive but sinc

Re: SMTP SIZE command?

2000-05-29 Thread Will Harris
At 20:11 27.05.2000, Jim Breton wrote: >Are there any patches available that will make qmail support the RFC 1870 >SMTP SIZE extension? > >(I tried searching the ORNL list archive but since the word "size" is >returned with every response, my search was useless and returned tons of >irreleva

How does qmail-remote behave?

2000-05-23 Thread Will Harris
I noticed something in the logs of my server... - I shut qmail down - I noticed a bunch of qmail-remote processes still attempting delivery to sites which I knew were down, so I killed them - Checked/doublechecked that all qmail-related processes are dead - I restarted qmail Some messages hangi

Re: How to apply a patch and conserve Bruce G's structure?

2000-05-18 Thread Will Harris
>Ok, any constructive tips besides the mud-throwing? Here's something simple, assuming you don't mind a little patch. In qmail-smtpd.c, replace the addrallowed function with the following: int addrallowed() { int r; int i,seenAt = 0; r = rcpthosts(addr.s,str_len(addr.s)); if (r =

Re: AntiSpam police.

2000-05-11 Thread Will Harris
I don't think you need to control for this at all (if I'm understanding your mail correctly). The "percenthack", i.e. mails of the form [EMAIL PROTECTED], is disabled in qmail by default. It will appear that qmail-smtpd accepts a percenthack mail, but qmail-send will reject it unless the dom

Re: restarting qmail quickly

2000-05-08 Thread Will Harris
At 13:32 8.05.2000, Tim Gollschewsky wrote: >Hi, > >I'm trying to write some scripts, and my script add lines to smtproutes, I >believe qmail must be restarted when you do this, yes? No, smtproutes is read by qmail-remote each time it is spawned, so you don't need to restart. Hopefully thi

Re: scan4virus

2000-05-08 Thread Will Harris
>QMAILQUEUE="/var/qmail/bin/antivirus-qmail-queue.pl" export >QMAILQUEUE > >env - PATH="/var/qmail/bin:/usr/local/bin" \ >tcpserver -H -R -x /etc/tcp.smtp.cdb -c100 -u503 -g502 0 smtp \ >/var/qmail/bin/qmail-smtpd 2>&1 > /dev/null & >echo "smtp" >

Re: queue-fix 1.4 won't compile on IRIX6.5.3m

2000-04-26 Thread Will Harris
At 21:50 24.4.2000, John McCoy, Jr wrote: >I've been trying to figure this one out with no luck. > >When compiling queue-fix it gives the following error: >./makelib str.a str_len.o str_diff.o str_diffn.o str_cpy.o \ >str_chr.o str_rchr.o str_start.o byte_chr.o byte_rchr.o \ >

Re: QMAIL 1.03 SMTP antispam filter patch

2000-04-26 Thread Will Harris
At 15:23 26.4.2000, Laura Donovan wrote: >Hello, > >I am currently testing out the QMAIL 1.03 SMTP antispam filter patch - >http://www.geocities.com/SiliconValley/Peaks/5799/qmail-uce.html - and >was wondering if anyone else has tried it or heard anything about it. >Also, the README says to

Re: qmail-smtpd logging

2000-04-06 Thread Will Harris
At 10:35 6.04.2000, Jan Stifter wrote: >hello all, >i start qmail-smtpd with > >*** beg of qmail-smtpd ># /sbin/init.d/qmail-smtpd ># symbolic links in ># /sbin/rc2.d >export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin > >case "$1" in >start) >echo "Starting qmail-smt

Re: Perl regex patch for badmailfrom envelope

2000-04-04 Thread Will Harris
On 15:34 4.04.2000, Dave Sill could be heard musing >"Will Harris" <[EMAIL PROTECTED]> wrote: > >>I have embedded a Perl engine >>into qmail-smtpd which allows you to use Perl's excellent pattern matching >>system. > >Have you analyzed

Re: permissions on messages

2000-04-04 Thread Will Harris
At 22:45 3.04.2000, Jennifer Tippens wrote: >Is there a good way of changing the mode on all incoming messages to a >certain user? I need the messages to be read/writable by all members of the >primary group and not only to the user. I thought I could maybe do something >in the .qmail file.

Re: RFC: Qmail Anti-Spam HOWTO

2000-04-04 Thread Will Harris
>However it doesn't explain how to do do what I want. I want to check all >incoming messages to see if they're on DUL, ORBS, RSS, RBL or whatever >and if so add a header to the message, say an "X-Spam-Warning: DUL" or >the like. I know this is a trivial one line config option for Exim, but >I

Re: Perl regex patch for badmailfrom envelope -- Re: Poor documentation of anti-spam options?checks

2000-04-04 Thread Will Harris
At 10:28 4.04.2000, Uwe Ohse wrote: >On Tue, Apr 04, 2000 at 10:47:38AM +0100, Will Harris wrote: > >> /172.(?:1[6-9]|2[0-9]|31).[0-9]+.[0-9]+$/ >> >> One line, nice and simple. > >add "wrong". > >1.172.31.111 > >You should really us

Re: Perl regex patch for badmailfrom envelope -- Re: Poor documentation of anti-spam options?checks

2000-04-04 Thread Will Harris
On 20:38 3.04.2000, Barbara Koch-Hoffmann could be heard musing >Hi, > >it seems that we continously revent the wheel.. > >1. This patch does already exist (see below). >2. All the SPAM discussion is a ricochet of the old stuff - why doesn't >qmail have a good documentation. > >Pl

Perl regex patch for badmailfrom envelope checks

2000-04-03 Thread Will Harris
I've made a patch which allows you to use a new control file, badmailfromperl, to specify Perl regular expressions to be used when checking the validity of the envelope sender. http://will.harris.ch/bmf-perl.tar.gz regards, Will

ezmlm choking with bounced probes! what's up?

2000-03-23 Thread Will Harris
Hi folks, I'm using ezmlm-idx to manage a bunch of lists. For one of the lists, I want a notification when the a probe message bounces before the user is automatically unsubscribed (I don't know if there is an option for this already). I have set up an additional .qmail-testlist-return-probe

Re: strange messages hanging in queue

1999-12-03 Thread Will Harris
Petr Novotny wrote: > > 2 Dec 1999 16:51:48 GMT #225302 3891 <#@[]> > > remote [EMAIL PROTECTED] > > > > note the strange "from" address #@[]. > > It's what qmail uses for double bounces (ie. the letter bounced > back to envelope sender, and the bounce bounced as well). not particula

strange messages hanging in queue

1999-12-03 Thread Will Harris
mote mailer, but I'd like to prevent the problem on the qmail end if possible. regards, Will Harris