Home All Groups Group Topic Archive Search About

Outbound SMTP Port 25

Author
24 Mar 2006 12:39 AM
Gene
Hi,
I just read an article that claimed there are benefits to blocking out bound
SMTP port 25. Does anyone have real world experience pro's and con's?
Thanks

Author
24 Mar 2006 12:46 AM
Andy David - MVP
On Thu, 23 Mar 2006 16:39:01 -0800, Gene
<G***@discussions.microsoft.com> wrote:

>Hi,
>I just read an article that claimed there are benefits to blocking out bound
>SMTP port 25. Does anyone have real world experience pro's and con's?
>Thanks


Blocking it to whom?
Author
24 Mar 2006 1:10 AM
Bharat Suneja
Many organizations control inbound traffic tightly at the perimeter, but
allow unrestricted outbound access to hosts on the trusted/internal network.
- Only authorized mail servers should be able to get out on SMTP to the *
world.
- If using a smtp host in the DMZ (or outsourced to an ISP), these hosts
should only be able to send to the smarthost.
- One result of locking down SMTP - if there are rogue SMTP servers inside
the organization or servers/client PCs infected with malicious code that
uses its own SMTP engine to send spam or viruses, such messages will not get
out to the internet.
- SMTP connections to Exchange SMTP virtual servers can and should also be
controlled - clients (using Outlook) do not need to use SMTP to send mail.
Only allow other SMTP hosts in the Org that need to have SMTP connectivity.
--
Bharat Suneja
MCSE, MCT
www.zenprise.com
blog: www.suneja.com/blog
-----------------------------------------


Show quote
"Gene" <G***@discussions.microsoft.com> wrote in message
news:0ABBDA67-8873-413F-98AE-A63161BEAFF3@microsoft.com...
> Hi,
> I just read an article that claimed there are benefits to blocking out
> bound
> SMTP port 25. Does anyone have real world experience pro's and con's?
> Thanks
Author
24 Mar 2006 1:50 AM
Andy David - MVP
On Thu, 23 Mar 2006 17:10:39 -0800, "Bharat Suneja"
<bharatsuneja@no.spam.org> wrote:

Show quote
>Many organizations control inbound traffic tightly at the perimeter, but
>allow unrestricted outbound access to hosts on the trusted/internal network.
>- Only authorized mail servers should be able to get out on SMTP to the *
>world.
>- If using a smtp host in the DMZ (or outsourced to an ISP), these hosts
>should only be able to send to the smarthost.
>- One result of locking down SMTP - if there are rogue SMTP servers inside
>the organization or servers/client PCs infected with malicious code that
>uses its own SMTP engine to send spam or viruses, such messages will not get
>out to the internet.
>- SMTP connections to Exchange SMTP virtual servers can and should also be
>controlled - clients (using Outlook) do not need to use SMTP to send mail.
>Only allow other SMTP hosts in the Org that need to have SMTP connectivity.


Unfortuantely, that sounds good, but reality is in a large
organization or bank or places with unix installations, its virtually
impossible to lock that down.
Author
24 Mar 2006 2:38 AM
Bharat Suneja
Difficult, yes.

Nevertheless, if security is a concern, and at banks and financial
institutes it should be, I would certainly advocate this approach.
--
Bharat Suneja
MCSE, MCT
www.zenprise.com
blog: www.suneja.com/blog
-----------------------------------------


Show quote
"Andy David - MVP" <ada***@pleasekeepinngcheesebucket.com> wrote in message
news:uvj622pvb6kefbolo3c557ckgqc22t1fkr@4ax.com...
> On Thu, 23 Mar 2006 17:10:39 -0800, "Bharat Suneja"
> <bharatsuneja@no.spam.org> wrote:
>
>>Many organizations control inbound traffic tightly at the perimeter, but
>>allow unrestricted outbound access to hosts on the trusted/internal
>>network.
>>- Only authorized mail servers should be able to get out on SMTP to the *
>>world.
>>- If using a smtp host in the DMZ (or outsourced to an ISP), these hosts
>>should only be able to send to the smarthost.
>>- One result of locking down SMTP - if there are rogue SMTP servers inside
>>the organization or servers/client PCs infected with malicious code that
>>uses its own SMTP engine to send spam or viruses, such messages will not
>>get
>>out to the internet.
>>- SMTP connections to Exchange SMTP virtual servers can and should also be
>>controlled - clients (using Outlook) do not need to use SMTP to send mail.
>>Only allow other SMTP hosts in the Org that need to have SMTP
>>connectivity.
>
>
> Unfortuantely, that sounds good, but reality is in a large
> organization or bank or places with unix installations, its virtually
> impossible to lock that down.
Author
24 Mar 2006 2:58 AM
Andy David - MVP
On Thu, 23 Mar 2006 18:38:03 -0800, "Bharat Suneja"
<bharatsuneja@no.spam.org> wrote:

