ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: shab on February 22, 2005, 09:53:06 am

Title: return path using sendmail
Post by: shab on February 22, 2005, 09:53:06 am
Hi Guys,

I assume listmail pro is using sendmail but I cant seem to get the return paths working. The return path email value is equal to send as email value. I need to change the return path changed but I've only managed to do this using SMTP sends but not internal sendmail.

How do i Rectify this?

btw, I'm using cpanel 10 and i have root access.
Title: return path using sendmail
Post by: DW on February 22, 2005, 02:27:19 pm
In config.php try uncommenting the following line

Code: [Select]
// $phpmailf = 1;
to read:

Code: [Select]
$phpmailf = 1;

If you get an additional header attached to your email, such as "X-Authentication-Warning... ", you need to add the "apache" user as "trusted" in sendmail.

Regards!
Title: return path using sendmail
Post by: shab on February 23, 2005, 11:34:44 am
Hi Dean,

phpmailf is already set to 1 before I posted here.

I have Authentication-Results:   in my header but not with the one you mentioned.
Title: return path using sendmail
Post by: DW on February 23, 2005, 10:35:55 pm
ListMail should correctly set the Return-path under cPanel with $phpmailf enabled.  This was just confirmed under cPanel 9.  Maybe I'm a fool to assume it should work with 10 as well.  Still can't figure it out?  Let me try (http://listmailpro.com/support?t=other) :)

Regards