I can not create threads in this forum, for some reason, so I will post it here.
I upgraded from 1.8.5 to 1.8.7 and now I can not send emails, on wordpress the error is that maybe the mail() function is not active, and on rainloop, the send button turns red and says Can’t send email.
When I use, on the console, sendmail like:
sendmail -t email@test.com
From: Test test@test.com
Subject: Test
test
.
I get the email on my inbox. I haven’t changed any settings or modified in any way the php configuration.
On the mail.err log file is this error:
server postfix/sendmail[3477]: fatal: /etc/postfix/dynamicmaps.cf: file open failed: Permission denied
I have checked the permission for this file and they are:
-rw-r----- 1 root postfix 100 Jan 28 16:20 dynamicmaps.cf
I don’t know that else to do and where to look to solve this problem.