Configuring Sendmail On Jaguar 18
Spock the Baptist writes "This website's recent article on the O'Reilly Network is by James Duncan Davidson, speaking at the recent O'Reilly Mac OS X Conference. PowerBook, and iBook owners will likely be intrested in this article, as sending e-mail from multiple locations is less trouble when done via sendmail rather than a remote mail serever. Also, if your ISP's mail server goes down you'll still be able to send outgoing e-mail which can be quite handy."
Recent? (Score:1)
how about postfix ? (Score:1, Interesting)
Re:how about postfix ? (Score:2, Informative)
Something of note.... (Score:5, Informative)
The proper way to run a remote MTA via your dialup or home broadband account is to set up (or have your isp configure) a permanently-connected upstream MTA that will allow you to use it as a smarthost via authenticated SMTP or SMTP/SSL. Tunneling this connection over ssh is a fairly sure-fire way to get around ISP's who block or redirect port 25 traffic to their own SMTP server. The only problem is that by the time you get that kind of a connection set up, you realize you could have solved your problem by tunneling your local port 25 to a "real" smtp server via ssh a lot easier than the headache you just went through setting up the godawful beast of sendmail.
Re:Something of note.... (Score:5, Interesting)
I don't see spam anymore, but I see lots of evidence in my mail logs that people have tried to send me some.
And I haven't noticed any of my mail bouncing because I run on a DSL line.
BTW, I use Exim as my MTA. Can't recommend it highly enough - it just works.
Re:Something of note.... (Score:2)
but, sending them is another story. Basically I send through my isp mail and I recieve on my local solaris box running sendmail & imap.
Even if the ISP blocks at port 25, thats usually outgoing and not incomming , and so recieving mail assuming your using dyn-dns or something of the sort, or have a static ip... shouldn't be a problem.
cheers
Re:Something of note.... (Score:2)
And if you want to run qmail, which you should... (Score:5, Funny)
qmail [qmail.org] is the #2 MTA on the Internet, and the fastest growing. Highly recommended over sendmail, with distinct superiority in issues of security, reliability, and efficiency.
What's the Advantage? (Score:3, Insightful)
I've done it on standalone Linux boxes. My mail went out and came in, just like I did when it wasn't running a mail server.
Is there a trade-off for the added complexity?
Re:What's the Advantage? (Score:5, Interesting)
Hmm.. for me it's http://www.spamassassin.org
The # 1 reason to run your own mail server.
I was getting 40+ spams per day, and now I don't get any.. period. end of story.
It took me a full day to get it all setup (email, spam assassin, etc), but once I got through it all.. configured imap, etc. It was pretty sweet.
I have it running on my solaris box under my desk, but it would easily be installable onto any unix/linux/osx/whatever box you have kicking around.
Cheers
Re:What's the Advantage? (Score:5, Informative)
There's an ability in OS X Mail that I've not seen anywhere else. You can bounce mail. Maybe it's nothing new, but it's sure new to me. There's even a little icon you can put in the toolbar.
This, by itself, has single-handedly reduced my spam intake by 99%. Too bad Apple's own rules won't allow me to configure a spam-tastic auto-bouncing rubber inbox.
Re:What's the Advantage? (Score:1)
Re:What's the Advantage? (Score:2, Insightful)
don't settle for sendmail (Score:5, Informative)
Re:don't settle for sendmail (Score:2)
security concern (Score:4, Insightful)