Quote:
|
Originally Posted by BenM
(copying static configuraiton files)
Apart from the KISS philosophy, do you have any in mind?
|
1. SQL servers don't cope too well (without lots of tuning and careful configuration) with large influxes of email and can easily overload a system - imagine if your primary MX is off-line and then you have to dequeue a lot of mail from the backup MX in one go.
2. If your SQL server is down, has any form of corrupted data files, or you need to do an upgrade etc, then you have to take down every service that relies upon it.
Building flat file (which are then converted to dbm) from SQL is a much safer and more scalable option IMO.