Like this? Still no joy,thank you!
[EMAIL PROTECTED]:/etc/mail # cat access # Check the /usr/share/doc/sendmail/README.cf file for a description # of the format of this file. (search for access_db in that file) # The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc # package. # # by default we allow relaying from localhost... localhost.localdomain RELAY localhost RELAY 127.0.0.1 RELAY toulon.state.nv.us RELAY humboldt.state.nv.us RELAY lahontan.state.nv.us RELAY marlette.state.nv.us RELAY 10.131.0.0 RELAY [EMAIL PROTECTED]:/etc/mail # -----Original Message----- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of David Boyes Sent: Friday, February 18, 2005 5:29 AM To: [email protected] Subject: Re: sendmail relaying denied error, bummer > I'm seeing the following on a fresh install of Sendmail 8 SuSe Server. > Any thoughts and thank you Normal/Working As Designed. You have to explicitly tell sendmail what IP addresses are permitted to use or relay through it, including your own. YaST has a panel to do this (in network services configuration), or... Update /etc/mail/access to include your IP address ranges and any other IP addresses that should be allowed to relay, cd /etc/mail/access, make. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
