[plug] sendmail

Paul Dean paul at thecave.cantech.net.au
Tue Jun 25 09:05:14 WST 2002


Hya,

Relaying is done from /etc/mail/access in the format --
localhost.localdomain           RELAY
localhost                       RELAY
127.0.0.1                       RELAY
your.ip.			RELAY
your.domain.name		RELAY

Then run 'make' in that directory, or restart sendmail.
this line needs to be commented out by adding a 'dnl 'before it so you
can sendmail in your network like --
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl

You also need to add to your /etc/hosts.allow file sendmail:ALL as
sendmail now uses tcpwrappers, don't forget to add ALL:ALL to you
/etc/hosts.deny for a good security solution to stop DoS on portmap
services.

Hope this helps.


On Mon, 24 Jun 2002, Andrew Barbara wrote:

> sendmail has relaying turned off by default, well the later versions anyway,
> maybe you should upgrade to a later version?
> 
> -----Original Message-----
> From: Jon L. Miller [mailto:jlmiller at mmtnetworks.com.au]
> Sent: Monday, 24 June 2002 10:27 PM
> To: plug at plug.linux.org.au
> Subject: RE: [plug] sendmail
> 
> 
> Is there a line that sets the relaying to off?
> 
> Jon
> On Mon, 2002-06-24 at 14:19, Andrew Barbara wrote:
> > change the 127.0.0.1 to the external IP address or 0.0.0.0 ( to listen on
> > all local IPs)
> >
> > -----Original Message-----
> > From: Jon L. Miller [mailto:jlmiller at mmtnetworks.com.au]
> > Sent: Monday, 24 June 2002 10:15 PM
> > To: plug at plug.linux.org.au
> > Subject: RE: [plug] sendmail
> >
> >
> > I did noticed that there is a Daemon setting to 127.0.0.1
> > (DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA'))
> >
> > Jon
> > On Mon, 2002-06-24 at 14:08, Andrew Barbara wrote:
> > > hi Jon,
> > > is this a new install? I know that it sometimes defaults to listening
> only
> > > on the 127.0.0.1 address.   You may need to change this.
> > >
> > > Andrew
> > >
> > > -----Original Message-----
> > > From: Jon L. Miller [mailto:jlmiller at mmtnetworks.com.au]
> > > Sent: Monday, 24 June 2002 10:00 PM
> > > To: Plug
> > > Subject: [plug] sendmail
> > >
> > >
> > > Having a problem trying to get sendmail to accept a connection.  I can
> > > send from inside out, but not outside in.
> > >
> > > Any help is greatly appreciated.
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
> 
> 

-- 
Paul...

/***** Experience is that marvelous thing that enables you to 
	recognize a mistake when you make it again. 
	-- Franklin P. Jones *****/

/*****All programmers are playwrights and all computers are lousy actors.
           -- Unknown*****/

/* How smart are Computers? They seem to need instructions all the time... 
	-- Me */



More information about the plug mailing list