CF10 Can't Verify Mail Server

So I've been running CF9 on Linux for a while and using CFMail to send email through a client's Exchange 2010 server.
We're attempting to migrate to CF10 on Win2008, IIS7.5.  Everything is set and ready to go except I can't get CF10 to verify the mail connection?  I've got both mail settings (CF9 and CF10) set the exact same way and can view them open side by side and verify they're identical.  However, while the CF9 verifies successfully the CF10 system fails??
I tried sending through CFMail tags while specifying the server credentials and see this in the CF10 log:
"javax.mail.AuthenticationFailedException: No authentication mechansims supported by both server and client"
What does this mean?  I know my authentication credentials are correct because I'm able to connect in CF9.
I've turned off all firewalls and still nothing.  So, I then tried installing CF10 on my Mac laptop.  It, too, will not verify the mail connection!
Is there a known problem with CF10 connecting to an Exchange mail server?
Any ideas?

I "solved" this. 
I could find little online and received no comments to this thread.  No combination of settings I tried would work and I have no access to the client's mail server.  The person who runs that server couldn't run a lemonade stand so no help there.
Then I stumbled across this page:
https://confluence.atlassian.com/display/JIRAKB/No+authentication+mechansims+supported+by+ both+server+and+client+when+Configuring+Microsoft+Exchange+SMTP+Server
Nothing to do with ColdFusion but seemed like a similar issue.  I'd never put much thought into CFMail because it was always drop dead simple and simply worked.  Focusing on this link's Resolution 2 I wondered if CF used JavaMail and if I could downgrade CFMail?  I cracked open CF's 'mail.jar' file and found that CFMail does, indeed, use the  JavaMail API.  So, I then checked the ColdFusion docs to see if any new features were added to CFMail between CF9 and CF10.  None.
So, I swapped out the 'mail.jar' file from my CF9 install to CF10 and restarted.  Boom!  Everything worked immediately.  As far as I can tell I've had no compatibility issues to report. 

