Qmail
[Top] [All Lists]

Re: patch for tcpserver

To: qmail@list.cr.yp.to
Subject: Re: patch for tcpserver
From: John Levine <johnl@iecc.com>
Date: 25 Mar 2007 21:48:06 -0000
Cc: kyle-qmail@memoryhole.net
Delivered-to: sp-com-lists@consult.net
Delivered-to: gmail-qmail@securepoint.com
Delivered-to: sp.com.list@gmail.com
Delivered-to: mailing list qmail@list.cr.yp.to
In-reply-to: <20070325154352.GG5144@aleut.local>
Mailing-list: contact qmail-help@list.cr.yp.to; run by ezmlm
Organization:
>What is the benefit of using MySQL? Normally adding a dependency on a 
>large external piece of software for communicating a bit of 
>information that small is considered a bad thing (well, wasteful 
>and/or pointless, anyway) unless there's a significant other benefit.

It might be useful if you have a pool of servers sharing a single
database of pop-before-smtp, but I would think for that application NFS
would be adequate.

I have a greylist application with a little perl server that answers
UDP requests from qmail-smtpd.  The greylist database is in a perl
table, dumped out to a file every 10 minutes in case of crashes.  In
retrospect I could have done the whole greylist thing in the
filesystem, but I think the UDP request code is smaller and simpler
than putting the greylister into qmail-smptd, and the perl program
runs as an unprivileged user.

R's,
John

<Prev in Thread] Current Thread [Next in Thread>