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


Click here to return to the 'another problem -- update' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
another problem -- update
Authored by: protoplasm on Jun 06, '02 06:49:45PM
A clarification ... it looks like this is supposed to happen due to tighter security (perhaps???). Sending mail from the cmd line fails. However, sending mail from a client (Mail.app, GNUMail.app) also returned an error. So, I modified my Sendmail script (/System/Library/StartupItems/Sendmail/Sendmail). I changed this line: /usr/sbin/sendmail -C /etc/mail/submit.cf -q1h & to this: /usr/sbin/sendmail -bd -q1h & So, I can now finally send email (again). I'm not certain why the first config doesn't work though.

[ Reply to This | # ]