-
Notifications
You must be signed in to change notification settings - Fork 0
osbornebrook/MailChunk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
mailchunk... Purpose -------- Mailchunk will aggregate emails for bulk sending to postfix (or other mail servers ?) to enable better queue management (ie allow postfix to send multiple emails to the same domain using just one connection) It acts as a drop in SMTP server eliminating the need to recode existing web-based mailers How it Works (proposed ;) Mailchunk will accept mail connections and add the new mail to an existing buffer. When that buffer has reached BUFFER_LIMIT emails it should write that buffer to file (currently written to an array) When QUEUE_TIME has been reached up to QUEUE_LIMIT emails will be sent to the SMTP_SERVER TO DO Use Files to send message chunks to Catch interrupts to ensure no mail loss
About
An SMTP proxy to limit stress on outgoing mail servers
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published