Author Topic: return path using sendmail  (Read 1779 times)

shab

  • Posts: 12
    • View Profile
return path using sendmail
« 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.
Submit Your Articles Now...
http://www.365articles.com

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
return path using sendmail
« Reply #1 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!
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

shab

  • Posts: 12
    • View Profile
return path using sendmail
« Reply #2 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.
Submit Your Articles Now...
http://www.365articles.com

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
return path using sendmail
« Reply #3 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 :)

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting