Postfix Quota Patch

Discussion in 'HOWTO-Related Questions' started by webbies, Feb 8, 2007.

  1. webbies

    webbies New Member

    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

    Code:
    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

    Code:
    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
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Do you use Debian Sarge?
     
  3. webbies

    webbies New Member

    yes I do. Your howto is also based on Debian Sarge isn't it?
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Yes. But where do you get Postfix 2.3.7 from? Sarge comes with Postfix 2.1.5...
     
  5. webbies

    webbies New Member

    hmm, I don't know. Here is my apt source list

    Code:
    # 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?
     
  6. falko

    falko Super Moderator ISPConfig Developer

    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).
     
  7. webbies

    webbies New Member

    These settings were the defaults of my hoster :( All the work for nothing.

    Thanks for your help!
     

Share This Page