Becky asked about sending email from LM servers Thyme.� She's getting an error while trying to send email to Cheesedog.� Error is 'sender is not ok' .� I setup sendmail on those systems earlier in the week.
At first I thought Cheesedog's name was misspelled but then I read the error again.� Sender not ok means that Cheesedog's return address was the .com address while the domain of thyme was the .net address.� I just have to add the domain in the /etc/mail/access file.
localhost��� ��� ��� OK
localhost.localdomain��� ��� OK
127.0.0.1��� ��� ��� OK
blahblabhblah.com��� ��� OK
Then restart sendmail. It will rehash that file to access.db which will tell sendmail they're OK to relay.