SV: qmailanalog

2001-06-22 Thread Pål Fr. Johansen



-Pa°L


-Opprinnelig melding-
Fra: Henning Brauer [mailto:[EMAIL PROTECTED]]
Sendt: 21. juni 2001 12:05
Til: Qmail Mailing List
Emne: Re: qmailanalog


On Wed, Jun 20, 2001 at 08:22:46PM -0600, Charles Cazabon wrote:
> This script may have
> bash-specific constructions, 

> s_year=`date -d '1 day ago' +%Y`
> s_month=`date -d '1 day ago' +%m`
> s_day=`date -d '1 day ago' +%d`

This works only with GNU date - the original date doesn't have -d.

Your script is nice, though.

> for ana in zoverall zddist zdeferrals zfailures zrhosts zsuids zrxdelay;
do

Well, for mailservers beeing somehow busy I'd _really_ avoid at least
zrhosts and zrxdelay - these lists become ___very___ long. If you aren't
running a virtual user setup I'd also avoid zsuids.

I found qmail-mrtg (the version that doesn't use qmail-analog) very helpful.

Greetings

Henning

-- 
* Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de *
* Roedingsmarkt 14, 20459 Hamburg, Germany   *
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)



SV: Rewrite (.*)@foo.com to \\1@bar.net

2001-06-22 Thread Pål Fr. Johansen

I am helpless   !!!

My girlfriend SUCKS anyone that helps me out of thisqmail-list...I am
pissed

-Pa°L


-Opprinnelig melding-
Fra: peter green [mailto:[EMAIL PROTECTED]]
Sendt: 18. juni 2001 14:22
Til: [EMAIL PROTECTED]
Emne: Re: Rewrite (.*)@foo.com to \\[EMAIL PROTECTED]




SV: qmail + LDAP + Solaris + Big number of mailboxes

2001-06-22 Thread Pål Fr. Johansen

So, anyone!??  tell me how I get out of this list...
here is my headder:

Received: from be.wise.no ([194.143.56.137]) by wtmail1.wt with SMTP
(Microsoft Exchange Internet Mail Service Version 5.5.2650.21)
id NNQWM0DP; Fri, 22 Jun 2001 14:45:13 +0200
Received: (qmail 4453 invoked from network); 22 Jun 2001 11:43:25 -
Received: from unknown (HELO muncher.math.uic.edu) (131.193.178.181)
  by be.wise.no with SMTP; 22 Jun 2001 11:43:25 -
Received: (qmail 669 invoked by uid 1002); 22 Jun 2001 11:45:14 -
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
Delivered-To: mailing list [EMAIL PROTECTED]
Received: (qmail 30061 invoked from network); 22 Jun 2001 11:45:13 -
Received: from ip212-226-134-157.adsl.kpnqwest.fi (212.226.134.157)
  by muncher.math.uic.edu with SMTP; 22 Jun 2001 11:45:13 -
Received: (qmail 30172 invoked from network); 22 Jun 2001 11:45:54 -
Received: from unknown (HELO ssh.com) (127.0.0.1)
  by ip212-226-134-157.adsl.kpnqwest.fi with SMTP; 22 Jun 2001 11:45:54
-
Sender: jacksonm
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 22 Jun 2001 14:45:54 +0300
From: Mike Jackson <[EMAIL PROTECTED]>
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.3-20mdk i686)
X-Accept-Language: en
MIME-Version: 1.0
To: =?iso-8859-1?Q?Jes=FAs=20Arn=E1iz?= <[EMAIL PROTECTED]>
CC: qmail <[EMAIL PROTECTED]>
Subject: Re: qmail + LDAP + Solaris + Big number of mailboxes
References: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

-Pa°L



SV: GHOSTS AND ASSHOLES

2001-06-22 Thread Pål Fr. Johansen

My ISP does not suport RETURN-PATH ...!!!

-Pa°L




SV: relay problem

2001-05-25 Thread Pål Fr. Johansen

SoHOW THE F.. DO I UNSUBSCRIBE, from this...amazing mail-list ?

PLEASE SOMEONE HELP !


-Pa°L


-Opprinnelig melding-
Fra: Dave Sill [mailto:[EMAIL PROTECTED]]
Sendt: 25. mai 2001 15:08
Til: [EMAIL PROTECTED]
Emne: Re: relay problem


Radoslaw Tomczyszyn <[EMAIL PROTECTED]> wrote:

>I'm using qmail with tcpserver and have some problems with relay. 
>I set all needed sets of relay in tcp.smtp and qmtp.tcp 
>With masquerade ips it works fine - no problem but i want to relay other
>class of ip 195.205.148. I wrote to files (tcp.smtp and so on) and
>tcpserver is accepting connections and meesages but qmail doesn't send
>them to the world. All those messages stay in mess folder. 
>What's wrong ?

You've misconfigured something.

If my response is unhelpful, it's because you've supplied insufficient
information. Show us the contents of your config files and relevant
log entries, at a minimum.

-Dave



Unsubscribe Me

2001-05-18 Thread Pål Fr. Johansen

Unsubscribe




SV: filtering with perl

2001-03-22 Thread Pål Fr. Johansen

UNSUBSCRIBE

-Pa°L


-Opprinnelig melding-
Fra: Todd Finney [mailto:[EMAIL PROTECTED]]
Sendt: 22. mars 2001 11:22
Til: [EMAIL PROTECTED]
Emne: filtering with perl


I've been thrashing at this for a couple of hours, and I'm starting to 
wonder if I'm even on the right track.

The short question:
I'd like to strip a few headers from messages sent to a particular 
address, for the purpose of setting up a anonymous remailer for a 
mailing list.  I have a small perl script that I think should do this, 
but it isn't working.   Is this possible without qmail-filter?  It 
seems like it should be, but I'm starting to doubt it.


The longer question:
I have set up the appropriate .qmail file, which points to a file 
inside DIR called anonymizer.  Inside that file is:

|/usr/local/bin/ezmlm/anonymizer.pl
|/usr/local/bin/ezmlm/ezmlm-send '/home/list/test'

anonymizer.pl, in its barest form, is this:

#!/usr/bin/perl
my $from = 'From: [EMAIL PROTECTED]';
my $list = 'To: [EMAIL PROTECTED]';
while (<>) {
 s/From:\s.+$/$from/o;
 s/To:\s.+$/$list/o;
}
exit 0;

I have confirmed that the messages are actually hitting the script by 
changing the exit code to 100 and catching the bounce.

The script works as expected from the command line:

[alias@sonata alias]$ /usr/local/bin/ezmlm/anonymizer.pl
here
here
From: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

However, messages sent to that test-anonymizer@ address come through 
with neither header altered.

Can someone put me on the right track?

thanks,
Todd