Going from Postfix to Qmail

Community support for Plesk, CPanel, WebMin and others with insight from two of the founders of Plesk. Ask for help here! No question is too simple or complicated. :-)
Highland
Forum Regular
Forum Regular
Posts: 674
Joined: Mon Apr 10, 2006 12:55 pm

Going from Postfix to Qmail

Unread post by Highland »

Apparently "yum update" pulls postfix in as well. This would be fine except for a small problem they're having with it and some DKIM sites (most notably Yahoo).

So how can I go back? Is it as simple as "yum remove postfix"?
"Its not a mac. I run linux... I'm actually cool." - scott
Kalimari
Forum Regular
Forum Regular
Posts: 526
Joined: Wed Jan 02, 2008 3:21 pm
Location: United Kingdom

Re: Going from Postfix to Qmail

Unread post by Kalimari »

You can run this from the command line to replace Postfix with Qmail:

Code: Select all

/usr/local/psa/admin/sbin/autoinstaller --select-release-current --install-component qmail
Highland
Forum Regular
Forum Regular
Posts: 674
Joined: Mon Apr 10, 2006 12:55 pm

Re: Going from Postfix to Qmail

Unread post by Highland »

That did it. Thanks!
"Its not a mac. I run linux... I'm actually cool." - scott
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Going from Postfix to Qmail

Unread post by scott »

There is a bug in the way they mark up the "driver" packages in the RPM database. No matter what you're running (qmail, or postfix) the opposite will look like an update. What we ended up adding to the plesk.repo was this:

exclude=psa-mail-qc-driver*

if you're running postfix, that would exclude qmail as the upgrade. Removing that line and running "yum update" is all you'd need to do to convert from postfix to qmail, or vice versa.
Kalimari
Forum Regular
Forum Regular
Posts: 526
Joined: Wed Jan 02, 2008 3:21 pm
Location: United Kingdom

Re: Going from Postfix to Qmail

Unread post by Kalimari »

scott wrote:exclude=psa-mail-qc-driver*
That's even better!
danliker
Forum User
Forum User
Posts: 16
Joined: Wed Jul 22, 2009 4:43 am

Re: Going from Postfix to Qmail

Unread post by danliker »

now, after a long search i found this, we use qmail and on every update it installs postfix ;-(

are all peoples here using postfix ?

i added now "exclude=psa-mail-pc-driver*"
Post Reply