Le tridi 3 fructidor, an CCXXV, Tom Browder a écrit :
> > # systemctl start postfix
> > # systemctl status postfix
> >
> > and got several lines basically saying posfix.service was disabled.
> The exact message is:
>
> * postfix.service - Postfix Mail Transport Agent
> Loaded: loaded (/etc/systemd/system/postfix.service; disabled)
Looks like Postfix is running correctly.
Note that "systemctl start" is transient. If you want to make it start
automatically at boot, you have to use "systemctl enable".