Page 1 of 1

Postfix deinstallieren

Posted: 2004-05-12 22:36
by pluescho
Ich will Qmail nach diesem Tutorial installieren.
Dies funktioniert aber nicht. Folgende Fehlermeldung kommt:

Code: Select all

rootserver:~# dpkg -i /tmp/qmail/qmail_1.03-24_i386.deb
dpkg: considering removing postfix in favour of qmail ...
dpkg: no, cannot remove postfix (--auto-deconfigure will help):
 postfix-pcre depends on postfix (= 1.1.11-0.woody3)
  postfix is to be removed.
dpkg: regarding .../qmail/qmail_1.03-24_i386.deb containing qmail:
 qmail conflicts with mail-transport-agent
  postfix provides mail-transport-agent and is installed.
dpkg: error processing /tmp/qmail/qmail_1.03-24_i386.deb (--install):
 conflicting packages - not installing qmail
Errors were encountered while processing:
 /tmp/qmail/qmail_1.03-24_i386.deb
dpkg -r postfix funktioniert leider nich. Wie krieg ich das Postfix deinstalliert?

Re: Postfix deinstallieren

Posted: 2004-05-13 00:55
by dodolin
apt-get remove postfix postfix-pcre

Re: Postfix deinstallieren

Posted: 2004-05-13 01:27
by pluescho
dodolin wrote:apt-get remove postfix postfix-pcre
thx :]