Matt Sergeant wrote:
On 29-Jan-08, at 2:53 AM, [EMAIL PROTECTED] wrote:

What steps will reproduce the problem?
qpsmtpd-async(rev 838) with dnsbl plugin enabled

The Problem is, qpsmtpd will never print out the initial 220, so that
the smtp dialog can start.

I don't see that:

$ cat config/plugins
async/dnsbl
check_relay
rcpt_ok
queue/maildir /tmp/Maildir

same config here, except I'm using qmail-queue.

$ cat config/plugins
async/dnsbl
check_relay
rcpt_ok
queue/qmail-queue

and this is what I see:

$ ./qpsmtpd-async -u smtpd -p 2525
9300 Loaded Qpsmtpd::Plugin::logging::warn=HASH(0x868ea98)
9300 trying to get config for plugins
9300 trying to get config for plugin_dirs
9300 Loading async/dnsbl from ./plugins/async/dnsbl
9300 async::dnsbl hooking connect
9300 async::dnsbl hooking rcpt
9300 async::dnsbl hooking disconnect
9300 trying to get config for plugin_dirs
9300 Loading check_relay from ./plugins/check_relay
9300 check_relay hooking connect
9300 trying to get config for plugin_dirs
9300 Loading rcpt_ok from ./plugins/rcpt_ok
9300 rcpt_ok hooking rcpt
9300 trying to get config for plugin_dirs
9300 Loading queue/qmail-queue from ./plugins/queue/qmail-queue
9300 queue::qmail_2dqueue hooking queue
9300 Running as user smtpd, group smtpd
9300 Listening on 2525 with single process with poll()
9300 Loaded Qpsmtpd::Plugin::logging::warn=HASH(0x8870314)
9300 trying to get config for plugins
9300 trying to get config for plugin_dirs
9300 async::dnsbl hooking connect
9300 async::dnsbl hooking rcpt
9300 async::dnsbl hooking disconnect
9300 trying to get config for plugin_dirs
9300 check_relay hooking connect
9300 trying to get config for plugin_dirs
9300 rcpt_ok hooking rcpt
9300 trying to get config for plugin_dirs
9300 queue::qmail_2dqueue hooking queue
9300 running plugin (connect): async::dnsbl
9300 trying to get config for dnsbl_allow
9300 trying to get config for dnsbl_zones
9300 async::dnsbl plugin: Checking 5.55.104.209.zen.spamhaus.org for TXT record in the background 9300 async::dnsbl plugin: Checking 5.55.104.209.spamsources.fabel.dk for TXT record in the background
9300 Result for TXT 5.55.104.209.zen.spamhaus.org: NXDOMAIN
9300 Finished (1)
9300 Result for TXT 5.55.104.209.spamsources.fabel.dk: NXDOMAIN
9300 Finished (0)

and I never get the 220 welcome banner:

$ telnet [redacted_name] 2525
Trying [redacted_ip]...
Connected to [redacted_name].
Escape character is '^]'.
Connection closed by foreign host.
$

- mark

Reply via email to