Your message dated Thu, 26 Jan 2017 21:38:19 +0200
with message-id <[email protected]>
and subject line Re: Bug#846371: dovecot-sieve: imapsieve not included even
though available for dovecot 2.2.24
has caused the Debian Bug report #846371,
regarding dovecot-sieve: imapsieve not included even though available for
dovecot 2.2.24
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.)
--
846371: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846371
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dovecot-sieve
Version: 1:2.2.24-1~bpo8+1
Severity: normal
Dear Maintainer,
According to <http://wiki2.dovecot.org/Pigeonhole/Sieve/Plugins/IMAPSieve>,
the imapsieve plugin is part of Pigeonhole 0.4.14, which is available for
dovecot 2.2.24.
It appears however that dovecot-sieve was built with Pigeonhole 0.4.13.
Is there a specific reason for this? If not, can this please be fixed?
best regards,
Jonas Wielicki
-- Package-specific info:
dovecot configuration
---------------------
# 2.2.24 (a82c823): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.13 (7b14904)
# OS: Linux 3.16.0-4-amd64 x86_64 Debian 8.6
doveadm_password = # hidden, use -P to show it
login_greeting = Beware! ICE protected server!
mail_location = maildir:~/Maildir
mail_plugins = " notify replication"
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto envelope encoded-character vacation
subaddress comparator-i;ascii-numeric relational regex imap4flags copy include
variables body enotify mailbox date index ihave duplicate mime foreverypart
extracttext spamtest
namespace inbox {
inbox = yes
location =
mailbox Drafts {
auto = subscribe
special_use = \Drafts
}
mailbox Junk {
auto = subscribe
special_use = \Junk
}
mailbox Sent {
auto = subscribe
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
auto = subscribe
special_use = \Trash
}
prefix =
}
passdb {
args = /etc/dovecot/ldap_zombofant.net.conf
driver = ldap
}
plugin {
mail_replica = tcp:172.23.42.18:12345
sieve = ~/.dovecot.sieve
sieve_default = /usr/local/share/sieve/default.sieve
sieve_default_name = 00-master
sieve_dir = ~/sieve
sieve_extensions = -reject -environment +spamtest
sieve_global = /usr/local/share/sieve/
}
protocols = " imap lmtp sieve sieve"
service aggregator {
fifo_listener replication-notify-fifo {
group = mail
mode = 0666
user = root
}
unix_listener replication-notify {
group = mail
mode = 0666
user = root
}
}
service auth {
unix_listener /var/spool/postfix/private/auth {
mode = 0666
}
}
service doveadm {
inet_listener {
address = *, ::
port = 12345
}
}
service imap-login {
inet_listener imap {
address = *, ::
port = 143
}
inet_listener imaps {
address = *, ::
port = 993
}
}
service managesieve-login {
inet_listener sieve {
address = *, ::
port = 4190
}
}
service replicator {
process_min_avail = 1
unix_listener replicator-doveadm {
mode = 0666
}
}
ssl_cert = </etc/dovecot/ssl.crt
ssl_cipher_list =
EDH+CAMELLIA:EDH+aRSA:EECDH+aRSA+AESGCM:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH:+CAMELLIA256:+AES256:+CAMELLIA128:+AES128:+SSLv3:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!DSS:!RC4:!SEED:!ECDSA:CAMELLIA256-SHA:AES256-SHA:CAMELLIA128-SHA:AES128-SHA
ssl_key = </etc/dovecot/ssl.key
ssl_prefer_server_ciphers = yes
ssl_protocols = !SSLv3 !SSLv2
userdb {
args = /etc/dovecot/ldap_zombofant.net.conf
default_fields = uid=vmail gid=mail home=/var/mail/%Ln
driver = ldap
}
userdb {
args = /etc/dovecot/ldap_disposable.conf
default_fields = uid=vmail gid=mail home=/var/mail/%Ln
driver = ldap
}
protocol lda {
mail_plugins = " notify replication sieve"
}
protocol imap {
mail_plugins = " notify replication imap_sieve"
}
-- System Information:
Debian Release: 8.6
APT prefers stable
APT policy: (990, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages dovecot-sieve depends on:
ii dovecot-core 1:2.2.24-1~bpo8+1
ii libc6 2.19-18+deb8u6
ii ucf 3.0030
dovecot-sieve recommends no packages.
dovecot-sieve suggests no packages.
Versions of packages dovecot-sieve is related to:
ii dovecot-core [dovecot-common] 1:2.2.24-1~bpo8+1
ii dovecot-dbg 1:2.2.24-1~bpo8+1
ii dovecot-dev 1:2.2.25-1
pn dovecot-gssapi <none>
ii dovecot-imapd 1:2.2.24-1~bpo8+1
ii dovecot-ldap 1:2.2.24-1~bpo8+1
ii dovecot-lmtpd 1:2.2.24-1~bpo8+1
ii dovecot-managesieved 1:2.2.24-1~bpo8+1
pn dovecot-mysql <none>
pn dovecot-pgsql <none>
pn dovecot-pop3d <none>
ii dovecot-sieve 1:2.2.24-1~bpo8+1
pn dovecot-sqlite <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Package: dovecot-sieve
Version: 1:2.2.25-1
Hi,
On 17:57 Wed 30 Nov , [email protected] wrote:
> Dear Maintainer,
>
> According to <http://wiki2.dovecot.org/Pigeonhole/Sieve/Plugins/IMAPSieve>,
> the imapsieve plugin is part of Pigeonhole 0.4.14, which is available for
> dovecot 2.2.24.
>
> It appears however that dovecot-sieve was built with Pigeonhole 0.4.13.
>
> Is there a specific reason for this? If not, can this please be fixed?
Closing this; 2.2.25 was shipped with Pigeonhole 0.4.13, including
imapsieve support. Thanks for the report!
Regards,
Apollon
--- End Message ---