July 22, 2007
Interesting problem using OpenBSD + Postfix for mass email campaigns
OpenBSD's default maximum number of file descriptors is 1772. Postfix accepts mail and then writes the mail to disk, hence every incoming email uses at least one file descriptor and possibly more. This became a problem when sending out 100,000+ emails within a two hour period...
[
Read More ]