Your message dated Mon, 24 Oct 2016 16:39:05 +0000
with message-id <[email protected]>
and subject line Bug#833452: fixed in cyrus-imapd 2.5.10-1
has caused the Debian Bug report #833452,
regarding cyrus-common: Wrong backup and check scripts specified in 
/etc/cron.daily/cyrus-imapd
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.)


-- 
833452: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833452
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cyrus-common
Version: 2.4.17+nocaldav-0~deb8u1
Severity: normal

Dear Maintainer,

The cron script that backups the mailbox data and checks the database specifies 
the wrong
binaries.

It checks for /usr/sbin/ctl_mboxlist and /usr/sbin/chk_cyrus but these script 
are to be
found in the directory /usr/lib/cyrus/bin.

You may want to adjust the crontab script or create symbolic links in /usr/sbin 
to fix this.

Thanks -- Peppo

-- System Information:
Debian Release: 8.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages cyrus-common depends on:
ii  adduser                         3.113+nmu3
ii  db-upgrade-util                 5.3.0
ii  db-util                         5.3.0
ii  debconf [debconf-2.0]           1.5.56
ii  dpkg                            1.17.27
ii  gawk                            1:4.1.1+dfsg-1
ii  libc6                           2.19-18+deb8u4
ii  libcomerr2                      1.42.12-1.1
ii  libdb5.3                        5.3.28-9
ii  libkrb5-3                       1.12.1+dfsg-19+deb8u2
ii  libldap-2.4-2                   2.4.40+dfsg-1+deb8u2
ii  libsasl2-2                      2.1.26.dfsg1-13+deb8u1
ii  libsasl2-modules                2.1.26.dfsg1-13+deb8u1
ii  libsnmp30                       5.7.2.1+dfsg-1
ii  libssl1.0.0                     1.0.1t-1+deb8u2
ii  libwrap0                        7.6.q-25
ii  libzephyr4                      3.1.2-1
ii  netbase                         5.3
ii  perl                            5.20.2-3+deb8u6
ii  postfix [mail-transport-agent]  2.11.3-1
ii  zlib1g                          1:1.2.8.dfsg-2+b1

Versions of packages cyrus-common recommends:
ii  cyrus-admin  2.4.17+nocaldav-0~deb8u1
ii  cyrus-imapd  2.4.17+nocaldav-0~deb8u1
ii  cyrus-pop3d  2.4.17+nocaldav-0~deb8u1

Versions of packages cyrus-common suggests:
ii  apt-listchanges    2.85.13+nmu1
ii  cyrus-admin        2.4.17+nocaldav-0~deb8u1
pn  cyrus-clients      <none>
pn  cyrus-doc          <none>
ii  cyrus-imapd        2.4.17+nocaldav-0~deb8u1
pn  cyrus-murder       <none>
pn  cyrus-nntpd        <none>
ii  cyrus-pop3d        2.4.17+nocaldav-0~deb8u1
pn  cyrus-replication  <none>
ii  sasl2-bin          2.1.26.dfsg1-13+deb8u1

-- Configuration Files:
/etc/cyrus.conf changed:
START {
        # do not delete this entry!
        recover         cmd="/usr/sbin/cyrus ctl_cyrusdb -r"
  
        # this is only necessary if idlemethod is set to "idled" in imapd.conf
        idled           cmd="idled"
        # this is useful on backend nodes of a Murder cluster
        # it causes the backend to syncronize its mailbox list with
        # the mupdate master upon startup
        #mupdatepush   cmd="/usr/sbin/cyrus ctl_mboxlist -m"
        # this is recommended if using duplicate delivery suppression
        delprune        cmd="/usr/sbin/cyrus expire -E 3"
        # this is recommended if caching TLS sessions
        tlsprune        cmd="/usr/sbin/cyrus tls_prune"
}
SERVICES {
        # --- Normal cyrus spool, or Murder backends ---
        # add or remove based on preferences
        #imap           cmd="imapd -U 30" listen="imap" prefork=0 maxchild=100
        imap_local      cmd="imapd -U 30 -C /etc/imapd_local.conf" 
listen="localhost:imap" prefork=0 maxchild=800
        imap_remote     cmd="imapd -U 30 -C /etc/imapd_remote.conf" 
listen="imap.inf.unibe.ch:imap" prefork=0 maxchild=800
        #imaps          cmd="imapd -s -U 30" listen="imaps" prefork=0 
maxchild=100
        imaps_remote    cmd="imapd -s -U 30 -C /etc/imapd_remote.conf" 
listen="imap.inf.unibe.ch:imaps" prefork=0 maxchild=800
        #pop3           cmd="pop3d -U 30" listen="pop3" prefork=0 maxchild=50
        pop3_remote     cmd="pop3d -U 30 -C /etc/imapd_remote.conf" 
listen="imap.inf.unibe.ch:pop3" prefork=0 maxchild=50
        #pop3s          cmd="pop3d -s -U 30" listen="pop3s" prefork=0 
maxchild=50
        pop3s_remote    cmd="pop3d -s -U 30 -C /etc/imapd_remote.conf" 
listen="imap.inf.unibe.ch:pop3s" prefork=0 maxchild=50
        #nntp           cmd="nntpd -U 30" listen="nntp" prefork=0 maxchild=100
        #nntps          cmd="nntpd -s -U 30" listen="nntps" prefork=0 
maxchild=100
        #http           cmd="httpd -U 30" listen="8008" prefork=0 maxchild=100
        #https          cmd="httpd -s -U 30" listen="8443" prefork=0 
maxchild=100
        # At least one form of LMTP is required for delivery
        # (you must keep the Unix socket name in sync with imap.conf)
        #lmtp           cmd="lmtpd" listen="localhost:lmtp" prefork=0 
maxchild=20
        lmtpunix        cmd="lmtpd" listen="/var/run/cyrus/socket/lmtp" 
prefork=0 maxchild=20
        lmtp_postfix    cmd="lmtpd" 
listen="/var/spool/postfix/var/run/cyrus/socket/lmtp" prefork=0 maxchild=20
        # ----------------------------------------------
        # useful if you need to give users remote access to sieve
        # by default, we limit this to localhost in Debian
        #sieve          cmd="timsieved" listen="localhost:sieve" prefork=0 
maxchild=100
        sieve_local     cmd="timsieved -C /etc/imapd_local.conf" 
listen="localhost:sieve" prefork=0 maxchild=100
        # this one is needed for the notification services
        notify          cmd="notifyd" listen="/var/run/cyrus/socket/notify" 
proto="udp" prefork=1
        # --- Murder frontends -------------------------
        # enable these and disable the matching services above, 
        # except for sieve (which deals automatically with Murder)
        # mupdate database service - must prefork at least 1
        # (mupdate slaves)
        #mupdate       cmd="mupdate" listen=3905 prefork=1
        # (mupdate master, only one in the entire cluster)
        #mupdate       cmd="mupdate -m" listen=3905 prefork=1
        # proxies that will connect to the backends
        #imap           cmd="proxyd" listen="imap" prefork=0 maxchild=100
        #imaps          cmd="proxyd -s" listen="imaps" prefork=0 maxchild=100
        #pop3           cmd="pop3proxyd" listen="pop3" prefork=0 maxchild=50
        #pop3s          cmd="pop3proxyd -s" listen="pop3s" prefork=0 maxchild=50
        #lmtp           cmd="lmtpproxyd" listen="lmtp" prefork=1 maxchild=20
        # ----------------------------------------------
}
EVENTS {
        # this is required
        checkpoint      cmd="/usr/sbin/cyrus ctl_cyrusdb -c" period=30
        # this is only necessary if using duplicate delivery suppression
        delprune        cmd="/usr/sbin/cyrus expire -E 3" at=0401
        # this is only necessary if caching TLS sessions
        tlsprune        cmd="/usr/sbin/cyrus tls_prune" at=0401
        
        # indexing of mailboxes for server side fulltext searches
        # reindex changed mailboxes (fulltext) approximately every other hour
        squatter_1      cmd="/usr/bin/nice -n 19 /usr/sbin/cyrus squatter -s" 
period=120
        # reindex all mailboxes (fulltext) daily
        squatter_a      cmd="/usr/sbin/cyrus squatter" at=0517
}

/etc/imapd.conf changed:
configdirectory: /var/lib/cyrus
proc_path: /run/cyrus/proc
mboxname_lockpath: /run/cyrus/lock
defaultpartition: default
partition-default: /var/spool/cyrus/mail
partition-news: /var/spool/cyrus/news
newsspool: /var/spool/news
altnamespace: yes
unixhierarchysep: yes
lmtp_downcase_rcpt: yes
duplicatesuppression: 1
allowanonymouslogin: no
popminpoll: 1
autocreatequota: 0
umask: 077
sieveusehomedir: false
sievedir: /var/spool/sieve
hashimapspool: true
sasl_mech_list: PLAIN LOGIN
loginrealms: inf.unibe.ch
virtdomains: userid
defaultdomain: inf.unibe.ch
sasl_pwcheck_method: saslauthd
sasl_auto_transition: no
tls_cert_file: /etc/ssl/certs/imap.inf.unibe.ch.pem
tls_key_file: /etc/ssl/private/imap.inf.unibe.ch.key
tls_ca_file: /etc/ssl/certs/cyrus-imapd-ca.pem
tls_ca_path: /etc/ssl/certs
tls_session_timeout: 1440
tls_cipher_list: TLSv1+HIGH:!aNULL:@STRENGTH
tls_versions: tls1_0 tls1_1 tls1_2
lmtpsocket: /var/run/cyrus/socket/lmtp
idlesocket: /var/run/cyrus/socket/idle
notifysocket: /var/run/cyrus/socket/notify
syslog_prefix: cyrus

/etc/logcheck/ignore.d.server/cyrus-imapd [Errno 13] Permission denied: 
u'/etc/logcheck/ignore.d.server/cyrus-imapd'
/etc/logcheck/violations.ignore.d/cyrus-common [Errno 13] Permission denied: 
u'/etc/logcheck/violations.ignore.d/cyrus-common'
/etc/logcheck/violations.ignore.d/cyrus-imapd [Errno 13] Permission denied: 
u'/etc/logcheck/violations.ignore.d/cyrus-imapd'

-- debconf information:
* cyrus-common/removespools: false

--- End Message ---
--- Begin Message ---
Source: cyrus-imapd
Source-Version: 2.5.10-1

