This is the /etc/preferences file I am using.
Package: dbmail
Pin: version 2*
Pin-Priority: 1500
I have tried that, with
apt-get install -t experimental dbmail-pgsql
or
apt-get --reinstall install -t experimental dbmail-pgsql
it gets back to me saying this:
dbmail-pgsql is already the newest version.
and the version in question is v1.2.9.1
i.e., it refuses to even consider anything else.
I checked the Packages.gz from experimental and didn't
> find any dbmail package
Well spotted. I had looked at it too, but when I had tried
with
<prefeences>
Package: dbmail-pqsql
Pin: version 2*
Pin-Priority: 1500
</prefeences>
It had not worked for some reason I can not remember. Now, it seems
it will almost work... except that, as can be seen from the contents
of Packages (or Packages.gz), it seems to depend on 'dbmail-mysql'.
<Packages>
Package: dbmail-pgsql
Priority: optional
Section: mail
Installed-Size: 856
Maintainer: Paul J Stevens <[EMAIL PROTECTED]>
Architecture: i386
Source: dbmail
Version: 2.1.0-0.20041021
Provides: imap-server, pop3-server
Depends: dbmail-mysql, libc6 (>= 2.3.2.ds1-4), libglib2.0-0 (>= 2.2.3),
libgmime2, libpq3 (>= 7.4), debconf (>= 1.0.32), ucf (>= 0.30)
Suggests: stunnel, exim4 | mail-transport-agent
Conflicts: imap-server, pop3-server
Filename: experimental/dbmail-pgsql_2.1.0-0.20041021_i386.deb
Size: 236838
MD5sum: 0aa79f270b85ed07d1c474a3f5ee19cc
Description: Fast and scalable sql based imap and pop mailserver
DBMAIL is a collection of programs that enables email to be
stored in and retrieved from a sql database.
.
This is the Postgresql build.
</Packages>
I dont have mysql installed on this machine, this one has PostgreSQL.
It seems as if the dependency on dbmail-mysql should be removed; or,
do I have to install MySQL to be able to use PostgreSQL build.