Matt RaibleMatt Raible is a Web Developer and Java Champion. Connect with him on LinkedIn.

The Angular Mini-Book The Angular Mini-Book is a guide to getting started with Angular. You'll learn how to develop a bare-bones application, test it, and deploy it. Then you'll move on to adding Bootstrap, Angular Material, continuous integration, and authentication.

Spring Boot is a popular framework for building REST APIs. You'll learn how to integrate Angular with Spring Boot and use security best practices like HTTPS and a content security policy.

For book updates, follow @angular_book on Twitter.

The JHipster Mini-Book The JHipster Mini-Book is a guide to getting started with hip technologies today: Angular, Bootstrap, and Spring Boot. All of these frameworks are wrapped up in an easy-to-use project called JHipster.

This book shows you how to build an app with JHipster, and guides you through the plethora of tools, techniques and options you can use. Furthermore, it explains the UI and API building blocks so you understand the underpinnings of your great application.

For book updates, follow @jhipster-book on Twitter.

10+ YEARS


Over 10 years ago, I wrote my first blog post. Since then, I've authored books, had kids, traveled the world, found Trish and blogged about it all.

Panther ships with postfix instead of sendmail

I've been using localhost as my smtp server for quite some time on my PowerBook. It hasn't worked for a couple of days, and therefore, I've just stopped sending e-mail when I'm at work (I use my ISPs server at home). Finally, I buckled up and did 5 minutes worth of research to figure out the problem. It turns out that Panther doesn't ship with sendmail (which I previously had configured), but rather postfix - which I've never even heard of. Thanks to a little searching on the Apple Support site, I came across this discussion which has detailed instructions on how to configure postfix. The bonus is and that they actually worked! I still don't know what postfix is, but I assume it's just like sendmail, but for some reason it's better (or why would they have replaced sendmail).

Posted in Mac OS X at Oct 29 2003, 11:13:47 AM MST 4 Comments
Comments:

Postfix is great, incredibly easy to install and run AND safe out of the box. Has been default on redhat for a few revs now. Also ver yeasy to integrate with Mailman. Be happy that Apple was smart and ditched sendmail.

Posted by Steven Citron-Pousty on October 29, 2003 at 06:21 PM MST #

Sendmail has a quite obscure configuration file (having a config file so picky that it requires another program to configure it is one clue) and has a poor security history. Postfix is a drop-in replacement that is more secure and easy to configure. http://www.google.com/search?q=postfix+vs+sendmail

Posted by Trent Bartlem on October 29, 2003 at 06:27 PM MST #

Postfix is the fastest open and free SMTP sytem out there, it is a ground up design to be fast and reliable and secure. It is much better than sendmail, we used it for ages for sending milions of emails until we purchased a comercial product (PowerMTA).

Posted by Donal Tobin on October 30, 2003 at 01:00 PM MST #

If you like Java-based solutions for SMTP server, you could try JAMES (Java Apache Mail Enterprise Server) - http://james.apache.org/ which is cool because you can extend email processing using 'mailets' and 'matchers' written in Java, and store users and/or messages in a database if you desire

Posted by Jason Lea on October 30, 2003 at 02:39 PM MST #

Post a Comment:
  • HTML Syntax: Allowed