我试图find一个替代回购与Postfix的中心6支持pgsql的支持。
我以前使用CentAlt,但自从那以后似乎已经死了,我试图寻找替代品。
如果可能,我宁愿不从源码编译postfix。
我已经在网上查看和在这里的其他职位,但无法find一个有效的答案。
有谁知道任何与Postfix / W pgsql支持或repo包含postfix-pgsql回购吗?
Centos7不包括PgSQl支持在基地仓库中的后缀,你将不得不使用centosplus仓库
postconf -c /etc/postfix -m | grep sql mysql
作为根
yum install yum-priorities vim /etc/yum.repos.d/CentOS-Base.repo Add the following to sections base and update exclude=postfix-* priority=1 Modify the following in section centosplus priority=2 enabled=1 Save and exit yum erase postfix yum install postfix postconf -c /etc/postfix -m | grep sql mysql pgsql
CentOS似乎至less包括PGSQL支持,至less在版本6中:
mail ~ # postconf -c /etc/postfix -m | grep sql mysql pgsql mail ~ # rpm -qa | grep postfix postfix-2.11.0-0.el6.x86_64 mail ~ # cat /etc/redhat-release CentOS release 6.5 (Final)