On 25/02/16 06:25, i...@itrezero.it wrote:
> I compiled postfix 3.0.3 from source code but (maybe a stupid question)…
> don’t know how to start it at boot of a Centos 7 machine!
>
> Tried with “chkconfig” and “systemctl” without any results!
>
> How can I do this? Is there a “postfix.service” to
: mercoledì 24 febbraio 2016 18:32
A: i...@itrezero.it; postfix-users@postfix.org
Oggetto: RE: Starting postfix at boot time on Centos 7
Not sure if this will help, but a Google search returned this link:
<https://www.digitalocean.com/community/tutorials/how-to-configure-a-linux-service
This command should just read
rpm -Uvh --nodeps $(repoquery --location postfix-sysvinit)
On 24/02/2016 5:48 pm, Danny Horne wrote:
> rpm -Uvh --nodeps $(repoquery --location postfix-sysvinit)
signature.asc
Description: OpenPGP digital signature
Because you installed for source rather than through Yum, you haven't
got the System V init scripts. If you try to install these via Yum
it'll want to install Postfix as well, to avoid that run -
|rpm -Uvh --nodeps $(repoquery --location postfix-sysvinit)|
Then you'll be able to run -
systemctl
On Wed, Feb 24, 2016 at 06:25:08PM +0100, i...@itrezero.it wrote:
> Hi all.
>
> I compiled postfix 3.0.3 from source code but (maybe a stupid question).
> don't know how to start it at boot of a Centos 7 machine!
>
> Tried with "chkconfig" and "systemctl" without any results!
>
> How can I do th
...@postfix.org]
On Behalf Of i...@itrezero.it
Sent: Wednesday, February 24, 2016 11:25 AM
To: postfix-users@postfix.org
Subject: Starting postfix at boot time on Centos 7
Hi all.
I compiled postfix 3.0.3 from source code but (maybe a stupid question)… don’t
know how to start it at boot of a Centos 7
Hi all.
I compiled postfix 3.0.3 from source code but (maybe a stupid question).
don't know how to start it at boot of a Centos 7 machine!
Tried with "chkconfig" and "systemctl" without any results!
How can I do this? Is there a "postfix.service" to be enabled with
systemctl?
Thank you very muc