We believe that the bug you reported is fixed in the latest version of
cyrus-imapd, which is due to be installed in the Debian FTP archive.

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.
Ondřej Surý <[email protected]> (supplier of updated cyrus-imapd 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: SHA512

Format: 1.8
Date: Mon, 24 Oct 2016 17:27:38 +0200
Source: cyrus-imapd
Binary: cyrus-common cyrus-doc cyrus-imapd cyrus-pop3d cyrus-admin cyrus-murder 
cyrus-replication cyrus-nntpd cyrus-caldav cyrus-clients cyrus-dev 
libcyrus-imap-perl
Architecture: source
Version: 2.5.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Cyrus Team 
<[email protected]>
Changed-By: Ondřej Surý <[email protected]>
Description:
 cyrus-admin - Cyrus mail system - administration tools
 cyrus-caldav - Cyrus mail system - CalDAV and CardDAV support
 cyrus-clients - Cyrus mail system - test clients
 cyrus-common - Cyrus mail system - common files
 cyrus-dev  - Cyrus mail system - developer files
 cyrus-doc  - Cyrus mail system - documentation files
 cyrus-imapd - Cyrus mail system - IMAP support
 cyrus-murder - Cyrus mail system - proxies and aggregator
 cyrus-nntpd - Cyrus mail system - NNTP support
 cyrus-pop3d - Cyrus mail system - POP3 support
 cyrus-replication - Cyrus mail system - replication
 libcyrus-imap-perl - Interface to Cyrus imap client imclient library
Closes: 833452
Changes:
 cyrus-imapd (2.5.10-1) unstable; urgency=medium
 .
   * Update d/watch for 2.5.x branch
   * Imported Upstream version 2.5.10
   * Fix paths to ctl_mboxlist and chk_cyrus in cron script (Closes: #833452)
   * Rebase patches on top of 2.5.10 release
Checksums-Sha1:
 30e77ae49ad8f882690c67a4f71aecae819f347a 3225 cyrus-imapd_2.5.10-1.dsc
 a8330610a239a1fa16c80d417ac1519f7a9ea146 3103914 cyrus-imapd_2.5.10.orig.tar.gz
 70a6316f33923a221523bf9a1de34337bdf1ceeb 84052 
cyrus-imapd_2.5.10-1.debian.tar.xz
Checksums-Sha256:
 b98778cf893fdab91b3ba6382fa350e1c9f8a55fd6877dcb85d2a2912c0866d9 3225 
cyrus-imapd_2.5.10-1.dsc
 b38f4fd72825a298ac47426dcd2a50c8437c2947864ba50d79a9a53fe9845c5f 3103914 
cyrus-imapd_2.5.10.orig.tar.gz
 1ca2ca961787005ce632af74ad934f46bbafa148cd8e4246b64e44edc8802b91 84052 
cyrus-imapd_2.5.10-1.debian.tar.xz
Files:
 97f3424327f361c93cfd4360e2d73444 3225 mail extra cyrus-imapd_2.5.10-1.dsc
 b738adfd7b8aa2c4b95b1d10350450ca 3103914 mail extra 
cyrus-imapd_2.5.10.orig.tar.gz
 12984cb307d3eb5988cdee8275447916 84052 mail extra 
cyrus-imapd_2.5.10-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQJ8BAEBCgBmBQJYDi9LXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzMEI5MzNEODBGQ0UzRDk4MUEyRDM4RkIw
Qzk5QjcwRUY0RkNCQjA3AAoJEAyZtw70/LsH8LoP/0sYgHR6rgDx9lhsEHccXMtp
fm+fCBMFjTyPvTP8iNbbDCDxFfxkjU9470D87K8wLpislpAUapU+dcdE5OYO8xR9
sjhs+je+RwCMH0+PIHaJnZeK5TW5XZ62abYAIzuRyid7fDSy8h1w/1Nh2Q5uPG9S
FW2h9y46zklrbD3diZkMr5rEchlZEkJcRVGXLd5aKxtrjzvODufmzAzzfpCsFRfv
ZvN/egopAmXozIF0iCqnGFKtIl+2A2Ijos8h6+1fy57PvBmAxWBM1HckzVph7qCV
Zvw96joZqYPnCMc4AA4p9EGTZqU21vjJQNebWwPeqFZDHpT2g/3qmbp3P3JgaPhM
DijUo9TnK58kLXz8bqD2fTWxTHUvuYHd2sodIf1yiIyLyXz1kT3mPjsS6dV2rP/2
6HIgZgyjVAhM9xiFs7wz+coxkQ6G7rFCL5iBRE8RsoWAzZbcFjn6L6Fj3acsbaxf
JU4B8FvnGgpQ9VZ5FadXzoV3AV8hyHlOV5m2dKPh2skfAu9EkLZOjhX4lWLRaHD/
emMJDMT0xb+vzM7GreXDYR+pVbjS6Rj/dHKZHlpVdoYZAxTGLihaLCCv+41pecbK
ScT1x6m+rKGPC4b79LrVSeyZW9lUjuiY2k5UgYlfT3iitRBliYjRDKDfgl9JXH7k
3rfDi3braP/g2ebhZsU5
=/rX4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to