Implications
Multiple sendmail processes write incoming messages to the queue, but only one sendmail process typically handles scanning the queue and transmitting messages
- Very easy to accept messages faster than you can process them
Process to send messages is single-threaded
- A single slow site can backlog the whole system