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

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

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

Re: postfix and systemctl

2020-03-10 Thread Gerald Galster
[Install] WantedBy=multi-user.target Then reload systemd and start the service: systemctl daemon-reload systemctl enable postfix systemctl start postfix systemctl status postfix Best regards Gerald

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,