PDA

View Full Version : Problem sending mail to 2nd SMTP server inside network


kisong
28th February 2006, 19:17
I've setup Postfix under Fedora Core 4 using ISPConfig and the "Perfect setup Guide" from this website.

This box is connected directly to the Internet on IP address 70.88.225.1. The mx server information is mail.knifecenter.com at 70.88.225.1.

On my internal network, there is a LISTSERV server. It has an internal IP address of 10.10.1.131. It has an MX record of store.knifecenter.com at 70.88.225.6 (This IP address of 70.88.225.6 is routed to the 10.10.1.131 using NAT routing).

When an e-mail goes to anyaddress@store.knifecenter.com, it is routed perfectly. The listserv works flawlessly, both receiving and sending messages.

However, when a message is sent to anyaddress@store.knifecenter.com from WITHIN our network, the following error message occurs:

Feb 28 12:10:18 mail postfix/smtpd[2817]: connect from unknown[10.1.10.19]
Feb 28 12:10:18 mail postfix/smtpd[2817]: D2B963578A3: client=unknown[10.1.10.19]
Feb 28 12:10:18 mail postfix/cleanup[3446]: D2B963578A3: message-id=<C029EE25.1625C%ki@knifecenter.com>
Feb 28 12:10:18 mail postfix/qmgr[2578]: D2B963578A3: from=<ki@knifecenter.com>, size=541, nrcpt=1 (queue active)
Feb 28 12:10:18 mail postfix/smtp[3480]: connect to store.knifecenter.com[70.88.225.6]: Connection refused (port 25)
Feb 28 12:10:18 mail postfix/smtp[3480]: D2B963578A3: to=<listserv@store.knifecenter.com>, relay=none, delay=0, status=deferred (connect to store.knifecenter.com[70.88.225.6]: Connection refused)
Feb 28 12:10:18 mail postfix/smtpd[2817]: disconnect from unknown[10.1.10.19]

Is there a setting/conf file that I need to change so that the messages from WITHIN our network are routed properly and not refused by the LISTSERV?

I'm pretty sure it has something to do with how Postfix sends the message to the LISTSERV, but I can't seem to find out how to do this properly.

Ki

falko
1st March 2006, 11:22
Is it maybe a problem with your router not allowing loopbacks into your network?
Or maybe a firewall setting?

kisong
2nd March 2006, 19:05
I found the solution! It's a simple one, but I guess noone knew exactly what I was talking about.

Basically, I needed to NIC cards: one to communicated directly within the network and a second one to connect directly to the internet. With this solution, I still maintain connectivity with the internal network (file sharing, etc.) and also avoid the problem of not being able to send internet mail from within the network.

Is it maybe a problem with your router not allowing loopbacks into your network?
Or maybe a firewall setting?