[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: URGENT! Sendmail question (Redhat conversion) HELP!



On Thu, 12 Oct 2000, Ferrell, Tim wrote:

> Let me start by saying I am not a network admin... but I play one on TV

Me too!

> FEATURE(`mailertable',`hash -o /etc/mail/mailertable') 
> and in /etc/mail/mailertable I have the following line: 
> 
>         mcgeecorp.comSMTP:[192.168.0.6] 
> 
> The config file builds ok (after squawking about empty dbs - access,
> relay_domains, and local_host_names) and sendmail runs. I receive mail
> but cannot send/relay - I get smtp Connection Refused errors in the
> mail.log. Also, under RedHat, the relay= section in the mail.log entries
> always showed the ip address of the host being relayed to (192.168.0.6)
> whereas now it shows mcgeecorp.com - why is this?

Assuming the line you give above is what is really in your mailertable
file, your problem would appear to be one of whitespace.

Put some space between the parts so it reads something like:

	mcgeecorp.com	SMTP:[192.168.0.6]

BTW: if you're relaying for an entire domain, then you might want to put
a dot (.) in front of mcgeecorp.com.  See the README in the cf directory
for details.

HTH,

Damian Menscher
-- 
--==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==--
--==## <menscher@uiuc.edu> www.uiuc.edu/~menscher/ Ofc:(217)333-0038 ##==--
--==## Physics Dept, 1110 W Green, Urbana IL 61801 Fax:(217)333-9819 ##==--



Reply to: