thecaptainjs
9th January 2007, 22:23
Basically, I can send email to some places, but not others.
When I send to my yahoo address, here are some of the headers:
EHLO localhost.localdomain
Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id DCE653885AD
Received: (from apache@localhost) by localhost.localdomain
They shouldnt be like that, so how do I fix that. (I believe this is causing other problems).
A bounce I get from another mail server: "554 <apache@localhost.localdomain>: Sender address rejected: Domain not found (in reply to RCPT TO command))
Ive been working on fixing this all day! I fixed a few other problems to get to this stage, but I am stuck here! And my inexperience in linux (fedora) doesnt help.
edit: I fixed the :EHLO localhost.localdomain to what it should be. (Was located in the main.cf file for postfix)
The rest still say as above. The email i was trying to send finally started working, but should the rest of them be fixed up there?
I get warning in my logs as well, such as:
"Cannot load Certificate Authority Data" Warning TS Library problem....
When I send to my yahoo address, here are some of the headers:
EHLO localhost.localdomain
Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id DCE653885AD
Received: (from apache@localhost) by localhost.localdomain
They shouldnt be like that, so how do I fix that. (I believe this is causing other problems).
A bounce I get from another mail server: "554 <apache@localhost.localdomain>: Sender address rejected: Domain not found (in reply to RCPT TO command))
Ive been working on fixing this all day! I fixed a few other problems to get to this stage, but I am stuck here! And my inexperience in linux (fedora) doesnt help.
edit: I fixed the :EHLO localhost.localdomain to what it should be. (Was located in the main.cf file for postfix)
The rest still say as above. The email i was trying to send finally started working, but should the rest of them be fixed up there?
I get warning in my logs as well, such as:
"Cannot load Certificate Authority Data" Warning TS Library problem....