Wednesday, July 8, 2009

How to switch from Qmail to Postfix and vice versa?

You may run the following command to switch MTA to Postfix:

Code:

/usr/local/psa/admin/sbin/autoinstaller --select-release-current --install-component postfix
and for switching to Qmail:

Code:

/usr/local/psa/admin/sbin/autoinstaller --select-release-current --install-component qmail

1 comment:

Anonymous said...

I'm from an RPM background (yum, zypper etc) - not familiar with Ubuntu (deb?) packages.

This worked a treat!
Thanks!