Re: alternate smtp

From: Andrew (dunggaze_at_yahoo.com)
Date: 09/10/05

  • Next message: zpyoung: "Re: log files"
    Date: Fri, 9 Sep 2005 22:53:51 -0400
    
    

    "Brad Olin" <bwo@bwo1.com> wrote in message
    news:s463i1h2qtbmrneo1ffftjcpudgv80kok6@4ax.com...
    > On Thu, 8 Sep 2005 18:14:55 -0400, "Andrew" <dunggaze@yahoo.com> wrote:
    >
    >>Hi,
    >>
    >>I am using RH9.0 and sendmail as my email server. It works good. However,
    >>recently the ISP doesn't allow the customers to use port 25 to go through
    >>their network. Now, I can't use any other smtp than the one provided by
    >>the
    >>ISP. My email server can't send email any more. Is it possible to
    >>alternate
    >>other protocols or ports than smtp? and how can I change smtp to other
    >>port/protocol? thanks for any idea.
    >>
    >>Andrew
    >>
    >
    >
    > The smart_host feature of sendmail was intended for just this kind of
    > issue. Edit /etc/mail/sendmail.mc and look for a line that looks like
    >
    > dnl define(`SMART_HOST',`smtp.your.provider')
    >
    > Un-comment the line by removing the prefix 'dnl ', and change the
    > smtp.your.provider to the name of your ISP's smtp server. Save your
    > edit, then just make your config and restart sendmail with commands like
    >
    > make -C /etc/mail
    > /etc/init.d/sendmail restart
    >
    >
    > This feature allows you to use your rh box as your smtp server, your rh
    > box in turn will relay though the named smtp server. The email will
    > have headers that reflect all machines involved, but that's a good thing
    > IMHO.
    >
    >
    >
    > As for your provider blocking ports: I think you may want to approach
    > them on this issue. Did they inform you of the reduced service prior to
    > the change? Do they have some procedure to re-activate port 25? Are
    > they blocking other ports that you are just not aware of yet?
    >
    >
    > Brad
    > --

    Thanks Brad,
    Yes, the ISP informed me that the port 25 is blocked, and recommended me to
    use 465 or 587. I can use the email account provided by ISP in Outlook, but
    I don't know whether it can be set to the smarthost, because it requires
    user authentication when connecting to the smtp server to send emails. But I
    prefer to make change to the server being able to send mails itself. I have
    also a problem in the MS Windows based web server to send messages using
    smtp service (server object) from the ASP web pages. So, I think I have to
    make this RH email server to be able to send email, so that it can be used
    by other Outlook users and web servers.
    thanks for any idea.

    Andrew
    > "Laughter is good medicine and it has no bad side effects."
    > Unknown
    > Bradley W. Olin
    > http://www.bwo1.com


  • Next message: zpyoung: "Re: log files"

    Relevant Pages

    • RE: SMTP Stopped working
      ... I think we need to find out whether your ISP is actually going to forward ... to the intended relay server. ... You mentioned that Outlook and Outlook Express work. ... When testing with Outlook Express are you providing the ISP's SMTP server? ...
      (microsoft.public.exchange.connectivity)
    • Exchange issues
      ... IP address that the MX record points, port forwarding is configured to route ... all traffic on port 25 to the SBS Exhange server. ... I suspected SMTP relaying becuase ... All the Exchange services are running and all looks fine. ...
      (microsoft.public.exchange2000.admin)
    • Re: Mail sent through IIS virtual SMTP server not arriving
      ... Juan T. Llibre, asp.net MVP ... In the Default SMTP Virtual Server's properties, in the "Access" tab, both ... a real sender address on the SMTP virtual server? ... Youi'll find sample code for changing the port number under system.web.amil here: ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: SBS2003 - Exchange config
      ... > forget about forwarding all of your email to your ISP? ... > inbound email will simply sit on the ISP's mail server ... >>SMTP smart host does a lot of other things, ...
      (microsoft.public.windows.server.sbs)
    • RE: SMTPS - Exchange
      ... the newsgroups are staffed weekdays by Microsoft Support professionals to ... If the Exchange server is listening on other port rather than ... the external email server will not send emails to your SMTP ...
      (microsoft.public.windows.server.sbs)

    Loading