Changes between Version 18 and Version 19 of BluePrint/Messaging/Outbound
- Timestamp:
- 09/22/12 07:39:19 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Messaging/Outbound
v18 v19 45 45 * If we can't use postfix for all the other transports, we'd still have to keep send queuing in Eden. 46 46 * We wouldn't get direct feedback from send attempts. Getting error info would allow warning users if their sends aren't going through within the context of msg, which is where they sent from. It would also allow alerting the site admin to config and operational problems. If postfix (or other external mailer) has an API, we might be able to get errors that way. Or we might scrape errors from its log. That might be more trouble than doing the queuing inside Eden. 47 * Postfix doesn't run under Windows (appears to be a broad consensus on this) -- it would need to be run on Linux in a virtual machine. There are mailers for Windows (at least for Windows Server)but they'd need different configuration.47 * Postfix doesn't run under Windows (appears to be a broad consensus on this) -- it would need to be run on Linux in a virtual machine. There are mailers for Windows, such as Exchange or [http://www.hmailserver.com/ hMailServer], but they'd need different configuration. 48 48 49 49 === Proposal ===