Your message dated Wed, 25 Nov 2015 20:53:49 +1300
with message-id <[email protected]>
and subject line Re: Bug#803735: Inconsistent column name: sieve vs. managesieve
has caused the Debian Bug report #803735,
regarding Inconsistent column name: sieve vs. managesieve
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.)
--
803735: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803735
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vmm
Version: 0.6.2-1
Severity: normal
Tags: upstream
THe example create-tables.pgsql script creates the service_set table
with column 'managesieve', but the code assumes it's called 'sieve':
root@ambassador:/etc/postgresql/9.4/main# vmm da pantsfullofunix.net
Traceback (most recent call last):
File "/usr/sbin/vmm", line 18, in <module>
sys.exit(run(sys.argv))
File "/usr/lib/python2.7/dist-packages/VirtualMailManager/cli/main.py", line
58, in run
cmd_func(run_ctx)
File
"/usr/lib/python2.7/dist-packages/VirtualMailManager/cli/subcommands.py", line
254, in domain_add
ctx.hdlr.domain_add(ctx.args[2].lower())
File "/usr/lib/python2.7/dist-packages/VirtualMailManager/handler.py", line
450, in domain_add
smtp=self._cfg.dget('domain.smtp')))
File "/usr/lib/python2.7/dist-packages/VirtualMailManager/serviceset.py",
line 81, in __init__
self._load_by_services()
File "/usr/lib/python2.7/dist-packages/VirtualMailManager/serviceset.py",
line 114, in _load_by_services
dbc.execute(sql)
psycopg2.ProgrammingError: column "sieve" does not exist
LINE 1: ...ELECT ssid FROM service_set WHERE pop3 = TRUE AND sieve = TR...
^
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--
.''`. martin f. krafft <[email protected]> @martinkrafft
: :' : proud Debian developer
`. `'` http://people.debian.org/~madduck
`- Debian - when you have better things to do than fixing systems
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)
--- End Message ---
--- Begin Message ---
also sprach Pascal Volk <[email protected]> [2015-11-03 09:29
+1300]:
> I guess you have a recent version of Dovecot (>= v2.0.0 or at
> least >=v1.2.beta2). So you have to use the file
> `create_tables-dovecot-1.2.x.pgsql' in order to create the tables.
My fault, though I found it a bit counterintuitive. You're right
it's in the docs like this, but I glanced over it.
In general, if I see files
foo-1.2.conf
foo.conf
then I am led to believe that the first applies to 1.2, possibly
*before*, while the latter is the current version.
--
.''`. martin f. krafft <[email protected]> @martinkrafft
: :' : proud Debian developer
`. `'` http://people.debian.org/~madduck
`- Debian - when you have better things to do than fixing systems
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)
--- End Message ---