View previous topic :: View next topic |
Author |
Message |
RayVad n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 10 Nov 2005 Posts: 67 Location: Netherlands
|
Posted: Tue Oct 31, 2006 9:43 pm Post subject: Postfix sent problem [SOLVED!] |
|
|
I have setup Postfix as mailserver and can sent mail to a friend of me, who has also Postfix as mailserver running.
Log says; relay=adres[xxx.xxx.xxx.xxx], delay=1, status=sent (250 Ok: queued as 0006A35A59A)
But i can't sent mail to other other mailservers eg. hotmail, friends and my ISP mailaccounts.
Logging says; relay=none, delay=0, status=deferred (connect to Some_name_of_mailserver[xxx.xxx.xxx.xxx]: Connection refused)
I'm behind a speedtouch 510 and NAPT some ports to the mailserver, but even in DMZ sending is not working accept to Postfixserver of my friend.
What am i missing here? Are others checking on something?
Anyone has an idea?
Thanx in advance.
Regards,
Ray
Last edited by RayVad on Wed Nov 01, 2006 8:57 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
elgato319 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 15 Sep 2005 Posts: 546
|
Posted: Tue Oct 31, 2006 10:49 pm Post subject: |
|
|
can you connect via telnet (port 25) on your box to those machines?
Port 25 TCP internal -> outside should be allowed to send to other mailservers |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
RayVad n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 10 Nov 2005 Posts: 67 Location: Netherlands
|
Posted: Wed Nov 01, 2006 2:03 pm Post subject: |
|
|
Only a telnet session on port 25 to my friends mailserver. Not to the others on port 25, i get "unable to connect to remote host: Connection refused." or a "Timed out". As if they are not making use of port 25. What could cause this problem? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
elgato319 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 15 Sep 2005 Posts: 546
|
Posted: Wed Nov 01, 2006 3:25 pm Post subject: |
|
|
hmm
what exactly are the "others"?
could you give us some examples, so i can try to connect to them.
Is are there some restrictions from your isp? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
RayVad n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 10 Nov 2005 Posts: 67 Location: Netherlands
|
Posted: Wed Nov 01, 2006 4:18 pm Post subject: |
|
|
hotmail.com
zonnet.nl
xs4all.nl
hccnet.nl
bcdtravel.nl
No there are no restrictions from my ISP (XS4ALL). It says even to have port 25 open. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
elgato319 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 15 Sep 2005 Posts: 546
|
Posted: Wed Nov 01, 2006 7:57 pm Post subject: |
|
|
Code: |
nc mx1.xs4all.nl 25
220 mxdrop1.xs4all.nl ESMTP Sendmail 8.13.8/8.13.8; Wed, 1 Nov 2006 20:55:24 +0100 (CET)
|
Code: |
nc mail.bcdtravel.nl 25
220 tq3nlcsexfe01.vpn.tq3nl.nl Microsoft ESMTP MAIL Service, Version: 6.0.3790.1830 ready at Wed, 1 Nov 2006 20:58:09 +0100
|
They seem to work just fine. do you try to connect via ip or hostname? maybe the dns resolution isn´t working correctly |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
RayVad n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 10 Nov 2005 Posts: 67 Location: Netherlands
|
Posted: Wed Nov 01, 2006 8:57 pm Post subject: |
|
|
I **KISS** you man!! Thank you realy very much!
Have been breaking my head on this one, a whole week and what was this problem......DNS!
Just a stupid DNS issue here. I got in my resolv.conf this:
nameserver 10.0.0.38
nameserver <dns.myprovider.1>
nameserver <dns.myprovider.2>
And this nameserver 10.0.0.138 was the problem. I removed it and working!
Again, problems have such an easy solution most of the time
Thanks!
Best regards,
Ray |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|