1

Topic: Upgrade Postfix to 3.0 version

Hello,
How to Upgrade Postfix 2.10.1-6.el7.centos.x86_64 to 3.0 version?

Thanks!

==== Information ====
- iRedMail version: 0.9.0
- Store mail accounts in which backend: MariaDB 10:
- Linux/BSD distribution name and version: CentOS 7
- Related log if you're reporting an issue:
====================

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Upgrade Postfix to 3.0 version

Is it available via your native package manager?

3

Re: Upgrade Postfix to 3.0 version

No, only when adding additional repositories.
Prior to the installation of the iRedMail is easily updated packages Postfix, but if you do it after you install the iRedMail, the system can not see the repository. incomprehensible...

4

Re: Upgrade Postfix to 3.0 version

Wait on Zhang to reply, looking over the shortened changelog, the config should be backwards compatible

5 (edited by kysil 2015-03-08 06:42:38)

Re: Upgrade Postfix to 3.0 version

I tried this method:

sudo touch /etc/yum.repos.d/Postfix.repo
sudo vi /etc/yum.repos.d/Postfix.repo

[postfixrepo]
name=EL-$releasever Postfix repo
baseurl=http://repos.oostergo.net/7/postfix-3.0
enabled=1
gpgcheck=1

sudo rpm --import http://repos.oostergo.net/RPM-GPG-KEY

sudo yum clean all
sudo yum upgrade postfix

And have:
Loading mirror speeds from cached hostfile
* base: mirror.atlanticmetro.net
* epel: mirrors.coreix.net
* extras: mirror.atlanticmetro.net
* updates: mirror.atlanticmetro.net
No packages marked for update

If trying
sudo yum install postfix

Have:
postfix-2.10.1-6.el7.centos.x86_64

6

Re: Upgrade Postfix to 3.0 version

iRedMail rebuilds RPM package for Postfix, and we didn't build Postfix 3.0 yet.
May i know why you need v3.0 right now?

7

Re: Upgrade Postfix to 3.0 version

For just newest server configuration.