![]() |
postfix/email problems...will not send emails out
I am running X-Cart (shopping cart software) on linux/ubuntu and am having problems with emails being sent out. I believe that some emails are being sent out, but it seems to be having problems sending emails to my domains.
My actual mail server that I use for the company is hosted on another server, but the domain (______.coker.com) is hosted on the linux box. When my shopping cart program tries to send emails to ______@coker.com it seems to be getting errors. Hope this makes sence. Error Log: Code:
20 09:11:09 cokerlinux1 postfix/cleanup[14706]: 6CAE0298147: message-id=<20071120141109.6CAE0298147@cokerlinux1> |
etc/postfix/main.cf (if needed):
Code:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version |
output of netstat -tap
Code:
Active Internet connections (servers and established) |
netstat -tap cont
Code:
tcp6 0 0 cokerlinux1:www server.myviphosti:28524 TIME_WAIT - |
Anyone? I just found out this is being sent to every customer. Every order placed sends an order notification to _____@coker.com, with the "from" email address being the customer's. Since email can not be delivered to _____@coker.com the customer is being sent this:
Code:
This is the Postfix program at host cokerlinux1. |
Is 66.18.46.195 your server's IP address? Do you have a firewall that blocks port 25? What's the output of
Code:
iptables -L |
Code:
Chain INPUT (policy ACCEPT)The MX record is set up correctly with our domain host, and we get mail just fine. I think that it has something to do with either subdomains of coker.com being hosted by the linux box postfix is running on, or it is because the linux box is within our local network along with several other servers. Both of those may not even be close, but I'm not sure what else it could be! So, to sum it up, when post fix sends mail to outside email hosts (not coker.com) it sends just fine and finds the correct MX record. When it tries to send to coker.com it is sending it to the web host NOT the mail host as set up in with our domain host. EDIT: Also, after going through the forums again, just wanted to let you know that each domain has been set to external mailserver, and the co-domain "coker.com" has been set to external mailserver as well. |
Quote:
|
66.18.46.196 is the public IP. Yes, it is forwarding properly. The mail server is getting mail just fine from other sources.
|
Quote:
|
| All times are GMT +2. The time now is 07:06. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.