Problem connecting to smtp server

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Problem connecting to smtp server

    I'm getting this error every time I try to send via CFMail.

    Could not connect to SMTP host: 10.1.1.83, port: 25; nested exception is:
    java.net.ConnectException: Connection refused: connect

    I tried to verify the mail server connection and it fails in CF Admin, but it
    works from another CF Server in the same domain. We recently made some DNS
    changes including adding a reverse lookup zone, but as I said, it is working
    from another server in the same domain. I am able to telnet to port 25 on the
    smtp server from the cf server that doesn't work.

    Any help is greatly appreciated.

    bburkettaz Guest

  2. Similar Questions and Discussions

    1. Adobe Reader 8 connecting to webdav reviewPDF server, problem with
      Adobe Reader 8 client stops responding when connecting to comments server. I have to Force Quit Adober Reader. This is happening on more than one...
    2. Problem connecting MX7 to SMTP server
      I have an MX7 Standard server, with the most recent hotfix, running on Windows 2000 server. It's a new machine, being configured to replace my...
    3. Can't connect to SMTP server
      When I try to send cfmail from one of 3 CF Servers in a domain, I get the following exception. It is happening for all cfmail from this particular...
    4. could not connect to SMTP server from sql server using JMail, xp_smtp_sendmail or sp_send_cdosysmail
      I am trying to send an email message from sql server using the JMail component from dimac.net. I was able to use the stored procudure sp_send_mail...
    5. SMTP Server
      hi, i got windows XP operating system ... i got problem with sending email... my SMTP is not able to send emails. its getting error like...
  3. #2

    Default Re: Problem connecting to smtp server

    Did you ever figure out the problem???? I am having the same issue.
    hokigal Guest

  4. #3

    Default Re: Problem connecting to smtp server

    I had this issue on one server and not another.

    Believe it or not, it cleared by restarting the CF services on the troubled
    server.
    Try that.

    Meanwhile, if you have a recipe for reliably duplicating the problem, please
    post it.

    Thanks,
    -- MikeR



    MikerRoo Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139