Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2000 11:20:56 -0600 (CST)
From:      Bryan Bradsby <Bryan.Bradsby@capnet.state.tx.us>
To:        marcus@redcentre.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Sendmail
Message-ID:  <Pine.BSF.4.21.0003291112400.40074-100000@localhost>
In-Reply-To: <200003282019.GAA29879@mail01.redcentre.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 29 Mar 2000 marcus@redcentre.com wrote:

> I've been asked to set up a FreeBSD mail server.  I've just been
> reading through the sendmail (8.9) antispam documents - I'm having
> trouble understanding exactly how the rules work.  The client in
> question expects to have staff loging on to the server via a NAS as
> well as via the internet.  How can I ensure that mail sent by staff on
> remote internet connections and dialing in via the NAS will not be
> rejected.  Is the /etc/mail/relay-domains the correct file to be using

No. You use the access database to enable relaying by clients.

Put all your local IP addresses in the access database (actually a plain
text file that you compile to a database).

If 127.2.3/24 is local for you, then one entry in 'access' would be:

127.2.3		RELAY


> - what should go in here? the IP addresses pool for the NAS  - what
> entries would be required for staff accessing over the internet?

For remote access from variable IP addresses, you need to implement POP
before SMTP, or better yet sendmail 8.10 SMTP-AUTH. 

There are pointers to this stuff at 

   www.sendmail.org/~ca

If purchasing the software and support is an option, suggest you look at
www.sendmai.com for a nice web based admin interface, and support
included. 


> Any assistance would be appreciated,
> Marcus

-bryan



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0003291112400.40074-100000>