My POSTEFIXE it stops by itself

SYSTEM INFORMATION
OS type and version Ubuntu Linux 20.04.6
Webmin version 2.111
Usermin version 2.010
Virtualmin version 7.20.1 Pro
Theme version 21.10
Package updates All installed packages are up to date

Hello friends please my POSTEFIXE it stops by itself all the time even if I restart it it stops again and again please can someone help me

Hello,

There must be an error in one of the Postfix files. You can check it by running:

systemctl restart postfix && systemctl status postfix -l --no-pager

Check the output and find a way to fix it.

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.

Try also checking journal, e.g.:

journalctl -u postfix --since "30 minutes ago"

Jul 17 22:07:56 atlanticfoods.ma systemd[1]: postfix.service: Deactivated successfully.
Jul 17 22:07:56 atlanticfoods.ma systemd[1]: Stopped Postfix Mail Transport Agent.
Jul 17 22:07:56 atlanticfoods.ma systemd[1]: Stopping Postfix Mail Transport Agent

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.
Jul 17 22:13:26 atlanticfoods.ma systemd[1]: Reloading Postfix Mail Transport Agent

Jul 17 22:13:26 atlanticfoods.ma systemd[1]: Reloaded 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!

based on your experience and expertise what should I do

I don’t know. Maybe grab a beer and take a break?

2 Likes

hhhhhhh i like you and i like all staf beleve me i like you all but i have the costmer call me evry hour i need the soulution :slight_smile:

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.

1 Like

MErci la voila

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.