JosKlever
Verified User
- Joined
- Jun 7, 2015
- Messages
- 60
This weekend the websites on my server couldn't send emails anymore. Wtih some tests I found out that this goes via /etc/sbin/sendmail, so I checked it.
However /etc/exim doesn't exist. Via internet I found that it should be a different path, so I did:
It's working again now, but I don't understand how it was caused en if this is the correct solution. Can anyone help me with this?
My system: dedicated server, AlmaLinux 8.6, DA 1.642, Custombuild 2917
As it looks like it started yesterday at the moment updated DA from 1.641 to 1.642
Code:
[root@...]# ls -l /usr/sbin/sendmail
lrwxrwxrwx 1 root root 9 Aug 7 08:59 /usr/sbin/sendmail -> /etc/exim
However /etc/exim doesn't exist. Via internet I found that it should be a different path, so I did:
Code:
[root@...]# ln -s /usr/sbin/sendmail exim
ln: failed to create symbolic link 'exim': File exists
[root@...]# ls -l /usr/sbin/sendmail
lrwxrwxrwx 1 root root 21 Aug 8 11:01 /usr/sbin/sendmail -> /etc/alternatives/mta
It's working again now, but I don't understand how it was caused en if this is the correct solution. Can anyone help me with this?
My system: dedicated server, AlmaLinux 8.6, DA 1.642, Custombuild 2917
As it looks like it started yesterday at the moment updated DA from 1.641 to 1.642