Your message dated Fri, 3 Jul 2009 13:03:18 +0200
with message-id <[email protected]>
and subject line Re: Bug#470612: Moreinfo
has caused the Debian Bug report #470612,
regarding reportbug: doesn't handle standard SMTP AUTH-after-TLS
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
470612: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470612
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: reportbug
Version: 3.31
Severity: normal


My company's mail server (mail.kdab.net, a cyrus 2.x installation) does
not offer AUTH until the client has issued STARTTLS. reportbug apparently
only evaluates the server capabilities on EHLO, not after STARTTLS, as is
mandated by the specification.

The result: reportbug exits with "your server doesn't support AUTH".

-- Package-specific info:
** Environment settings:
INTERFACE="text"

** /home/marc/.reportbugrc:
reportbug_version "3.31"
mode standard
ui text
email "[email protected]"
tls
smtphost "mail.kdab.net"
smtpuser "[email protected]"

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages reportbug depends on:
ii  python                        2.4.4-2    An interactive high-level object-o
ii  python-central                0.5.12     register and build utility for Pyt

Versions of packages reportbug recommends:
pn  python-cjkcodecs | python-ico <none>     (no description available)

-- no debconf information

-- 
Marc Mutz - [email protected], [email protected] - Klarälvdalens Datakonsult AB
Platform-independent software solutions - www.kdab.com [email protected]



--- End Message ---
--- Begin Message ---
On Thu, Jun 4, 2009 at 20:58, chaica<[email protected]> wrote:
> tags 470612 moreinfo
>
> Hi,
>
> Thanks for your report.
> If I understand the Reportbug code, it seems the sequence is the
> following one :
>
> helo
> starttls
> helo

the correct sequence is

1. ehlo
1.1 if fails, helo
2. starttls
3. ehlo
3.1 if fails, helo

> Does Reportbug proceed the wrong way ? Given Python smtplib module (doc
> available at http://www.python.org/doc/2.5.2/lib/SMTP-objects.html), it
> seems the right way to proceed. Could you provide more information about
> how to proceed ?

Indeed, that's what documentation says, therefore I'm closing this bug
report - please reopen if it still applies to a recent version of
reportbug.

Cheers,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


--- End Message ---

Reply via email to