Hello,
I'm having some trouble with DirectAdmin, it can't send emails (like the welcome email)
When I go to a user details and I hit the "Resend Welcome Email" action, I get this error
Please note that exim can already send email without problem using the admin user
(I already configured it to use an external smtp server and it's working correctly)
If anyone can help me with that I would be thankful.
Here is the ls -l of those files
I'm having some trouble with DirectAdmin, it can't send emails (like the welcome email)
When I go to a user details and I hit the "Resend Welcome Email" action, I get this error
An error occurred while sending the mail
Permissions on /etc/alternatives/sendmail are -rwxr-xr-x. /usr/sbin/exim needs 4755.
Please note that exim can already send email without problem using the admin user
(I already configured it to use an external smtp server and it's working correctly)
If anyone can help me with that I would be thankful.
Here is the ls -l of those files
Code:
admin@DA:~$ id
uid=1004(admin) gid=1005(admin) groups=1005(admin),8(mail)
admin@DA:~$ ls -l /etc/alternatives/sendmail
lrwxrwxrwx 1 root root 24 Oct 11 03:31 /etc/alternatives/sendmail -> /usr/lib/sm.bin/sendmail
admin@DA:~$ ls -l /usr/lib/sm.bin/sendmail
-rwxr-xr-x 1 root smmsp 860672 Aug 25 2019 /usr/lib/sm.bin/sendmail
admin@DA:~$ ls -l /usr/sbin/exim
-rwxr-xr-x 1 mail mail 1601328 Oct 8 23:27 /usr/sbin/exim
Last edited: