Networking Forums

Networking Forums > Computer Networking > Broadband > Orange ADSL - do they stop/waylay port 25 (SMTP)?

Reply
Thread Tools Display Modes

Orange ADSL - do they stop/waylay port 25 (SMTP)?

 
 
tinnews@isbd.co.uk
Guest
Posts: n/a

 
      05-08-2007, 03:25 PM
My daughter has Orange ADSL (she was previously with BT) and it
appears she now can't send mail via my authenticated SMTP at
gradwell.net.

Do Orange do something to port 25 or has something got misconfigured
during the change from BT to Orange?

--
Chris Green
 
Reply With Quote
 
 
 
 
Jim Howes
Guest
Posts: n/a

 
      05-08-2007, 03:35 PM
(E-Mail Removed) wrote:
> My daughter has Orange ADSL (she was previously with BT) and it
> appears she now can't send mail via my authenticated SMTP at
> gradwell.net.
>
> Do Orange do something to port 25 or has something got misconfigured
> during the change from BT to Orange?
>


What does:

C:\> telnet address.of.smtp.server 25

tell you?

Most mail servers will announce their identity in the first line; for
instance:
$ telnet smtp.aaisp.net.uk 25
Trying 81.187.81.52...
Connected to smtp.aaisp.net.uk.
Escape character is '^]'.
220 smtp.aaisp.net.uk ESMTP Exim 4.62 Tue, 08 May 2007 16:32:14 +0100

If any transparrent proxying is going on, you will get the same response
from orange's and your server. If they simply block port 25 you'll get
nothing or an error.

 
Reply With Quote
 
Brian McIlwrath
Guest
Posts: n/a

 
      05-08-2007, 03:38 PM
(E-Mail Removed) wrote:
: My daughter has Orange ADSL (she was previously with BT) and it
: appears she now can't send mail via my authenticated SMTP at
: gradwell.net.

: Do Orange do something to port 25 or has something got misconfigured
: during the change from BT to Orange?

I used to be with Orange at home and they *DO* re-route ALL port 25
traffic to their own SMTP servers as I recall.
 
Reply With Quote
 
Martin Underwood
Guest
Posts: n/a

 
      05-08-2007, 04:10 PM
(E-Mail Removed) wrote in message
46409682$0$638$(E-Mail Removed):

> My daughter has Orange ADSL (she was previously with BT) and it
> appears she now can't send mail via my authenticated SMTP at
> gradwell.net.
>
> Do Orange do something to port 25 or has something got misconfigured
> during the change from BT to Orange?


Orange have taken over Wanadoo, haven't they?

I know Wanadoo blocked port 25 to external non-Wanadoo SMTP servers. You get
a message saying "you must use Wanadoo's SMTP server".

Unofortunately their own SMTP server is only accessible from their own line,
so you can't set up a laptop with a single account that can send/reveive
both from a Wanadoo line (eg at home) and a non-Wanaddoo line (eg at work) -
whichever way you try to do it, they block you.

It's nothing to do with the need to authenticate on sending, because their
server won't even respond if you try to access it from outside their own
connection.

I wonder if Orange have inherited the same customer-unfriendly technology.


 
Reply With Quote
 
PlusNet Support Team
Guest
Posts: n/a

 
      05-08-2007, 04:24 PM
On Tue, 08 May 2007 16:25:54 +0100, <(E-Mail Removed)> wrote:

> My daughter has Orange ADSL (she was previously with BT) and it
> appears she now can't send mail via my authenticated SMTP at
> gradwell.net.
>
> Do Orange do something to port 25 or has something got misconfigured
> during the change from BT to Orange?
>


Hi,

Back in the day when I used to work for Freeserve they had a port 25
intercept which directed all SMTP traffic via their mail servers, as far
as I know that hasn't changed.

--
| Dave Tomlinson Broadband Solutions For
| Customer Support for Home & Business
| PlusNet plc @ http://www.plus.net
+ ----- My Referrals - It pays to recommend PlusNet -----
 
Reply With Quote
 
Gordon Hudson
Guest
Posts: n/a

 
      05-08-2007, 05:13 PM

<(E-Mail Removed)> wrote in message
news:46409682$0$638$(E-Mail Removed)...
> My daughter has Orange ADSL (she was previously with BT) and it
> appears she now can't send mail via my authenticated SMTP at
> gradwell.net.
>
> Do Orange do something to port 25 or has something got misconfigured
> during the change from BT to Orange?
>
> --
> Chris Green


