![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| IP Networking Questions involving TCP/IP, Routers, Hubs, Network protocols, etc go here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Connection refused | Dudu1984 | IP Networking | 1 | 06-04-2008 03:04 PM |
| Send email with attachement-Getting connection refused by domain | samuelc | UNIX for Dummies Questions & Answers | 1 | 02-08-2008 08:25 AM |
| Connection refused to ftp from a unix server to a windows pc | alexcol | Shell Programming and Scripting | 1 | 06-21-2007 09:35 AM |
| rsh problem connection refused | Mace | Shell Programming and Scripting | 4 | 06-12-2006 07:28 PM |
| telnet connection refused | printrick | SCO | 2 | 01-11-2006 12:38 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Connection refused from pop server
Runnig Bind 9 on Open Bsd 3.3
Mail server was working prefect. I had 3 ip address running on one machine. I had to use one for another device. that was the ip I was using as the"mail server". SO I switched it to one of the others but now I'm getting connection refused when i try to connect using webmaster@africanstudios.tv. I can check my mail under webmaster@66.166.100.220. I check my services and everything running I used dig, nsloopkup but can't find any thing wrong please advise. |
| Forum Sponsor | ||
|
|
|
|||
|
According to DNS - your MX record is to mail.africanstudios.tv which is IP 66.166.100.221. That may be where your problem is.
Another possible problem is that the reverse lookup doesn't come back to that name (mail.africanstudios.tv) You might want to insure your ISP has updated your records (if they are running your DNS). > set type=ptr > 66.166.100.221 Server: myserver.mydomain.com Address: 10.140.1.2 221.100.166.66.in-addr.arpa name = h-66-166-100-221.NYCMNY83.covad.net > set type=mx > africanstudios.tv Server: myserver.mydomain.com Address: 10.140.16.20 africanstudios.tv preference = 10, mail exchanger = mail.africanstudios.tv africanstudios.tv nameserver = ns2.africanstudios.tv africanstudios.tv nameserver = ns1.africanstudios.tv mail.africanstudios.tv internet address = 66.166.100.221 ns2.africanstudios.tv internet address = 66.166.100.220 ns1.africanstudios.tv internet address = 66.166.100.220 > > set type=any > mail.africanstudios.tv Server: myserver.mydomain.com Address: 10.140.16.20 mail.africanstudios.tv internet address = 66.166.100.221 africanstudios.tv nameserver = ns2.africanstudios.tv africanstudios.tv nameserver = ns1.africanstudios.tv ns2.africanstudios.tv internet address = 66.166.100.220 ns1.africanstudios.tv internet address = 66.166.100.220 > > set type=ptr > 66.166.100.221 Server: myserver.mydomain.com Address: 10.140.16.20 221.100.166.66.in-addr.arpa name = h-66-166-100-221.NYCMNY83.covad.net 100.166.66.in-addr.arpa nameserver = ns1.covad.net 100.166.66.in-addr.arpa nameserver = ns2.covad.net ns1.covad.net internet address = 66.134.199.11 ns2.covad.net internet address = 66.134.199.12 |
|
|||
|
Your 66.166.100.220 is ready to receive email -
$ telnet 66.166.100.220 25 Trying 66.166.100.220... Connected to 66.166.100.220. Escape character is '^]'. 220 ode.africanstudios.com ESMTP Sendmail 8.12.9/8.12.9; Thu, 19 Jun 2003 23:48:59 -0400 (EDT) quit 221 2.0.0 ode.africanstudios.com closing connection Connection closed by foreign host. $ But what is strange (unless you are changing things right now) is that 66.166.100.221 is also ready to receive email - even though it's not listed as a MX in DNS (make sure you disable any Sendmail that you won't be using - folks have been known to use them as relays or will use it to spam your company): $ telnet 66.166.100.221 25 Trying 66.166.100.221... Connected to 66.166.100.221. Escape character is '^]'. 220 ode.africanstudios.com ESMTP Sendmail 8.12.9/8.12.9; Thu, 19 Jun 2003 23:50:53 -0400 (EDT) quit 221 2.0.0 ode.africanstudios.com closing connection Connection closed by foreign host. $ (Added note - I tried again to telnet but to the normal POP port but could not connect on either IP - it may be that you haven't included it in your /etc/services ) Last edited by thehoghunter; 06-20-2003 at 07:11 AM. |
|||
| Google The UNIX and Linux Forums |