LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author]
  From: Net Media Solutions <john@vodka.lynx.net.au>
  To  : Alan Kennington <akenning@dog.topology.org>
  Date: Thu, 23 Sep 1999 23:28:44 +0930 (CST)

Re: sendmail problem

> Does anyone happen to know what configuration you have
> to do the /etc/mail/* files in redhat 5.2 to make
> sendmail _not_ do relays on behalf of users outside
> my domain?

	IIRC, it's in the README file in the cf directory if you're using 
	sendmail 8.9.x.
	It's probably easiest to start from there, writing an m4 config
	file, and then 'make' it into the usual format.

	You would probably want:

	FEATURE(`relay_local_from')
	and
	FEATURE(`relay_based_on_MX')

	Sendmail 8.9.x is also 'auditted', and is a heck of a lot more
	security conscious.

	The files in /etc/mail do the followng:

	ip_allow	Allow relaying from machines with these IPs
	name_allow	Allow relaying from machines with these names
	relay_allow	Allow relaying to these hosts.

> The sendmail.cf file from redhat 5.2 has:

	It's probably best to start from the M4 config, and not get too
	deep into the .cf file unless you need to fine tune stuff.

Jb
 

-- 
Check out the LinuxSA web pages at http://www.linuxsa.org.au/
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author]
Return to the LinuxSA Mailing List Information Page