Re: SMTP and Port 25



We have many applications in Delphi 6 and 7 and when sending E-Mail, we
use Indy's SMTP component. Lately we have had to unblocked port 25 on the
Exchange server in order to make the applications work.

But now, a security consultant is telling us that Port 25 needs to be
blocked again.

Recent versions of Exchange use SMTP, and port 25 is the default. If they
want to lock down the Exchange Server incoming port, why not configure your
Indy SMTP clients to use the new port number?

Can anyone give me a solution that would be relatively easy to implement
on so many applications.

Sure. Write the port number and authentication settings to mechanism that
can be shared with all the Indy SMTP clients that need it. Intranet, mapped
drive, a shared config file on the local machine, database, etc. Your
choice.

Have the apps read their configuration information from the shared resource.

hth...


.



Relevant Pages

  • Re: published mail server behind 2006 cannot telnet out on port 25?
    ... I tried creating an outbound access rule (port 25 of internal ... From the outside, POP3 works, and SMTP can be used to send an email to ... But, the Exchange Server cannot send emails to the outside world, they ...
    (microsoft.public.isa)
  • Re: Network problems
    ... if destination port is SMTP then your server is sending out e-mail -- like ... connecting to SMTP service. ... message gets to Exchange server if you will need higher protection of your ... The destation Port is SMTP ...
    (microsoft.public.windows.server.general)
  • Re: Using Exchange to relay mail
    ... ISP allows incoming SMTP (port 25); company B running Exchange Server ...
    (microsoft.public.exchange.admin)
  • Re: POP3 and Firewalls
    ... I have configured the smtp as the ip of the firewall and also opened port 25 ... >> The exchange server to the internet uses NAT. ...
    (microsoft.public.exchange.setup)
  • Re: SMTP and Port 25
    ... we use Indy's SMTP component. ... 25 on the Exchange server in order to make the applications work. ... a security consultant is telling us that Port 25 needs to be ...
    (borland.public.delphi.thirdpartytools.general)