[Ilugc] Sendmail query - solved

  • From: listname@xxxxxxxxx (anand saha)
  • Date: Wed May 4 08:44:30 2005

 ,--
 | Me running 8.12.8 on RH 9.0. For local delivery of mails withing
 | the box, the mails are dispatched only when the 'To:' is of the
 | form <username>@localhost.localdomain. I would like the mails to
 | be locally dispatched when the 'To:' is:
 `-----

The problem was solved by editing my /etc/hosts file and adding
'<hostname>.localdomain' to the corresponding IP address because Sendmail 
was appending '<hostname>.localdomain' to all the local (within the box) 
mail's To: address. 

From where does sendmail take this option ? I am yet to find out.
My LOCAL_DOMAIN is localhost.localdomain in .mc file.

 ,--
 | Also - why does it take so much time (2-3 mins) for sendmail to 
 | startup from /etc/init.d/sendmail ? Can this be tuned ?
 `-----

The above entry in /etc/hosts solved this problem as well. Now
sendmail needn't search the network to resolve <hostname>.localdomain :)

saha
--

Other related posts:

  • » [Ilugc] Sendmail query - solved - anand saha