Liam,
Thanks for creating and releasing smtptrapd.
When running smtptrapd on my linux system I was surprised to see
smtptrapd consuming 80MB of RAM. My system doesn't have an awful lot
of RAM so this was a concern to me. I tracked down the memory usage
to the use of threads. Most specifically the default settings for
creating a thread on Linux creates a very large (megabytes) stack...