home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / mail / sendmail / 1938 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.4 KB  |  38 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!ux1.cso.uiuc.edu!mp.cs.niu.edu!rickert
  3. From: rickert@mp.cs.niu.edu (Neil Rickert)
  4. Subject: Re: format of the From: line
  5. Message-ID: <1992Jul24.114656.18371@mp.cs.niu.edu>
  6. Organization: Northern Illinois University
  7. References: <1992Jul24.034141.1097@cs.umn.edu>
  8. Date: Fri, 24 Jul 1992 11:46:56 GMT
  9. Lines: 27
  10.  
  11. In article <1992Jul24.034141.1097@cs.umn.edu> iacovou@cs.umn.edu (Danny Iacovou) writes:
  12. >  I have a client that forwards all mail off to a host in order to 
  13. >  deliver the mail. The name of the client is "joe.cs.umn.edu", and
  14. >  the name of the host is "smoe.cs.umn.edu". I want mail to appear as
  15. >  though it originated from "cs.umn.edu". My client it running SunOS
  16. >  sendmail 4.1, and my host is running 5.65c+IDA
  17.  
  18.   This can be taken care of on the host with the IDA config package.  The
  19. HIDDENNET or HIDDENDOMAIN or DOMAINTABLE options provide several ways
  20. of accomplishing this address rewrite.
  21.  
  22. >  Now, my problem. My client does not write the From: line in the form of:
  23. >
  24. >    From: iacovou@cs.umn.edu (Danny Iacovou)
  25. >
  26. >  Instead, it writes it in the form of:
  27. >
  28. >    From: iacovou@cs.umn.edu
  29.  
  30.   Does your mailserver host have the same users?  If so, you should be able
  31. to have the name added by the server instead of the client.  For this,
  32. change your "From:" line definition to:
  33.  
  34. Dq$?x$!x $.<$f>
  35.  
  36. Most likely this will have the effect you desire.
  37.  
  38.