Skip to content

osbornebrook/MailChunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages