Wrong Return-Path - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Wrong Return-Path (/thread-14962.html) |
Wrong Return-Path - DecIRC - 08-21-2011 12:05 AM The mail my system is sending to my customers are always detected as spam. The reason is easy to understand Code: Return-Path: <webmaster@magog.cqfd.net> magog.cqfd.net is the fqdn of my server. I'm unable to find where to change the return path to have webmaster@cqfd.net instead of webmaster@magog.cqfd.net I made a search in /etc and found Code: ispcp/fcgi/working/master.php.ini:sendmail_path = "/usr/sbin/sendmail -t -i -f webmaster@magog.cqfd.net" I have replaced with webmaster@cqfd.net, and then restarted apache. I have made a search in the iscp database I have made a search in this forum (searching return-path) Any idea ? Thanks RE: Wrong Return-Path - Arcam - 08-21-2011 05:21 AM I believe you should change the value in the /var/www/fcgi/master/php5/php.ini as well, and then restart apache. The files in the working/ directories are not used by the different services. RE: Wrong Return-Path - DecIRC - 08-28-2011 11:05 PM Thanks, it's working now |