root@atlanticfoods:~# systemctl restart postfix && systemctl status postfix -l --no-pager
â postfix.service - Postfix Mail Transport Agent
Loaded: loaded (/lib/systemd/system/postfix.service; enabled; vendor preset: enabled)
Active: active (exited) since Wed 2024-07-17 22:08:00 CEST; 25ms ago
Docs: man:postfix(1)
Process: 89587 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 89587 (code=exited, status=0/SUCCESS)
CPU: 13ms
Jul 17 22:08:00 atlanticfoods.ma systemd[1]: Starting Postfix Mail Transport AgentâŠ
Jul 17 22:08:00 atlanticfoods.ma systemd[1]: Finished Postfix Mail Transport Agent.
The active (exited) status seen in the previous screenshot indicates that Postfix is not running as a daemon but instead starts, performs its task, and exits.
This could be normal behavior if Postfix is configured to run in a specific mode or if itâs triggered by another process!
You can get to the services at startup from here to check the status. Not sure what the last one is but donât make changes unless staff tells you too.