Similar Messages

  • Can't send mail - server properly configured and up

    I'm unable to send mail. Here's roughly the sequence of events that
    got me where I am:
    1) Connect through a firewall using VPN (the Cisco VPN client)
    over the wireless interface
    2) Compose a message, and click 'Send'
    3) The server is down, so I get the "Can't send e-mail" pop-up
    dialog
    4) Click 'Try later'
    5) Reconnect later while the server is up, and try to send
    6) Still see the "Can't send" pop-up
    Steps 3) and 4) happened a lot. In particular, turning on the
    wireless interface in order to connect over VPN causes Mail to try
    (and fail) to connect to the server.
    The server is up; I can reach it with "telnet <server> 25".
    Moreover, Mail's own "Connection Doctor" says it's able to connect
    to the server.
    This configuration worked until the sequence of events described above,
    and nothing on the server side has changed since.
    I've tried everything I can think of to get Mail back in a working state.
    Notably I've deleted the contents of "Outbox", quit Mail, and then restarted.
    I've also deleted and re-created the server configuration, without success.

    Two additional data points:
    1) I found a mail server I could use from outside the firewall.
    When I added that server, and closed the VPN session, Mail was
    (finally!) able to send. (But see below why you shouldn't rush
    to blame VPN).
    2) When there are two mail servers configured in preferences, the
    "Can't send mail" pop-up gives you the list of choices. If you
    select an alternate server from the list, the "Try selected
    server" button ought to try the new server. Instead, the
    pop-up reappears, still complaining about the old server.
    As for why I'm not prepared to blame (only) the VPN:
    * Note that the server is perfectly accessible; telnet works,
    and Mail's Connection Doctor says the server is up.
    * Point 2) above indicates some problem in Mail with the logic
    for retrying access to the failed server.

  • Windows Store App can't verify the server is trusted for your sign in address

    I am aware this is (or was) an issue for the Lync 2013 client as well, as per
    http://terenceluk.blogspot.ie/2013/04/signing-into-lync-2013-client-presents.html
    This does seem to be fixed at this stage though, because after adding lyncdiscoverinternal.SIPdomain.com the Lync 2013 client does not prompt about the certificate.
    However, the Windows Store app does prompt "Lync can't verify that the server is trusted for your sign-in address. Connect anyway?" This presumably boils down to the same issue where our Lync 2013 Frontend is lyncfrontend.internal.domain.com which
    does not match the SIPdomain.com.
    Is there a fix for this other than forcing lyncdiscoverinternal to the reverse proxy? The TrustModelData registry key only applies to the Lync 2013 full client so does not affect the Windows Store app.
    Any suggestions would be welcome.

    Hi wagenveld,
    Create the DNS records as below:
    Internal SIPdomain.com zone:
    DNS A record:
    lyncdiscoverinternal.SIPdomain.com-> sip.SIPdomain.com
    DNS A record: 
    sip.SIPdomain.com-> IP address of Front End Server
    For details, you can refer to the following blog:
    http://blogs.technet.com/b/jenstr/archive/2011/02/10/lync-cannot-verify-that-the-server-is-trusted-for-your-sign-in-address.aspx
    Best Regards,
    Lisa
    Lisa Zheng
    TechNet Community Support

  • How many ways we can configure SMTP Mail server on windows to get CCP mails

    Hello IAC's,
    I have configured SMTP server and teleneted  in CCP server and also I'm receving mails too when I submit the orders.
    I wondered with an update given by my  friend that he is using pmail server for SMTP mails.
    Can any one suggest me in how many ways we can enable the SMTP server.. on windows..??
    Thanks,
    Noor.

    Hi
    if i use String provider = "imap"; then it shows the following error message..
    javax.mail.MessagingException: Connection refused: connect
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:479)
    at javax.mail.Service.connect(Service.java:275)
    at javax.mail.Service.connect(Service.java:156)
    at javamail.AllPartsClient.main(AllPartsClient.java:39)
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:364)
    at java.net.Socket.connect(Socket.java:507)
    at java.net.Socket.connect(Socket.java:457)
    at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
    at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
    at com.sun.mail.iap.Protocol.<init>(Protocol.java:84)
    at com.sun.mail.imap.protocol.IMAPProtocol.<init>(IMAPProtocol.java:87)
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:446)
    ... 3 more
    pls any one give idea

  • Can't send mail: server cannot verify

    I have been unable to send mail from ONE of my accounts for a few days. My host has been helping but no luck. Green lights in connection doctor, no problems with another a/c on the same server.
    tried changing port to 587, changing / deleting server list.
    Any suggestions welcome. Tried clicking 'ssl' as suggested in one thread but port didn't change. so far have tried 25 and 587. No problem telnetting to the server on 25 or 110.
    Not tried changing port to 110 yet. (Host has not suggested this)

    What kind of account is this, POP or IMAP? Who is the ISP/email provider? What are the specific settings for Incoming and Outgoing servers, including port numbers, authentication method, and whether or not SSL is enabled on each?
    Mulder

  • Can't send mail - server rejecting

    I have had Mac Mail set up with rochester.rr.com mail for 1 1/2 years. No problems. The only change I made yesterday was I set up a new user on my imac for my wife. We share email account, so I set up Mac mail with the same settings, and it worked fine.
    Now I can receive mail, but not send. The RR people do not use authentication, and use Port 25. The connection doctor communicates with in and outgoing servers fine (green lights)
    I chatted with RR help, and they of course blame apple. I cannot see what could cause this.
    Please help!
    Thanks.
    bob
    "The sender address [email protected] was rejected by the server smtp-server.rochester.rr.com."

    Not sure what fixed it, nut it is now working. In the course of events I deleted the mailbox and lost all mail. I was able to recover using time machine and searching this forum to replace the "mail" folder in my account.
    Another great mystery not solved, but resolved.

  • Why my iphone 4s can not get mail server failed for wifi ?

    why cannot get mail ? the connection to the server failed ?

    why the connection to the server failed from my wifi?

  • All the sudden can't connect to mail server

    This morning I stopped receiving email. Mail says it can't connect and that the connection timed out. I use IMAP with SSL (port 993). I don't know of anything I could have changed on the MacBook to cause this. As well, my iPhone can't connect either (same settings as Mail). It gave a connection error once and since then doesn't give errors but never pulls in new mail. I can ping the mail server and telnet in via port 993. I'm not sure what else to look at. Mail settings haven't changed that I can see. Hosting provider says there aren't any issues on their end. Any suggestions?

    Do you have Mail properly configured for their servers? I know you said you use SSL, but does the ISP use it, and if they do are you using their default port? Verify your server setup by opening Mail preferences, select Accounts, click on Account Information tab. From the server drop down menu select Edit. Check that your server is correctly configured and the right security option selected. If you have multiple server entires delete all but the one you use for your mail account.
    You can also try removing the /Home/Library/Preferences/com.apple.mail.plist file in case it's become corrupted.
    It also can't hurt to do the following:
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger and Leopard.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger, and 4.1 for Leopard) and/or TechTool Pro (4.6.1 for Leopard) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    Download and install the freeware AppleJack 1.5 - VersionTracker or MacUpdate - and carefully read its instructions. Then run its full suite of maintenance and repair routines.

  • ColdFusion Splendor mail server verify error

    ColdFusion Splendor admin > Server Settings > Mail
    Connection Verification Failed! 
    When putting in a valid setting for "Mail Server" and tick "Verify mail server connection", Connection Verification Failed is reported.   
    Thanks in advance, Carl.

    Hi Carl,
    This works for me. Here is my mailsent.log
    "Severity","ThreadID","Date","Time","Application","Message"
    "Information","scheduler-1","03/05/14","15:16:55",,"C:\ColdFusion11\cfusion\logs\mailsent. log initialized"
    "Information","scheduler-1","03/05/14","15:16:55",,"Mail: 'Test Email' From:'[email protected]' To:'[email protected]' was successfully sent using mymailservername"
    It verifies the connection for me, successfully as well. Can you try an alternative machine?
    Regards,
    Anit Kumar

  • Mail Can't Verify!

    Okay, I still get the ole' "Mail can't verify the identity of ------". I hit Show Certificate and choose ALWAYS TRUST but this keeps happening over and over again.
    Anybody?

    Hi mabletonga;
    Love your little video!!!!!!
    Thanks, Man! That's me when I'm working on a Windows PC but not when I'm home on my Mac!
    No problem.
    I sincerely apologize if I was 'RUDE' because I get like sometimes. I was just becoming tired of all the people that just complain in their post and from the replies of people that THINK they KNOW how to *FIX IT!* Like my first post to you was just *OFF THE WALL* and I knew that it was not accurate. I want to see if you would reply with more information without me trying to prod you for it. But your reply to my post just hit the wrong nerve. So Sorry.
    Okay, ... my choices are Show Certificate, Cancel or Connect.
    Well now, this is what I'm talking about because *IT'S ALL IN THE DETAILS!* I really do appreciate it and now that I have more information, I can find the reason why.
    *+_"If there is a reason; there is a purpose because without a purpose, a reason would not exist!"_+*
    Here's the purpose for the reason to exist ...
    *+"If your mail server uses an SSL certificate that is signed by an unknown authority, Mail displays a message indicating that it can’t verify the identity of the mail server, because it can’t verify the server’s certificate. Although you can connect to the mail server, Mail will continue to warn you about the server’s unverified certificate each time you open Mail. To stop the message from appearing, you need to indicate that you trust the mail server’s certificate."+*
    But you've said, *"Been There, Done That, Didn't Work So What's Next?"*
    *+_"What we require now is a feat of linguistic legerdemain and a degree of intrepidity."_+*
    When I choose Show Certificate there is a check box to click “Always trust “Washington.hostforweb.net” when connecting to “mail.xxxxxxxxxxx.com”... I normally choose Always Trust for When using this certificate ...
    And I assume that this means you JUST click on the check box, right?
    ... Secure Sockets Layer (SSL) and X.509 Basic Policy.
    Hmm, well you're NOT going to be very happy about this BUT and this is a *REALLY BIG BUT* all you need to do is JUST click the check box and *NOTHING ELSE!* Then ...
    Then I hit Connect and I’m asked for my password. I enter it and then off the mail goes.
    ... and "Wish Upon A Star" that you'll *NEVER EVER* see it again!
    Laziness had me avoid typing all of this before.
    And my laziness MADE me a Computer Geek so I could sit on my BUTT all day!
    Sorry. Hope this is more clear.
    No problem and thanks again for your time to 'Spell Out' for this Old Man. Yes Sir, this may be enough to clear up your issue but let me know how is goes.
    Good Luck!
    Later ...
    !http://homepage.mac.com/buzzlightgear/Buzz.tiff!
    Buzz

  • After down loading the latest up dates, I am now getting a pop up that says can't get e mail server stopped working, how can I stop this pop u.

    After the latest ISO 8.3 down  load to my, I now keep getting a pop up saying can't gette mail server stopped working, I am still receiving e mail so I know it working, it's just annoying having to cancel this pop up, any ideas how to stop this pop up.

    Pull your mail plist from ~/Library/Preferences

  • Help me fix my email when i get the message, server has failed , can not get mail

    How do I fix my email when I keep getting the message, can not get mail, server connection has failed? In very plain basic english or even on youtube?

    Hey helpsusanplease,
    Thanks for the question. I understand you are experiencing issues with mail on your iPhone. The following article may help to resolve your issue:
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/TS3899
    Try these basic troubleshooting steps first
    1. Tap Safari and attempt to load a webpage (try any webpage). If you can load a webpage, then your device has Internet access. If you are unable to load a webpage, follow these troubleshooting steps.
              - Try to use an alternate Internet connection if available:
                        1. Try a different Wi-Fi connection
                        2. If your iOS device has an active cellular data plan, tap Settings > Wi-Fiand turn off Wi-Fi.
                        3. If the affected email account is provided by your Internet provider, see if your issue is resolved while connected to your home Wi-Fi network.*
    2. Log in to your email provider's website to ensure that the account is active and the password is correct.
    3. Restart your iOS device.
    4. Delete the affected email account from your device.
              - Tap Settings > Mail, Contacts, Calendars.
              - Choose the affected email account, then tap Delete Account.
              - Add your account again.
    * If you are only able to use your email account while connected to your home network, this may be a limitation put in place by your email service provider. For further support, please contact your email service provider directly.
    Thanks,
    Matt M.

  • How can the incoming mail section on an iphone5 disappear? I can send messages but cannot receive them. Shouldn't there be an incoming section like the outgoing mail server section?

    I Haven't received incoming email for nearly a week now.  I have checked the settings and the only thing that isn't there is the INCOMING MAIL SERVER section.  The outgoing mail server is there and is correct.  How can I get it back so that I can enter the mail server?

    Hi Olivier,
    Thanks very much for that. it worked on my powerbook(running Tiger). I went to the link and followed the instructions and it worked. Did i mention that my dad who has a iMac running Leopard now has the same problem. I thought i would just do the same but the Preference in Mail for Leopard is of course different. There is no icon called "Server Settings" under Accounts section like there is on mine. Do you have a link for the same kind of instructions for Leopard?
    Thanks again,
    Bryce

  • Gmail incoming mail server offline

    Hi, for weeks my gmail account has been constantly logging out. Today I can't get on at all. The message is" the certificate for this server is not valid yet" any ideas.
    What should my incoming mail server be?

    Hello Macoda5,
    Thank you for the details of the issue you are experiencing with Gmail on your Mac. 
    If you seeing this message when using Mail, I recommend verifying that your date and time are accurate.  Use the steps in this article:
    OS X Mavericks: Set date and time options
    http://support.apple.com/kb/PH14090
    If your date and time are correctly set, you may need to trust the certificate as described here:
    If the mail server uses an SSL certificate that’s signed by an unknown authority (such as a self-signed certificate), Mail displays a message indicating that it can’t verify the identity of the mail server. Although you can connect to the mail server, Mail will continue to warn you about it each time you open Mail. To stop the message from appearing, indicate that you trust the mail server’s certificate.
    Trust a certificate
    Mail (Mavericks): If Mail can’t verify a server’s certificate
    http://support.apple.com/kb/PH14934
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How to configure mail server

    Hi All,
    we are in a process of configure mail server in one of our sap instance.
    i have done the following settings,
    1. In t-code sicf      under virtual host SAPCONNECT, 
    2.   I  have added  in host data * : *
    3.under handler list CL_SMTP_EXT_SAPCONNECT.
    4. now in scot i have added my deault domain under "settings -> default domain " <company name.com>
    5.on double clicking on SMTP i have added the following entries
      SMTP CONNECTIONS : mail host :  smtp.gmail.com
                                               port : 465
                                           code page : 0
    SUPPORT ADDRESS TYPE : i have set internet address to *
    did i miss any of the steps in configuring the SMTP mail server.
    after sending the mail when i look in to t code  sost the message number displays "672"
    please advice how can i  configure mail server for incoming and outgoing
    Thanks in advance,
    Vardhan

    Hello Vardhan,
    I suggest you to go through the below links and cross check the configuration.
    http://help.sap.com/saphelp_nw04/helpdata/en/66/9c25413fabef23e10000000a155106/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/af/73563c1e734f0fe10000000a114084/content.htm
    http://help.sap.com/saphelp_470/helpdata/en/af/73563c1e734f0fe10000000a114084/content.htm
    Thanks,
    Siva Kumar
    Edited by: Siva Kumar Arivinti on Jan 19, 2012 3:16 AM

Maybe you are looking for

  • Servlet: "The requested resource is not available"

    I'm trying to get my first servlet to run. I've installed tomcat 4.1.18 and compiled a "HelloWorld" class into "tomcat_dir"\webapps\root\web-inf\classes\. when I start tomcat, then open my browser and key "http://localhost:8080/servlet/HelloWorld" I

  • Duplicate Text At page split

    Hello Experts,    I am creating new adobe form and now i am stuck. I have long text in text ID field. I am using include module to pull the text. I have a main subform then i have line item subform then text element. if i have 5 lines in long text it

  • Data Source Disappears

    Hello, I have the latest updater running; the new data source disappears as soon as I restart the default server. Is this a bug? or Am I missing something? - Malathi.

  • Two calendars stuck in one

    I downloaded the "Phases of the Moon" calendar for my ical and its intermingled with my personal calendar. How can i remove this?

  • POWL Confirmation - Status field modification in Advance Search Query

    Hi All, I am on Confirmations POWL search query screen (Employee Self Services-Overview-Confirmations-All). How can I add a new value "Error in Process" in Status field. In Result screen, I can see some Confirmations which are in Error in Process sta