Hi!

In the file /etc/yum.repos.d/gf.repo add this config:

cat /etc/yum.repos.d/gf.repo
[gf]
name=Ghettoforge packages that won't overwrite core distro packages.
mirrorlist=http://mirrorlist.ghettoforge.org/el/7/gf/$basearch/mirrorlist
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-gf.el7
failovermethod=priority

[gf-plus]
name=Ghettoforge packages that will overwrite core distro packages.
mirrorlist=http://mirrorlist.ghettoforge.org/el/7/plus/$basearch/mirrorlist
# Please read http://ghettoforge.org/index.php/Usage *before* enabling this
repository!
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-gf.el7
failovermethod=priority
includepkgs=postfix*

[gf-testing]
name=GhettoForge packages that are currently untested.
mirrorlist=
http://mirrorlist.ghettoforge.org/el/7/testing/$basearch/mirrorlist
# This repo may contain packages that overwrite core distro packages.
Please
# read http://ghettoforge.org/index.php/Usage before enabling this
repository.
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-gf.el7
failovermethod=priority

[gf-source]
name=Ghettoforge packages - Source
mirrorlist=http://mirrorlist.ghettoforge.org/el/7/gf/SRPMS/mirrorlist
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-gf.el7
failovermethod=priority

[gf-plus-source]
name=Ghettoforge plus packages - Source
mirrorlist=http://mirrorlist.ghettoforge.org/el/7/plus/SRPMS/mirrorlist
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-gf.el7
failovermethod=priority

[gf-testing-source]
name=Ghettoforge testing packages - Source
mirrorlist=http://mirrorlist.ghettoforge.org/el/7/testing/SRPMS/mirrorlist
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-gf.el7
failovermethod=priority

from console I execute the following:

yum search postfix3

yum install postfix3.x86_64

I received this error: Couldn't open file
/etc/pki/rpm-gpg/RPM-GPG-KEY-gf.el7

then i execute the command:

yum install
http://mirror.ghettoforge.org/distributions/gf/gf-release-latest.gf.el7.noarch.rpm

yum install postfix3.x86_64



El mar., 10 de mar. de 2020 a la(s) 08:55, Peter (pe...@pajamian.dhs.org)
escribió:

> On 10/03/20 11:50 pm, Emanuel Postfix wrote:
> > I install postfix3 in Centos 7, I'm used to working with the systemctl
> > command but I can't administer the service that way. Does anyone have an
> > example of the configuration to work via systemctl?
>
> Where did you get postfix 3 from?  The packages at GhettoForge certainly
> come with systemd unit files and work fine with the systemctl command.
>
>
> Peter
>

Reply via email to