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?
I'm happy to hear some allowed us to enable Sendmail. I know there are other SMTP servers out there (Postfix), but Sendmail is not a horrible mail server. Yes, there are bugs (any product that is used will have bugs reported eventually). Now, Exchange server.... that's a horrible mail server.
The best part about this news is that it gives Mac users more options. Regardless if you like a project or not, the ability to choose between server products helps advance the Apple server platform.
A machine attached to a dial-up Earthlink account that is trying to sendmail through to an AOL email account looks a lot like a setup for spam.
As a result, many SMTP servers won't accept SMTP connections from unknown SMTP servers attached to unknown networks.
(I used to have a similar setup on my PB and used a variety of dial-up/wi-fi internet access and it rarely worked. I setup a private secure SMTP server for me and my friends and it works great.)
Just as vsftpd is to wuftpd...
Postfix is to sendmail...
Ashes to ashes, dust to dust.
Karma: The shiznight, mostly because I am the Drizzle.
... but you'd still need to grab the Sendmail-specific macro files and such.
Technical editing and writing, programming, and web development
I think exim is the best SMTP server for laptops, because it uses very little resources, is a snap to install, and is still highly configurable and very powerful. I use it on my PB12, and I'm very happy with it.
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
It is cowardly, and a betrayal of whatever it means to be a Jew, to act as a white man
-James Baldwin
For one thing, if you run your own mail server you KNOW whether or not your message was delivered. Another thing is that it will be delivered instantly, not 2 or 3 minutes after it was sent, like with some ISP's mail servers.
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.
I tend to agree with the assertion that you don't need sendmail on OS X; that's what Mail.app is for.
.Mac account, so I was awfully impressed with OS X's desire to get my mail through, rain, sleet, hail, or whatever the bytes were doing today.
The only time I've had a problem with my ISP's own smtp server, Mail.app automatically asked if I didn't want to use smtp.mac.com to send my mail. I don't have a
That said, Commando-ing the command line is nearly always a good thing. Setting up a sendmail server is pretty neat for people who might not use Mail.app (wacky mutt users!) or are Darwin diehards -- or just command-line curious. Between Fink and apps like this, you can do what you used to have to be a BSD expert to achieve.
But check Mail.app out again if you're using something else now. It's a much better app now than it was in OS X 10.0, when it was a pretty simple tech preview of the Address Book and spellcheck Cocoa textareas. And with Panther, the app seems to only be getting better.
It's all 0s and 1s. Or it's not.
Please, all you people just starting up sendmail on your mac, please, OH PLEASE set it to only allow incoming connections from localhost or set it to have authorization required?
Don't turn your mac into a spam relay.
- Sherman