Re: postfix and systemctl

2020-03-10 Thread Peter
On 11/03/20 1:10 am, Emanuel Postfix wrote: In the file /etc/yum.repos.d/gf.repo add this config: Get rid of that, the gf-release package contains that file. from console I execute the following: yum --nogpg install http://mirror.ghettoforge.org/distributions/gf/gf-release-latest.gf.el7.no

Re: postfix and systemctl

2020-03-10 Thread Emanuel Postfix
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-KE

Re: postfix and systemctl

2020-03-10 Thread Peter
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 Gh

Re: postfix and systemctl

2020-03-10 Thread Gerald Galster
> 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? You should check if there is a postfix service file for systemd: [root@server ~]# rpm -ql po

postfix and systemctl

2020-03-10 Thread Emanuel Postfix
Hello, 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? Thank you. Regards,