This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Postfix / Re: postfix [127.0.0.1]:10024: Connection refused
« on: April 10, 2015, 10:11:49 AM »
Fix:
Make it enabled, like this:
Manual install:
Agree with:
Rebuild mail stack from cwp again (to install cwp configs).
Last step:
Make epel, disabled like this:
Or you will face problems on yum update.
Done.
Code: [Select]
nano /etc/yum.repos.d/epel.repo
Make it enabled, like this:
Code: [Select]
[epel]
name=Extra Packages for Enterprise Linux 6 - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Manual install:
Code: [Select]
yum install amavisd-new
Agree with:
Code: [Select]
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Importing GPG key 0x0608B895:
Userid : EPEL (6) <epel@fedoraproject.org>
Package: epel-release-6-8.noarch (installed)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Is this ok [y/N]: y
Rebuild mail stack from cwp again (to install cwp configs).
Last step:
Make epel, disabled like this:
Code: [Select]
[epel]
name=Extra Packages for Enterprise Linux 6 - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch
failovermethod=priority
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Or you will face problems on yum update.
Done.
Pages: [1]