Qmail
[Top] [All Lists]

Re: SMTP_AUTH + RBLs

To: "qmail list" <qmail@list.cr.yp.to>
Subject: Re: SMTP_AUTH + RBLs
From: "Steve Brown" <sbrown25@gmail.com>
Date: Fri, 9 Mar 2007 14:40:47 -0600
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
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KuNvnR98uVuj105fZzokI71ZtVPAUiLXovdL1PuW+1WKgVfma7TxqoIPNLAbq2vbRgN8PgbP6jJ7QSUZVwRedGQJH5lJ5HFWVYkyXZeCz7eYECxVrMYMM604ahKC7f6975I6CWV7jJnezBsKcTR5wKfQww7YN4h4oq1bJhRY4Xo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=C4MARWO5KHr01BrR+leTP+Yee5J9U0ExAUqpvEbxPkksxwJlDkFnHOhiKMNgKhZ3AA1tPCmjiG5ty1yFniaknSBPa94cjY4D8rGnpySHmZF+gmEPPpIbABF1WpbmvhrL78svti0QcqxEmMq9+lQwEMV63mFHPhyQMjXupp6fDRg=
Domainkey-status: good (test mode)
In-reply-to: <20070309194944.GD4080@c-76-18-79-168.hsd1.nm.comcast.net>
Mailing-list: contact qmail-help@list.cr.yp.to; run by ezmlm
References: <1f4ef0970703090910s6e36cae7j51f63a938ea98ff5@mail.gmail.com> <20070309194944.GD4080@c-76-18-79-168.hsd1.nm.comcast.net>
No. Think about it: what is the process here?

Yeah, that's pretty much what I figured.  I'll just have to remove the
rblsmtpd call.  This service is actually for SMTPS on port 485, so
removing the RBLs isn't a big deal.

For the sake of discussion, and since I can't replicate the home
user's env from the office for testing, let me ask this.  From the man
page, I see that rblsmtpd requires prog to actually get the message.
Is it possible to change the order of the programs called by tcpserver
to do something wacky like:

tcpserver {options} <host> <port> \
fixcrio \
qmail-smtpd {options} \
rblsmtpd {options} \
qmail-smtpd {options}

Would setting the appropriate env vars by authenticating in the first
qmail-smtpd allow tcpserver to skip calling rblsmtpd?  Or at least
allow rblsmtpd to not perform the checks?  Or will tcpserver still
call rblsmtpd regardless of  what happens in the other programs called
before it?

Steve

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