Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'some answers to questions?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
some answers to questions?
Authored by: rgould on Aug 28, '02 10:03:52AM
did you make sure to:
chmod g-w /
to make sendmail happy? modifying the /etc/mail/sendmail.cf file and fiddling with the
O UnsafeGroupWrites=False
line didnt seem to help me. if you did do the chmod trick, you are going to have to make sure to do it again after every install with a apple package you do. apparently the package installer resets that permission. a good way to figure out why your sendmail is not happy is to check in /var/log/mail.log. to troubleshoot, i open up a terminal and type
tail -F /var/log/mail.log
this will show you what gets written to the file in real-time so long as you keep the tail process running. now send some mail and see what it is complaining about. or, research what the error is that the server is giving you back. i use http://groups.google.com/ as for my installation vs everyone elses installation, i did a clean install of 10.2. if you did an install over a 10.1 things could be all outta whack.

[ Reply to This | # ]
some answers to questions?
Authored by: shen on Aug 28, '02 01:31:16PM

I did all of the perms fixes, had a clean install of 10.2. I was already tailing mail.log and the error message returned by sendmail is so non-specific I can't find any further info on it.

Thanks for posting... I've complained to Apple about this one, because it is just unreasonable to ship a Unix distribution (which Mac OS X undeniably is) with broken sendmail and provide no safe, sane, or standard procedure to enable it.



[ Reply to This | # ]