Hi folks, On my site am having some language problems some non english characters come out as <>, � or ? I've checked on /etc/php.ini and look for default_charset were I have ISO-8859-1 and changed it to "latin1" or "UTF-8" and later restart apache and reboot server, and no success and still not able to receive emails... This is the mail system at host core.educandote.net. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For further assistance, please send mail to postmaster. If you do so, please include this problem report. You can delete your own text from the attached returned message. The mail system <[email protected]> (expanded from <[email protected]>): mail for core.educandote.net loops back to myself Thank you for your comments
The loops back error has always the same solution: add the domain that is mentioned in the error (in your case core.educandote.net) at the end of the file /etc/postfix/local-host-names and restart postfix.
Hi Till, I was pretty sure that I've added that record, I just did and now am receiving emails. Thanks The other thing is about language, check this out: Sitio fuera de l�nea Direcci�n E-Mail �nica Those are spanish words, I've tried changing "default_charset" in /etc/php.ini from ISO-8859-1 to UTF-8 and restart Apache, then reboot the whole machine, but seems no change Thank you for any hints
Hi Till, You were right, I went and modify /etc/httpd/httpd.conf and change values and voila, it's done, all is working now!. Thank you