|
|
Re: Strange mail() behaviors: msg#00272
php.tcphp
|
Subject: |
Re: Strange mail() behaviors |
Is there a way I can just put the workaround into httpd.conf as an envvar?
Anoop Atre wrote:
Ryan
Ok not much of an insight into the problem but I have to agree with
Sam that a diff on the postfix config files from the working and the
non is what you might want to try, did you per chance lose the
myhostname config info in main.cf?
Another diff you might want to try is between results for "postconf
-n" on the good severs and the very bad server. [Not nice but there is
always $mail->setReturnPath("duh-3/s/Xuk3ieU@xxxxxxxxxxxxxxxx"); to try(?)]
~
On 6/27/05, Ryan Coleman <ryan-TYkzGg8DGXc@xxxxxxxxxxxxxxxx> wrote:
Don't worry about time. This hasn't worked for 5 months! Just deploying
a final product soon and want to have the email working right.
I'll try it later. thanks for the help sam!
--
Ryan
Sam Buchanan wrote:
On 6/27/05, Ryan Coleman wrote about sendmail_path:
Undefined. On all three machines.
What would you recommend?
Well, it's just a thought. Since it's working on the other machines,
you might want to look closer at config differences, for which I have
no further suggestions right now.
sendmail_path="/path/to/sendmail -f
default.address-hcDgGtZH8xNAfugRpC6u6w@xxxxxxxxxxxxxxxx"
This will force the sender address to be
"default.address-hcDgGtZH8xNAfugRpC6u6w@xxxxxxxxxxxxxxxx", and therefore the
Return-Path header
(which you can't set directly, that's sendmail's job). Of course, you
might want to set other switches on sendmail, or use something other
than sendmail entirely. Check the relevant man pages.
Sorry if I'm slow to respond and have to be quick, I'm grabbing time
away from a conference.
Anyway, hope that helps,
Sam
---------------------------------------------------------------------
To unsubscribe, e-mail: talk-unsubscribe-4zcLI8jJc/rYtjvyW6yDsg@xxxxxxxxxxxxxxxx
Please read and follow the list guidelines:
http://www.tcphp.org/mailing_list/guidelines
The tcphp.org mailing list is sponsored by pajunas interactive, inc.
---------------------------------------------------------------------
To unsubscribe, e-mail: talk-unsubscribe-4zcLI8jJc/rYtjvyW6yDsg@xxxxxxxxxxxxxxxx
Please read and follow the list guidelines:
http://www.tcphp.org/mailing_list/guidelines
The tcphp.org mailing list is sponsored by pajunas interactive, inc.
---------------------------------------------------------------------
To unsubscribe, e-mail: talk-unsubscribe-4zcLI8jJc/rYtjvyW6yDsg@xxxxxxxxxxxxxxxx
Please read and follow the list guidelines:
http://www.tcphp.org/mailing_list/guidelines
The tcphp.org mailing list is sponsored by pajunas interactive, inc.
|
|