Get them to run another instance of the mail server on port 26 or port
somethingelse.....


 
Reply With Quote
 
Jono
Guest
Posts: n/a

 
      05-08-2007, 05:26 PM
Martin Underwood explained on 08/05/2007 :
> (E-Mail Removed) wrote in message
> 46409682$0$638$(E-Mail Removed):
>
>> My daughter has Orange ADSL (she was previously with BT) and it
>> appears she now can't send mail via my authenticated SMTP at
>> gradwell.net.
>>
>> Do Orange do something to port 25 or has something got misconfigured
>> during the change from BT to Orange?

>
> Orange have taken over Wanadoo, haven't they?
>
> I know Wanadoo blocked port 25 to external non-Wanadoo SMTP servers. You get
> a message saying "you must use Wanadoo's SMTP server".
>
> Unofortunately their own SMTP server is only accessible from their own line,
> so you can't set up a laptop with a single account that can send/reveive both
> from a Wanadoo line (eg at home) and a non-Wanaddoo line (eg at work) -
> whichever way you try to do it, they block you.


> It's nothing to do with the need to authenticate on sending, because their
> server won't even respond if you try to access it from outside their own
> connection.


I send using authentication via smtp.orange.net - on Virginmedia & sky
broadbands.....

Admittedly, my Orange email account is associated with my mobile, not a
broadband connection.

I find it odd that one lot of their customers can send with
authentication & others cannot.


 
Reply With Quote
 
bob
Guest
Posts: n/a

 
      05-08-2007, 05:34 PM
On Tue, 08 May 2007 15:25:54 +0000, tinnews wrote:

> My daughter has Orange ADSL (she was previously with BT) and it appears
> she now can't send mail via my authenticated SMTP at gradwell.net.
>
> Do Orange do something to port 25 or has something got misconfigured
> during the change from BT to Orange?


Any half-way decent mail service will provide an alternate port. Try 587,
the official mail submission port, or ask them. If they support ssl
access, that will default to 465 and solve the problem also.
 
Reply With Quote
 
Mike
Guest
Posts: n/a

 
      05-08-2007, 05:40 PM
In message
<(E-Mail Removed)>
at 17:24:54 on Tue, 8 May 2007, PlusNet Support Team
<(E-Mail Removed)> wrote
>On Tue, 08 May 2007 16:25:54 +0100, <(E-Mail Removed)> wrote:
>
>> My daughter has Orange ADSL (she was previously with BT) and it
>> appears she now can't send mail via my authenticated SMTP at
>> gradwell.net.
>>
>> Do Orange do something to port 25 or has something got misconfigured
>> during the change from BT to Orange?
>>

>
>Hi,
>
>Back in the day when I used to work for Freeserve they had a port 25
>intercept which directed all SMTP traffic via their mail servers, as
>far as I know that hasn't changed.
>

Good job they don't block NNTP too then since they don't have a news
server any more

I bet you're glad you get out the sinking ship when you did hey?
--
Mike News
 
Reply With Quote
 
bob
Guest
Posts: n/a

 
      05-08-2007, 07:34 PM
On Tue, 08 May 2007 18:40:48 +0100, Mike wrote:

> In message
> <(E-Mail Removed)> at


>>Back in the day when I used to work for Freeserve they had a port 25
>>intercept which directed all SMTP traffic via their mail servers, as far
>> as I know that hasn't changed.
>>

> Good job they don't block NNTP too then since they don't have a news
> server any more
>
> I bet you're glad you get out the sinking ship when you did hey?


Blocking or diverting *outgoing* port 25 connections is a good thing.
It's a way of blocking or controlling spam from the huge number of
infected PCs that generate most spam these days.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Orange POP/SMTP settings The Eldergeek Broadband 9 03-31-2010 07:42 PM
SMTP Port Forwarding Robert Jacobs Network Routers 0 04-28-2009 02:54 PM
Orange SMTP server down Bill Ridgeway Broadband 15 06-02-2007 08:13 AM
Unable to telnet to smtp server on port 25 MarshMan Windows Networking 3 12-13-2006 08:23 PM
SMTP port being blocked on Fedora 4. Ken Tew Linux Networking 2 01-26-2006 10:50 AM



1 2 3 4 5 6 7 8 9 10 11