Koozali.org: home of the SME Server

prefer supervised qmail-smtpd to inetd

Ken Yap

prefer supervised qmail-smtpd to inetd
« on: October 11, 2000, 11:12:10 AM »
A svc'ed qmail-smtpd with a cdb isn't that much harder to set up than an inetd version. For this particular site I've setup E-smith for, the volume of mail justifies a standalone daemon.
Is there a good reason why qmail-smtpd is an inetd service?

Gordon Rowell

RE: prefer supervised qmail-smtpd to inetd
« Reply #1 on: October 11, 2000, 03:19:28 PM »
Ken Yap wrote:

> A svc'ed qmail-smtpd with a cdb isn't that much harder to set
> up than an inetd version. For this particular site I've setup
> E-smith for, the volume of mail justifies a standalone daemon.

That would be an impressive amount of mail (or a tiny machine).
We handle our own mail through this setup. We have certainly
been talking about the pros/cons of using tcpserver instead
of or as well as {x,rl}inetd.

> Is there a good reason why qmail-smtpd is an inetd service?

It's actually an rlinetd service, and we have not yet found a
problem with rlinetd under load (as opposed to standard inetd,
which is a problem).

RedHat's move to xinetd for RH7 has reopened the discussion
about service startup.

Gordon