PDA

View Full Version : Postfix Quota Patch


webbies
8th February 2007, 10:29
Hi,

when I run the command

apt-get source postfix

I get the postfix version 2.3.7 so I download

http://vda.sourceforge.net/VDA/postfix-2.3.7-vda.patch.gz

and not the file postfix-2.1.5-trash.patch mentioned in the Doku. I can patch my postfix version but when running the command dpkg-buildpackage I get an error


Unmet build dependencies: debhelper (>= 4.1.16) lsb-release libdb4.3-dev libmysqlclient15-dev | libmysqlclient14-dev libpq-dev libcdb-dev


Installing these packages is also not possible


The following packages have unmet dependencies:
libmysqlclient14-dev: Conflicts: libmysqlclient-dev
libmysqlclient15-dev: Depends: libmysqlclient15off (>= 5.0.32-3) but it is not going to be installed
Conflicts: libmysqlclient14-dev but 4.1.11a-4sarge7 is to be installed
libpq-dev: Depends: libpq4 (= 8.1.7-1) but it is not going to be installed


What can I do to solve this problem?

Kind regards!

webbies

falko
9th February 2007, 15:50
Do you use Debian Sarge?

webbies
10th February 2007, 17:16
yes I do. Your howto is also based on Debian Sarge isn't it?

falko
11th February 2007, 15:17
Yes. But where do you get Postfix 2.3.7 from? Sarge comes with Postfix 2.1.5...

webbies
11th February 2007, 21:21
hmm, I don't know. Here is my apt source list


# binary
deb http://update.onlinehome-server.info/debian stable main contrib non-free
deb http://update.onlinehome-server.info/debian-non-US stable/non-US main contri
b non-free
deb http://security.debian.org/debian-security stable/updates main contrib non-f
ree

deb http://update.onlinehome-server.info/debian testing main contrib non-free
deb http://security.debian.org/debian-security testing/updates main contrib non-
free

deb http://update.onlinehome-server.info/debian unstable main contrib non-free

#source
deb-src http://update.onlinehome-server.info/debian stable main contrib non-free
deb-src http://update.onlinehome-server.info/debian-non-US stable/non-US main co
ntrib non-free
deb-src http://security.debian.org/debian-security stable/updates main contrib n
on-free

deb-src http://update.onlinehome-server.info/debian testing main contrib non-fre
e
deb-src http://security.debian.org/debian-security testing/updates main contrib
non-free

deb-src http://update.onlinehome-server.info/debian unstable main contrib non-fr
ee

#deb http://ftp.de.debian.org/debian etch main
#deb-src http://ftp.de.debian.org/debian etch main
#deb http://security.debian.org/ etch/updates main
#deb-src http://security.debian.org/ etch/updates main


Are these settings ok?

falko
12th February 2007, 16:03
Are these settings ok?
No, because you're using Debian testing and unstable together with Sarge.
I think you will have to reinstall Sarge (don't use testing and unstable again).

webbies
12th February 2007, 17:45
These settings were the defaults of my hoster :( All the work for nothing.

Thanks for your help!