--
Thomas Cameron, RHCE, CNE, MCSE, MCT
Cameron Technical Services, Inc.
http://www.camerontech.com/
(512) 454-3200
----- Original Message ----- 
From: "Abel Rauch" <[EMAIL PROTECTED]>
To: "Steve Thomas" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, August 05, 2003 6:59 PM
Subject: Re: [SAtalk] De-spamming one domain only


> Uhhh... I was just going to install via Redhat RPM. I think I should do
one
> more run-though of the documentation. (Yes, I know, RTFM)

Is the RH machine the final destination for the mail, or is it relaying to
the "real" mail server?

> Do I need to install procmail before-hand for a site-wide (domain
specific)
> installation? Osmosis would be nice of course... ;-)

Procmail is probably the easiest way to do it if the server you are setting
up is the final destination for the mail, so having it installed would be a
good idea.  I believe it is installed by default (depending on the type of
installation you did).

> And the whole Milter option... Is this installed with the RPM?

It can be - I have posted RH source RPMs for SA 2.55 and spamass-milter at
ftp://mail.camerontech.com/pub/spam, along with a sample sendmail.mc file.
Just run rpmbuild --rebuild [srpm] and then install the RPMs which are
created in /usr/src/redhat/RPMS/i386.  Then add the lines from the sample
sendmail.mc file to your existing one in /etc/mail.  If the server you are
building is a relay server, you need to add the domain you want to relay to
/etc/mail/mailertable in the format:

domain.com    smtp:realmailserver.domain.com

You also have to allow relaying to that domain by adding it to
/etc/mail/access in this format:

domain.com    RELAY

Run make -c /etc/mail, restart sendmail, spamasssassin and spamass-milter
and you should be good to go.  I have a little shell script I use to restart
all three services in the right order (I think).  ;-)

[EMAIL PROTECTED] mail]# cat restart-sendmail.sh
#!/bin/bash
for i in spamass-milter spamassassin sendmail; do
  service $i stop
  service $i start
done

Hope this helps.

--
Thomas Cameron, RHCE, CNE, MCSE, MCT
Cameron Technical Services, Inc.
http://www.camerontech.com/
(512) 454-3200



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to