>Difficult, yes.
>
>Nevertheless, if security is a concern, and at banks and financial
>institutes it should be, I would certainly advocate this approach.


lol.
Having worked at those places I can tell you why it aint gonna happen.
Sendmail Server A has permissions to access the VS.
Sendmail Server B does not.
Sendmail Server B relays its mail through Sendmail Server A and the
messages are allowed through. Unless you spend your days parsing
through SMTP logs, you'll never know its going on.
When you work at an instituion with 50,000 users and thousands of
different groups or something similar, security has to be weighed with
reality.

For a small to medium shop, its a much easier prospect.
Author
24 Mar 2006 2:31 PM
Asher_N
Any decent WS-based anti-virus program will block outbound SMTP from that
WS.

Andy David - MVP <ada***@pleasekeepinngcheesebucket.com> wrote in
Show quote
news:uvj622pvb6kefbolo3c557ckgqc22t1fkr@4ax.com:

> On Thu, 23 Mar 2006 17:10:39 -0800, "Bharat Suneja"
> <bharatsuneja@no.spam.org> wrote:
>
>>Many organizations control inbound traffic tightly at the perimeter,
>>but allow unrestricted outbound access to hosts on the
>>trusted/internal network. - Only authorized mail servers should be
>>able to get out on SMTP to the * world.
>>- If using a smtp host in the DMZ (or outsourced to an ISP), these
>>hosts should only be able to send to the smarthost.
>>- One result of locking down SMTP - if there are rogue SMTP servers
>>inside the organization or servers/client PCs infected with malicious
>>code that uses its own SMTP engine to send spam or viruses, such
>>messages will not get out to the internet.
>>- SMTP connections to Exchange SMTP virtual servers can and should
>>also be controlled - clients (using Outlook) do not need to use SMTP
>>to send mail. Only allow other SMTP hosts in the Org that need to have
>>SMTP connectivity.
>
>
> Unfortuantely, that sounds good, but reality is in a large
> organization or bank or places with unix installations, its virtually
> impossible to lock that down.
Author
24 Mar 2006 9:00 PM
Andy David - MVP
On Fri, 24 Mar 2006 06:31:02 -0800, "Asher_N" <compguy***@hotmail.com>
wrote:

>Any decent WS-based anti-virus program will block outbound SMTP from that
>WS.

Its not the workstations you typically have to worry about.

Show quote
>
>Andy David - MVP <ada***@pleasekeepinngcheesebucket.com> wrote in
>news:uvj622pvb6kefbolo3c557ckgqc22t1fkr@4ax.com:
>
>> On Thu, 23 Mar 2006 17:10:39 -0800, "Bharat Suneja"
>> <bharatsuneja@no.spam.org> wrote:
>>
>>>Many organizations control inbound traffic tightly at the perimeter,
>>>but allow unrestricted outbound access to hosts on the
>>>trusted/internal network. - Only authorized mail servers should be
>>>able to get out on SMTP to the * world.
>>>- If using a smtp host in the DMZ (or outsourced to an ISP), these
>>>hosts should only be able to send to the smarthost.
>>>- One result of locking down SMTP - if there are rogue SMTP servers
>>>inside the organization or servers/client PCs infected with malicious
>>>code that uses its own SMTP engine to send spam or viruses, such
>>>messages will not get out to the internet.
>>>- SMTP connections to Exchange SMTP virtual servers can and should
>>>also be controlled - clients (using Outlook) do not need to use SMTP
>>>to send mail. Only allow other SMTP hosts in the Org that need to have
>>>SMTP connectivity.
>>
>>
>> Unfortuantely, that sounds good, but reality is in a large
>> organization or bank or places with unix installations, its virtually
>> impossible to lock that down.

AddThis Social Bookmark Button