home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / mail / sendmail / 2165 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.3 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!ernohb!ernohb.UUCP!blaes
  2. From: blaes@ernohb.UUCP (Rainer Blaes)
  3. Newsgroups: comp.mail.sendmail
  4. Subject: SMTP mail to IBM VM system
  5. Message-ID: <1745@ernohb.UUCP>
  6. Date: 28 Aug 92 09:42:16 GMT
  7. Sender: news@ernohb.UUCP
  8. Organization: Erno Raumfahrttechnik GmbH, Bremen, Germany
  9. Lines: 35
  10. Nntp-Posting-Host: sysadm
  11.  
  12.  
  13.  Dear Mailers,
  14.  
  15.  we want to mail from a SPARC system to our IBM VM computer running TCP/IP.
  16.  Using:
  17.  
  18.  mail -v vm0111@ibmvm
  19.  
  20.  yields to the message:
  21.  
  22.  >>> MAIL FROM: <blaes@sparc_s>
  23.      Syntax Error . Unexpected Token '_'
  24.      Remote protocol error
  25.  
  26.  
  27.  and the mail is undeliverable.
  28.  The reason is known:
  29.  The IBM SMTP implementation does'nt understand the 'underscore' in the expression
  30.  sparc_s i.e. choosing 'sparc' instead of 'sparc_s' for the SUN's hostname works!
  31.  
  32.  Since our SUN system has 2 Ethernet controllers, one (sparc_s) builds an internal
  33.  SUN clients Lan and the second one (sparc) is directed to the IBM mainframe we don't
  34.  want to exchange 'sparc_s' with  'sparc'.
  35.  
  36.  What we need, I think is a modification of the sendmail.cf file in a way that a mail
  37.  directed to the IBM should have the sender <blaes@sparc> and in all other cases the
  38.  expression <blaes@sparc_s>.
  39.  
  40.  Any help available?
  41.  Many thanks in advance!!!!
  42.  Rainer Blaes
  43.  MBB/ERNO
  44.  P.O. Box 105909
  45.  2800 Bremen 1
  46.  blaes%vim_s@ernohb.uucp
  47.