Postfix don't start suddenly #75

Closed
opened 2023-12-15 07:35:12 +02:00 by Nudeldudel · 13 comments

From Yesterday to today, Postfix don't start an no eMails are tranfered. I didn't chenge anything onto the server.

From Yesterday to today, Postfix don't start an no eMails are tranfered. I didn't chenge anything onto the server.

Did you try rebooting the server?

Did you try rebooting the server?

Yes I did, from App and manually. Nothing changes. Starting the service by App is not implemented, Console said.

So I use the command "postfix start", but eMails are still not transfered.

Yes I did, from App and manually. Nothing changes. Starting the service by App is not implemented, Console said. So I use the command "postfix start", but eMails are still not transfered.

I read errormeessenges fom other Mail-Accounts: It seems to be a TLS Problem !?!

The Cert is from 22.11.2023 til 20.02.2024.

As I gues, the cert of root-domain is used...

I read errormeessenges fom other Mail-Accounts: It seems to be a TLS Problem !?! The Cert is from 22.11.2023 til 20.02.2024. As I gues, the cert of root-domain is used...

Are there any errors in the postfix logs?

journalctl -r -u postfix.service

You can share logs here or at pad.selfprivacy.org using the account of this forgejo.

Are there any errors in the postfix logs? ``` journalctl -r -u postfix.service ``` You can share logs here or at pad.selfprivacy.org using the account of this forgejo.
https://pad.selfprivacy.org/s/OAu7KqP0C#

Looks like something else failed, and it is probably the certificate retrieval?

Please check which system units failed with systemctl list-units --failed and if there are some failed units, check the logs with the same command

journalctl -r -u the-unit-name
Looks like something else failed, and it is probably the certificate retrieval? Please check which system units failed with `systemctl list-units --failed` and if there are some failed units, check the logs with the same command ``` journalctl -r -u the-unit-name ```

rspamd is the only service, which failed

https://pad.selfprivacy.org/s/UIarGKtYU#

rspamd is the only service, which failed https://pad.selfprivacy.org/s/UIarGKtYU#

What is the output of ls -la /var/lib/rspamd/ and df -h? lsblk will also be useful.

What is the output of `ls -la /var/lib/rspamd/` and `df -h`? `lsblk` will also be useful.
https://pad.selfprivacy.org/s/FPuMfZ2rY# https://pad.selfprivacy.org/s/geQBp1mFA# https://pad.selfprivacy.org/s/UnBuGokOX#

Ping!

Ping!

I'm still not sure what happened on your server. Does the following command help? (resetting rspamd entirely)

systemctl stop rspamd.service && rm -r /var/lib/rspamd && systemctl start rspamd.service && systemctl restart postfix.service
I'm still not sure what happened on your server. Does the following command help? (resetting rspamd entirely) ``` systemctl stop rspamd.service && rm -r /var/lib/rspamd && systemctl start rspamd.service && systemctl restart postfix.service ```

Exactly ist works fine! Very much and so on. It's great again.

Exactly ist works fine! Very much and so on. It's great again.

And it leaves us with more questions than answers......

Please let us know if it happens again.

And it leaves us with more questions than answers...... Please let us know if it happens again.
Sign in to join this conversation.
No Label
Docs
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: SelfPrivacy/selfprivacy.org#75
There is no content yet.