- Sep 30, 2001
- 12,684
- 2
- 81
I am curious as to how everyone else sets up their application servers with regards to mail configuration. We're about to roll out some production mongrel clusters and I'm trying to decide how to setup the mail.
I was thinking of using a smarthost configuration with one central Postfix SMTP server w/ TLS authentication and then using sendmail on each application server node to relay through the smarthost.
The emails are mostly used for monitoring and alerts, but in the future the applications will most likely be sending emails but not at a high volume, at most 100 emails / hour.
The mongrel clusters are going to sit behind a reverse proxy so I'm trying to minimize the exposure to the outside world as much as possible.
Any suggestions or tips?
I was thinking of using a smarthost configuration with one central Postfix SMTP server w/ TLS authentication and then using sendmail on each application server node to relay through the smarthost.
The emails are mostly used for monitoring and alerts, but in the future the applications will most likely be sending emails but not at a high volume, at most 100 emails / hour.
The mongrel clusters are going to sit behind a reverse proxy so I'm trying to minimize the exposure to the outside world as much as possible.
Any suggestions or tips?