Re: Fighting spam with sendmail aliases in postfix (spampots?)

2004-05-27 Thread Corey Ralph
On 27/05/2004, at 11:42 PM, Tomàs Núñez wrote:
This works pretty well... but it seems that pcre aliases have higher 
priority
than ldap aliases... Every time I send something to an email that is 
aliased
in the pcre file, it is sent to the pcre alias. It doesn't matter if I 
put
pcre at the beginning or at the end of the line, it seems that it 
always have
higher priority... Is this true?
Postfix should process them in the order they are in the config.  You 
did add it after the ldap one in the config?

Cheers
Corey


Re: Fighting spam with sendmail aliases in postfix (spampots?)

2004-05-27 Thread Corey Ralph
Tomàs Núñez wrote:
On the sendmail server I have some aliases, I mean, some accounts from what 
I receive mail no matter which domain is sent to (being a domain of this 
machine). One utility of this was that I received all [EMAIL PROTECTED] 
without having to configure anything.
One way to acheive this in postfix is to create another virtual map of 
type 'pcre', this lets you use a perl regex.

You can create another map file with something like:
/[EMAIL PROTECTED]/ postmaster
and add 'pcre:mapfilename' to the end of your virtual_maps directive.
Cheers
Corey



Re: Fighting spam with sendmail aliases in postfix (spampots?)

2004-05-27 Thread Corey Ralph
On 27/05/2004, at 11:42 PM, Tomàs Núñez wrote:
This works pretty well... but it seems that pcre aliases have higher 
priority
than ldap aliases... Every time I send something to an email that is 
aliased
in the pcre file, it is sent to the pcre alias. It doesn't matter if I 
put
pcre at the beginning or at the end of the line, it seems that it 
always have
higher priority... Is this true?
Postfix should process them in the order they are in the config.  You 
did add it after the ldap one in the config?

Cheers
Corey


Re: Fighting spam with sendmail aliases in postfix (spampots?)

2004-05-26 Thread Corey Ralph
Tomàs Núñez wrote:
On the sendmail server I have some aliases, I mean, some accounts from what 
I receive mail no matter which domain is sent to (being a domain of this 
machine). One utility of this was that I received all [EMAIL PROTECTED] 
without having to configure anything.
One way to acheive this in postfix is to create another virtual map of 
type 'pcre', this lets you use a perl regex.

You can create another map file with something like:
/[EMAIL PROTECTED]/ postmaster
and add 'pcre:mapfilename' to the end of your virtual_maps directive.
Cheers
Corey
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: package repository

2003-09-16 Thread Corey Ralph
On Tuesday, September 16, 2003, at 07:18  PM, Craig wrote:

Hi Guys

I have debian boxes throughout a wan that I would like to setup so they
pull updated packages etc off one central box.
Any ideas ?
Others have suggested apt-proxy, I second this recommendation.

Also, if you have packages which you compile locally, check out 
debarchiver, it arranges your packages in a directory structure 
suitable for apt.  Set up dupload to upload packages to it, and anon 
ftp to access it.

Cheers
Corey


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: help please to run spamassassin _and_ ravantivirus from postfix

2003-04-29 Thread Corey Ralph
I think amavisd-new may be what you are looking for, it works with 
postfix and will run both the antivirus and spamassassin:

http://www.ijs.si/software/amavisd/
I haven't used it myself, I don't do virus checking so I have a simpler 
setup using a shell script to run spamassassin.

Cheers
On Wednesday, April 30, 2003, at 03:03  AM, Chris Evans wrote:
I have been happily using postfix's antispam for my fairly small
volume Email list (opt in!) server for nearly a year and using
ravantivirus for antiviral cover.  However, I'm getting more and more
spam despite my rbl lookups 'cos I just don't have time to keep
updating my postfix body and header checks.
I want to go over to using spamassassin and probably Vipul's razor to
be more flexible but I want to retain ravantivirus and I want one
system to cover all accounts and all lists on my server (i.e. not
using spamassassin from procmail).
I think I can do:
mail in - amavis - spamassassin/razor - ravantivirus using the
right combination of 10025 and 10026 but I'm not a unix guru and this
is beyond me to set up.  I'm sure I'm not the only one to be doing
this so please can anyone give me fairly simple instructions about
what to install and how to set up master.cf and main.cf to achieve
what I want?
TIA,
C
P.S. Debian stable, I386, postfix 1.1.11, ravantivirus 8.4.2 and have
the stable debs for spamassassin, razor and amavis.PSYCTC:
Psychotherapy, Psychology, Psychiatry, Counselling
   and Therapeutic Communities; practice, research,
   teaching and consultancy.
Chris Evans  Jo-anne Carlyle
http://psyctc.org/ Email: [EMAIL PROTECTED]

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact 
[EMAIL PROTECTED]




Re: postfix, forwarding to another machine

2003-04-02 Thread Corey Ralph
In /etc/postfix/transport:

mydomain		smtp:mymail

Don't forget to run 'postmap transport' afterward.

On Thursday, April 3, 2003, at 02:25  AM, Novotny, Tomas wrote:

Hi

Does anyone can help me how to forward e-mail to another 
machine{mymail). Now I have sendmail, and in mailtable I have
mydomain	SMTP[mymail]

Tomas

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact 
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: postfix, forwarding to another machine

2003-04-02 Thread Corey Ralph
In /etc/postfix/transport:
mydomainsmtp:mymail
Don't forget to run 'postmap transport' afterward.
On Thursday, April 3, 2003, at 02:25  AM, Novotny, Tomas wrote:
Hi
Does anyone can help me how to forward e-mail to another 
machine{mymail). Now I have sendmail, and in mailtable I have
mydomain	SMTP[mymail]

Tomas
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact 
[EMAIL PROTECTED]



Re: monitoring load average

2003-01-07 Thread Corey Ralph
Sorry, no advise on how to collect this from the network.


The check_by_ssh plugin works well for me.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]