Skip to content

Commit

Permalink
fix: sendmail high cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Apr 29, 2024
1 parent dce9089 commit e49ebe7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Operating-Systems/Linux/errors/sendmail-high-cpu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# sendmail process at high cpu usage
I had it sometimes under Alma Linux that after a cronjob fails the sendmail process has a high cpu usage
and runs continuously.

```bash
dnf install esmtp-local-delivery
```

0 comments on commit e49ebe7

Please sign in to comment.