Michael Holzt wrote:
Having RTFM, I have worked it out. I think I need to use the forkserver
and not use tcprules. ie use the scripts in the wiki.

For only 800 mails per day in my opinion tcpserver is fine as well. I
process 8000-1000 mails per day and still use tcpserver (and a rather
outdated qpsmtpd 0.28 with custom patches).

I just wrote a run script for qpsmtpd-forkserver (since the p0f plugin only works with the forking server). This integrates better with the rest of qmail/daemontools and saves me from having to run it on startup.

--snip--
#!/bin/sh

exec ./qpsmtpd-forkserver -p 2525 -u smtpd 2>&1
--snip--

Reply via email to