home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / mail / sendmail / 3146 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.7 KB  |  49 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!news.univie.ac.at!news.tu-graz.ac.at!fstgds06.tu-graz.ac.at!schinagl
  3. From: schinagl@fstgds06.tu-graz.ac.at (Hermann Schinagl)
  4. Subject: IDA question
  5. Message-ID: <1993Jan11.172834.22663@news.tu-graz.ac.at>
  6. Sender: news@news.tu-graz.ac.at (USENET News System)
  7. Nntp-Posting-Host: fstgds06.tu-graz.ac.at
  8. Organization: Technical University of Graz, Austria
  9. X-Newsreader: TIN [version 1.1 PL7]
  10. Date: Mon, 11 Jan 93 17:28:34 GMT
  11. Lines: 36
  12.  
  13. Hi 
  14.  
  15. I would like to set up a 'mailcluster' under IDA sendmail, so that
  16. outbound mail has a unique mailname ( works fine when using MAILNAME ),
  17. and having a mailserver, which delivers local mail. ( works fine with
  18. MAILSERVER ).
  19.  
  20. My problem is a follows:
  21.  
  22. User 'aaa@fstgsg01.tu-graz.ac.at' mails to
  23. 'bbb@fm11hp01.tu-graz.ac.at'. His From header would look like
  24. this 'aaa@oanstu-graz.ac.at', because MAILNAME has rewritten it.
  25. 'bbb@fm11hp01.tu-graz.ac.at' replies to 'aaa@oans.tu-graz.ac.at' and 
  26. mail from 'bbb' ist sent to 'aaa@oans'. 'oans' is only a MX record,
  27. which  points to the mailserver. The mailserver holds an alias file,
  28. which delivers incomming mail. This already works. 
  29.  
  30. But I must have an alias entry for any user at any client, so that
  31. incomming mail from the mailserver is delivered locally, otherwise there
  32. would be an infinite loop. mailserver delivers to client, client looks
  33. up the alias file, finds no entry, sends mail to mailserver, cause he
  34. believes of local delivery, mailsver sends to client .....
  35.  
  36.  
  37. Question: Is there an easier way, than to have a alias file on any
  38. machine with alias entry for any user.
  39.  
  40. I would like to have one alias file on the server, and none or small on
  41. all clients.
  42.  
  43.  
  44. Thanks in advance 
  45.  
  46.            Hermann
  47.  
  48.  
  49.