[comp.mail.sendmail] Sendmail on MIPS RISC/os 4.51

heiser@tdw206.ed.ray.com (Bill Heiser - Unix Sys Admin) (02/23/91)

This is probably a simple one.  I adminster a bunch of Sun systems, and am
now working on several MIPS systems.  I am trying to get sendmail to work
to send mail to users at other hosts on the local ethernet (and possibly
beyond).  Inbound mail seems to work fine -- I can send mail to users
on the mips machine and sendmail correctly forwards mail to the user.
Outbound mail, however, fails.

-------
mips1 # mailx heiser@sud509
Subject: test
EOT
Null message body; hope that's ok
aosp1 # rmail: Can't send to heiser@sud509
rmail: Return to root
---------

mips1 # /usr/lib/sendmail -v heiser@sud509
test mail
heiser@sud509... Sent
aosp1 #


As shown here, mailx says that it has failed;  sendmail tells me 
the message has been sent, but there is no trace of it.  The syslog
show this:

Feb 22 11:46:26 aosp1 sendmail[8181]: AA08181: from=root, size=10, class=0, rece
ived from local
Feb 22 11:46:27 aosp1 sendmail[8181]: AA08181: to=heiser@sud509, delay=00:00:03,
 stat=Sent


Any help or suggestions would be appreciated.

Thanks in advance,
Bill Heiser



-- 
Work: heiser@tdw201.ed.ray.com
      {decuac,necntc,uunet}!rayssd!tdw201.ed.ray.com!heiser
Home: bill@unixland.uucp, uunet!world!unixland!bill  Public Access Usenet/Unix
      (508)655-3848 12/24, 655-8723 96-HST, 651-8733 96-PEP/V32

duncan@hoser.MIPS.Com (Duncan Poole) (02/27/91)

In article <3836@tdw206.ed.ray.com>, heiser@tdw206.ed.ray.com (Bill Heiser - Unix Sys Admin) writes:
|> 
|> This is probably a simple one.  I adminster a bunch of Sun systems, and am
|> now working on several MIPS systems.  I am trying to get sendmail to work
|> to send mail to users at other hosts on the local ethernet (and possibly
|> beyond).  Inbound mail seems to work fine -- I can send mail to users
|> on the mips machine and sendmail correctly forwards mail to the user.
|> Outbound mail, however, fails.
|> 
|> -------
|> mips1 # mailx heiser@sud509
|> Subject: test
|> EOT
|> Null message body; hope that's ok
|> aosp1 # rmail: Can't send to heiser@sud509
|> rmail: Return to root
|> ---------
|> 
|> mips1 # /usr/lib/sendmail -v heiser@sud509
|> test mail
|> heiser@sud509... Sent
|> aosp1 #
|> 
|> 
|> As shown here, mailx says that it has failed;  sendmail tells me 
|> the message has been sent, but there is no trace of it.  The syslog
|> show this:
|> 
|> Feb 22 11:46:26 aosp1 sendmail[8181]: AA08181: from=root, size=10, class=0, rece
|> ived from local
|> Feb 22 11:46:27 aosp1 sendmail[8181]: AA08181: to=heiser@sud509, delay=00:00:03,
|>  stat=Sent
|> 
|> 
|> Any help or suggestions would be appreciated.
|> 
|> Thanks in advance,
|> Bill Heiser
|> 
|> 
|> 
|> -- 
|> Work: heiser@tdw201.ed.ray.com
|>       {decuac,necntc,uunet}!rayssd!tdw201.ed.ray.com!heiser
|> Home: bill@unixland.uucp, uunet!world!unixland!bill  Public Access Usenet/Unix
|>       (508)655-3848 12/24, 655-8723 96-HST, 651-8733 96-PEP/V32

The default /usr/lib/sendmail is a link to /usr/lib/sendmail.named, which
means it will expect to resolve hosts via calls to the nameserver. You will
need to link sendmail to sendmail.nonamed or set your system up for the 
nameserver. 

If you are not using the nameserver, and for the /usr/lib/sendmail.cf file I
believe is installed as default, you may also wish to comment out the Rule 0
line (around line 497) which appends the domain to all lookups where the top
level domain is unknown. It will force you to specify hosts as
fully qualified hostnames in your /etc/hosts file.

This rule zero line reads as:

R$*<@$->$*              $:$1<@$2.$D>$3                  if nameserver fails


Duncan Poole                                        MIPS Computer Systems, Inc.
MS 6-05    930 DeGuigne Dr.   Sunnyvale, CA  94088              +1 408 524-7453
duncan@mips.COM         {ames,decwrl,pyramid}!mips!duncan