my OCS instance in combination with Postfix send the mails ok, but not
every one receive them.
I observed that the header of messages sent from the OCS email forms
have a wrong Return-Path, like: apache@.ro
Searching for a solution, I observed that if I modify the php.ini
file by adding:
- Code: Select all
sendmail_path = /usr/sbin/sendmail -t -i -f myemail@mydomain.com
the message will reach the final destination.
The questions:
- what changes to make to have the return-path adress equal whith the "from adress" ?
- Is the OCS mail () form wrong or I must work on my php.ini file ?
Regards,
Ionut
