RE: [Mimedefang] removing mimedefang

2004-11-26 Thread Andrew Jayes
in brackets? Cheers, ------- Andrew Jayes -Original Message- From: Alexander Dalloz [mailto:[EMAIL PROTECTED] Sent: 25 November 2004 17:21 To: [EMAIL PROTECTED] Subject: Re: [Mimedefang] removing mimedefang Am Do, den 25.11.2004 schrieb Andrew Jayes um 16:09: > Unfortunately

[Mimedefang] removing mimedefang

2004-11-25 Thread Andrew Jayes
hanks, --- Andrew Jayes           ___ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/lis

RE: [Mimedefang] mimedefang not scanning

2004-08-26 Thread Andrew Jayes
--- Andrew Jayes e-Business Officer Heart of England Tourism Tel: 01905 76 11 20 Fax:01905 76 34 50 e-Mail: [EMAIL PROTECTED] -Original Message- From: Andrew Jayes Sent: 26 August 2004 11:41 To: [EMAIL PROTECTED] Subject: RE: [Mimedefang

RE: [Mimedefang] mimedefang not scanning

2004-08-26 Thread Andrew Jayes
all passes on to an exchange which has its own virus protection. But yes it would be nice to have both scanners working. cheers ------- Andrew Jayes e-Business Officer Heart of England Tourism Tel: 01905 76 11 20 Fax:01905

RE: [Mimedefang] mimedefang not scanning

2004-08-24 Thread Andrew Jayes
longer? Cheers, ------- Andrew Jayes e-Business Officer Heart of England Tourism Tel: 01905 76 11 20 Fax:01905 76 34 50 e-Mail: [EMAIL PROTECTED] -Original Message- From: Alexander Dalloz [mailto:[EMAIL PROTECTED] Sent: 23 Augus

RE: [Mimedefang] mimedefang not scanning

2004-08-24 Thread Andrew Jayes
ay, pri=492915, relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1] Cheers, ------- Andrew Jayes e-Business Officer Heart of England Tourism Tel: 01905 76 11 20 Fax:01905 76 34 50 e-Mail: [EMAIL PROTECTED

RE: [Mimedefang] mimedefang not scanning

2004-08-23 Thread Andrew Jayes
called. Best Wishes, Paul. __ Paul Murphy Head of Informatics Ionix Pharmaceuticals Ltd 418 Science Park, Cambridge, CB4 0PA Tel. 01223 433741 Fax. 01223 433788 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Andrew

[Mimedefang] mimedefang not scanning

2004-08-23 Thread Andrew Jayes
Can anyone think why this is not working or give me some suggestions of what I can check on. Cheers, ------- Andrew Jayes e-Business Officer Heart of England Tourism   Tel: 01905 76 11 20 Fax:    01905 76 34 50 e-Mail: [EMAIL

RE: [Mimedefang] OT: problem with helo

2004-05-18 Thread Andrew Jayes
Hi, Thank you for the reply's, for now then I'll just take it that the telnet client is having issues and that this will not affect mail transfer when it is sent through email client/server's. Thanks for the help andrew -Original Message----- From: Andrew Jayes Se

[Mimedefang] OT: problem with helo

2004-05-17 Thread Andrew Jayes
Hi, Sorry it's off topic, but I thought someone may know the answer. When I telnet to my mimedefang box on port 25. I get the standard greeting just fine. But if I type 'helo' it returns 'needs a domain' so I then put 'helo domain.com' and I am allowed to continue with the mail. What I

RE: [Mimedefang] FW: final fillter setup

2004-05-11 Thread Andrew Jayes
email containing a virus. Andrew -Original Message- From: Joseph Brennan [mailto:[EMAIL PROTECTED] Sent: 11 May 2004 16:38 To: [EMAIL PROTECTED] Subject: RE: [Mimedefang] FW: final fillter setup --On Tuesday, May 11, 2004 4:28 PM +0100 Andrew Jayes <[EMAIL PROTECTED]> wrote

RE: [Mimedefang] FW: final fillter setup

2004-05-11 Thread Andrew Jayes
Thanks for the advice, I do take your point and agree with you. But I am also aware that a most of our mail comes from the general public and small companies that do not have much in the way of anti-virus know how. In these instances it would be nice to inform them to ch

[Mimedefang] FW: final fillter setup

2004-05-11 Thread Andrew Jayes
Hi, I nearly have my server ready now, just some last minute adjustments to make to the filter. Is there a way that I can quarantine everything marked as spam or virus? Or do I need to 'action_Quarintine' at the end of every sub routine? What I would like to see is spam being quaranti

[Mimedefang] build advice mimdefang 2.42

2004-05-10 Thread Andrew Jayes
Hi All, Just putting together a nice new mimedefang box and I have some questions about the build. I have got as far as building the mimedefang software. When I ran ./configure I noticed some entries that I would like some advice on. Do I have to install all virus scanners before I con

[Mimedefang] mimedefang on debian

2004-05-05 Thread Andrew Jayes
Hi All, I have previously put mimdefang together on a fedora core 1 box. However now that I have a server to run it on fedora just dies on the driver install. Luckly it does not seam to have the same issue with the debian drivers. My question, will it be much harder to install mimedefang

[Mimedefang] OT: adaptec scsi card help with fedora

2004-04-29 Thread Andrew Jayes
Hi All, Sorry its way off topic, but I am trying to get a new mimedefang server up and running. Problem is it's the Intel nightshade board. I've disabled the symbios scsi chip and got a pci Adaptec aha 2940uw card to replace it. Trouble is where fedora used to hang on the smybios driver

RE: [Mimedefang] Block mail by subject

2004-03-24 Thread Andrew Jayes
Hi, In filter_begin I have the following code: if (($msgSubject =~ /RE: [A-Z] {2,},(?: [A-Z]+!?)+/) || ($msgSubject =~ /\bparis hilton\b/ )) { #Bounce the mail! action_bounce("Forbiden subject matter - Rejected"); } As already pointed out this is gona cause you pro

RE: [Mimedefang] Block subject

2004-03-08 Thread Andrew Jayes
t how to reject specified words yet, just whole sentencies. Andrew jayes Fedora core 1 Mimedefang 3.29 Sendmail 8.10.12 -Original Message- From: Hernan Dario Arredondo [mailto:[EMAIL PROTECTED] Sent: 05 March 2004 21:11 To: [EMAIL PROTECTED] Subject: [Mimedefang] Block subject Hi ever

[Mimedefang] one word message blocking

2004-03-02 Thread Andrew Jayes
Hi, I am using subject filtering in mimedefang. At the moment I know how to match whole subjects and exact matches such as: ($subject =~ /\bparis Hilton\b/i)) Can anyone tell me if it is possible to match single words within a subject line using this method? It would be nice to be able to

[Mimedefang] order of scanning

2004-03-01 Thread Andrew Jayes
Hi All, can anyone tell be a little bit about the order of scanning mail. Such as sendmail's local configuration, mimedefang, smapassassin and virus scans will sendmail apply any rules it has set first? And then mimedefang will use its rules and virus scan? then spamassassin will be called befor

[Mimedefang] relaying mail

2004-02-26 Thread Andrew Jayes
outgoing? Also I am not a sendmail expert, is there anything that you can point out to me as 'obvious mistakes' not to make when relaying through sendmail. I don't want to inadvertently become a spammer myself. Many thanks, Andrew Jayes ___

[Mimedefang] relaying mail

2004-02-26 Thread Andrew Jayes
and outgoing? Also I am not a sendmail expert, is there anything that you can point out to me as 'obvious mistakes' not to make when relaying through sendmail. I don't want to inadvertently become a spammer myself. Many thanks, Andrew Jayes __

[Mimedefang] mimedefang subject filtering code

2004-02-18 Thread Andrew Jayes
Hi, The '#subject check' section of code is not working in my filter, This is an exact copy of my filter begin. Do I need to define the variables better and if so how? Or do I just have the code wrong? Any help would be great. #*

[Mimedefang] filter check

2004-02-16 Thread Andrew Jayes
Hi All, If anyone has a few minutes can you have a look at my filter (attached) as I'm not to sure if its setup correctly. The first question is over the antivirus section at the start of the filter, basically will it work? Do I need to add any further commands in to use the antivirus cap

RE: [Mimedefang] x-virus checked-more

2004-02-12 Thread Andrew Jayes
a perl coder. Cheers, andrew -Original Message- From: Lucas Albers [mailto:[EMAIL PROTECTED] Sent: 11 February 2004 20:14 To: [EMAIL PROTECTED] Subject: Re: [Mimedefang] x-virus checked Andrew Jayes said: > Hi, > Is it posable to append the header with a virus checked field? &

[Mimedefang] code advice

2004-02-11 Thread Andrew Jayes
Hi, I have the following pieces of code in my defang filter, but they do not seam to anything. In filter_end Sub filter_end ($) { if ($message_is_spam) { # Add a header with original recipients, just for info action_add_header("X-Orig-Rcpts", join(", "

[Mimedefang] x-virus checked

2004-02-11 Thread Andrew Jayes
Hi, Is it posable to append the header with a virus checked field? The same as the x-spam-score field. Just to back track a little, maybe mimedefang does this already and my scanners are just not working. But if not, would I add the same code as x-spam-score: If ($Features{"Virus:NAI"})

[Mimedefang] filters for subject content

2004-02-10 Thread Andrew Jayes
Hi, Thanks for all of the suggestions; I think I have enough to get me started on the filters. Thanks for your help, Andrew Thread closed. ___ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] h

[Mimedefang] filters for subject content

2004-02-09 Thread Andrew Jayes
Hi, I would like to set some filters to look at the subject line of an email. I have found some codes on a spam assassin webpage and would like to know where I would paste them in to the mimedefang filter (that's if they are in the correct format to work). Code: ###

RE: [Mimedefang] uv scan is hanging

2004-02-09 Thread Andrew Jayes
: [Mimedefang] uv scan is hanging Am Fr, den 06.02.2004 schrieb Andrew Jayes um 15:44: > Hi, > Well if my other post turns up, I can say that I have now found > my .sock and got everything sorted. The next problem I have is that when > I try to send a mail (using telnet session) i

[Mimedefang] FW: missing a .sock?

2004-02-06 Thread Andrew Jayes
Hi, I seam to be missing mimedefang.sock. under /var/spool/MIMEDefang I have: mimedefang-multiplexor.pid mimedefang-multiplexor.sock and mimedefang.pid but in the sendmail config I have the: INPUT_MAIL_FILTER(`mimedefang', `S=unix:/var/spool/MIMEDefang/mimedefang.sock, F=T, T=S:1m;R:1m

[Mimedefang] uv scan is hanging

2004-02-06 Thread Andrew Jayes
Hi, Well if my other post turns up, I can say that I have now found my .sock and got everything sorted. The next problem I have is that when I try to send a mail (using telnet session) in to the server it seam's uvscan is hanging, this means that in the session I can't terminate the mail wi

[Mimedefang] mimedefang newbie - setup help

2004-01-27 Thread Andrew Jayes
Hi All, I'm using the mimedefang - howto from www.rudolphtire.com and I'm having a few problems. My main issue is that I'm not to sure about building software. Which means at the moment I have lots of errors showing up in the build output but I'm not sure if it's a problem or not (I presume