Your message dated Sat, 26 Mar 2005 21:47:54 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#295306: fixed in uw-imap 7:2002edebian1-7
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 14 Feb 2005 22:54:45 +0000
>From [EMAIL PROTECTED] Mon Feb 14 14:54:45 2005
Return-path: <[EMAIL PROTECTED]>
Received: from adsl-63-198-191-179.dsl.snfc21.pacbell.net (chocula.wapacut.com) 
[63.198.191.179] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D0p76-0006aH-00; Mon, 14 Feb 2005 14:54:44 -0800
Received: from chocula.wapacut.com (localhost [127.0.0.1])
        by chocula.wapacut.com (8.13.2/8.13.2/Debian-1) with ESMTP id 
j1EMsdLI005418
        (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
        Mon, 14 Feb 2005 14:54:39 -0800
Received: (from [EMAIL PROTECTED])
        by chocula.wapacut.com (8.13.2/8.13.2/Submit) id j1EMsdoE005416;
        Mon, 14 Feb 2005 14:54:39 -0800
Message-Id: <[EMAIL PROTECTED]>
X-Authentication-Warning: chocula.wapacut.com: krishna set sender to [EMAIL 
PROTECTED] using -f
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Krishna `Shamu' Sethuraman" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: debian/uw-imapd-ssl.postinst clobbers existing imaps line params
X-Mailer: reportbug 3.2
Date: Mon, 14 Feb 2005 14:54:39 -0800
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: uw-imapd
Version: 7:2002edebian1-6
Severity: serious
Justification: Policy 10.7.3


Ref also bug 190314 .  Sorry if the Justification tag is wrong, but I
suspect it's related to that section.  uw-imapd-ssl.postinst under sarge
clobbers my sysadmin's /etc/inetd.conf line:

#imaps  stream  tcp     nowait  root    /usr/sbin/tcpd /usr/sbin/imapd
# Removed tcpd from imaps so I can limit imapd to localhost for webmail
imaps   stream  tcp     nowait  root    /usr/sbin/imapd

This last upgrade changed the imaps line to:

imaps   stream  tcp     nowait  root    /usr/sbin/tcpd /usr/sbin/imapd

possibly as a result of DEBIAN/postinst:
 
 in `echo "$RET" | sed 's/,/ /g'`; do
 ...
       elif [ "$i" = "imaps" ]; then
    update-inetd --group mail --add "imaps  stream  tcp nowait  root    
/usr/sbin/tcpd /usr/sbin/imapd";
        fi
done

and screwed up local imaps access (via pine and squirrelmail) to the SSL imapd
server.  I suspect upgrades aren't supposed to clobber existing lines in
the inetd.conf, so I'm not sure what happened here.  

Thanks,
Krishna Sethuraman

P.S. He enables imapd (non-SSL) in /etc/hosts.allow for localhost clients 
(squirrelmail, in this case) to connect localhost's imapd, but needs to have 
imaps available to the outside world.  Since imapd and imaps run through 
the same daemon, one protocol needs to be run from inetd via tcpd and the 
other one not.  

If you think this should be set up in a different way let me know, but I
still suspect the postinst script should catch this case and deal with
it properly -- since I think it would be a fairly standard setup (imapd
for outside mail clients, imapd for squirrelmail).


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i586)
Kernel: Linux 2.4.18-bf2.4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages uw-imapd depends on:
ii  debconf                 1.4.30.11        Debian configuration management sy
ii  libc-client2002edebian  7:2002edebian1-6 UW c-client library for mail proto
ii  libc6                   2.3.2.ds1-20     GNU C Library: Shared libraries an
ii  libcomerr2              1.35-6           The Common Error Description libra
ii  libkrb53                1.3.6-1          MIT Kerberos runtime libraries
ii  libpam-runtime          0.76-22          Runtime support for the PAM librar
ii  libpam0g                0.76-22          Pluggable Authentication Modules l
ii  libssl0.9.7             0.9.7e-2         SSL shared libraries
ii  openssl                 0.9.7e-2         Secure Socket Layer (SSL) binary a

-- debconf information:
* uw-imapd/protocol: imap2, imaps

---------------------------------------
Received: (at 295306-close) by bugs.debian.org; 27 Mar 2005 02:54:18 +0000
>From [EMAIL PROTECTED] Sat Mar 26 18:54:17 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DFNur-00087E-00; Sat, 26 Mar 2005 18:54:17 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DFNog-0007W0-00; Sat, 26 Mar 2005 21:47:54 -0500
From: Jonas Smedegaard <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#295306: fixed in uw-imap 7:2002edebian1-7
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 26 Mar 2005 21:47:54 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: uw-imap
Source-Version: 7:2002edebian1-7

We believe that the bug you reported is fixed in the latest version of
uw-imap, which is due to be installed in the Debian FTP archive:

ipopd-ssl_2002edebian1-7_all.deb
  to pool/main/u/uw-imap/ipopd-ssl_2002edebian1-7_all.deb
ipopd_2002edebian1-7_powerpc.deb
  to pool/main/u/uw-imap/ipopd_2002edebian1-7_powerpc.deb
libc-client-dev_2002edebian1-7_powerpc.deb
  to pool/main/u/uw-imap/libc-client-dev_2002edebian1-7_powerpc.deb
libc-client2002edebian_2002edebian1-7_powerpc.deb
  to pool/main/u/uw-imap/libc-client2002edebian_2002edebian1-7_powerpc.deb
mlock_2002edebian1-7_powerpc.deb
  to pool/main/u/uw-imap/mlock_2002edebian1-7_powerpc.deb
uw-imap_2002edebian1-7.diff.gz
  to pool/main/u/uw-imap/uw-imap_2002edebian1-7.diff.gz
uw-imap_2002edebian1-7.dsc
  to pool/main/u/uw-imap/uw-imap_2002edebian1-7.dsc
uw-imapd-ssl_2002edebian1-7_all.deb
  to pool/main/u/uw-imap/uw-imapd-ssl_2002edebian1-7_all.deb
uw-imapd_2002edebian1-7_powerpc.deb
  to pool/main/u/uw-imap/uw-imapd_2002edebian1-7_powerpc.deb
uw-mailutils_2002edebian1-7_powerpc.deb
  to pool/main/u/uw-imap/uw-mailutils_2002edebian1-7_powerpc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <[EMAIL PROTECTED]> (supplier of updated uw-imap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 27 Mar 2005 01:02:28 +0100
Source: uw-imap
Binary: libc-client2002edebian uw-imapd libc-client-dev mlock ipopd ipopd-ssl 
uw-imapd-ssl uw-mailutils
Architecture: source all powerpc
Version: 7:2002edebian1-7
Distribution: unstable
Urgency: high
Maintainer: Jonas Smedegaard <[EMAIL PROTECTED]>
Changed-By: Jonas Smedegaard <[EMAIL PROTECTED]>
Description: 
 ipopd      - POP2 and POP3 servers from UW
 ipopd-ssl  - Dummy upgrade package for ipopd
 libc-client-dev - UW c-client library for mail protocols
 libc-client2002edebian - UW c-client library for mail protocols
 mlock      - Mailbox locking program from UW
 uw-imapd   - remote mail folder access server
 uw-imapd-ssl - Dummy upgrade package for uw-imapd
 uw-mailutils - C-client support programs from UW
Closes: 295306 301213
Changes: 
 uw-imap (7:2002edebian1-7) unstable; urgency=high
 .
   * Acknowledge NMU. Closes: bug#295306 (thanks to Steve Langasek
     <[EMAIL PROTECTED]> and others helping out).
   * Fix patch in NMU to not fail in preinst if grep provides no result.
     Closes: bug#301213 (thanks to Adam Sjøgren <[EMAIL PROTECTED]> and
     Rene Konasz <[EMAIL PROTECTED]> for reporting, and Darren Salt
     <[EMAIL PROTECTED]> and Steve Langasek
     <[EMAIL PROTECTED]> for help fixing).
   * Fix grep'ing for imap in prerm of ipopd.
     WARNING: If you've managed
   * Adjust indenting of NMU patch to coding style of remianing scripts.
   * Set urgency=high for same reason as the NMU.
   * Respect the word "reasonable" in Debian Policy about enabling
     warnings: Suppress excessive but seemingly non-fatal warnings to
     easer spot more important ones.
Files: 
 3a012785b06246a1c1530a1ab35971bf 771 mail optional uw-imap_2002edebian1-7.dsc
 0d18538f41eb545b8f7302fe36ec764b 83257 mail optional 
uw-imap_2002edebian1-7.diff.gz
 a585cde8a6a0d90272dfe0044a6a22d5 20038 mail optional 
uw-imapd-ssl_2002edebian1-7_all.deb
 0e0613f022c1ea3fc485bc9508812b54 20032 mail optional 
ipopd-ssl_2002edebian1-7_all.deb
 8e98af062aa364cced73c747e6e30f54 68966 mail optional 
uw-imapd_2002edebian1-7_powerpc.deb
 fe0fb494cc31a10cfec4fcae76c739be 43460 mail optional 
ipopd_2002edebian1-7_powerpc.deb
 730e59f98ca3f364cc374ef345e63c9b 1368310 libdevel optional 
libc-client-dev_2002edebian1-7_powerpc.deb
 d5c3b5545b9f77628dccf10a0181f4e7 584378 libs optional 
libc-client2002edebian_2002edebian1-7_powerpc.deb
 c92dc33ad08ef8bcf6fb4a0488f11624 25752 mail optional 
mlock_2002edebian1-7_powerpc.deb
 7973e7e67ba98c2449917709b41c8099 49574 mail optional 
uw-mailutils_2002edebian1-7_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCRhMkn7DbMsAkQLgRAr4LAKCLCZ4RrnO9zdEXi163FeKIovES+QCfa8Rj
dn8SEroqooqPaBOGU2s4AO4=
=qNgm
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to