Sendmail Enabler for Mac OS X
gulker writes "It's really nice to be able to use sendmail as a SMTP server on a PowerBook if you move around a lot. But enabling sendmail on OS X is non-trivial, and while a good tutorial exists, the stock Mac OS X 10.2 package is missing the m4 macro processor needed to regenerate sendmail.cf. So it was great news to hear about Bernard Teo's Sendmail Enabler, a cool Aqua-GUI-interface sendmail 'configurator' for Mac OS X."
Just install postfix instead. Secure, easy to set up, right there in Fink. What's not to like?
However, some ISP's, notably AOL, no longer accept mail from dynamic IP addresses. Whenever I try and send email to an AOL address, it gets bounced back to me.
Of course, I could just relay my mail through my cable company's SMTP server, but this is a good excuse for me to not send email to AOL users.
Sig (appended to the end of comments you post, 120 chars)
... but you'd still need to grab the Sendmail-specific macro files and such.
Technical editing and writing, programming, and web development
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
to the m4 file before generating your
You also might want to add.
define(`confDONT_BLAME_SENDMAIL', `GroupWritableDirPathSafe')
Otherwise sendmail will break everytime you run Software Update. You can fix it by chmoding / 755. Alternatively you can add a "chmod 755
Back in the day (OpenStep) Mail.app let you call sendmail as an app, but AFAIK it now needs to relay off an address. There may be a way around this but I don't know it.
It is cowardly, and a betrayal of whatever it means to be a Jew, to act as a white man
-James Baldwin
Well, you can make an alias from your UNIX mailbox, to Mail App's. Mail App uses normal UNIX boxes as far as I know.