Fix for "CentOS 6 lacks the required support for TCP dictionaries" #94
arvanus
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For CentOS 6 users, here is the fix:
Postfix 2.11 unter CentOS 6.6
https://www.bjoerns-techblog.de/2015/01/postfix-2-11-unter-centos-6-6/
Author: Björn https://www.bjoerns-techblog.de/author/bjoern-amann/
$vi /etc/yum.repos.d/postfix.repo and add the following lines:
su -c 'rpm --import http://repos.oostergo.net/RPM-GPG-KEY'
Edit /etc/yum.repos.d/CentOS-Base.repo
exclude=postfix-*
*and restart postfix
Beta Was this translation helpful? Give feedback.
All reactions