Forum Discussion

Moonbucks's avatar
Moonbucks
On our wavelength
9 months ago

Error connecting to POP3, SMTP and IMAP servers

I have been using Forte Agent as an email client since as long as I can remember.

Recently tried to use it and using servers imap.virginmedia.com, imap.blueyonder.co.uk, and the smtp and pop3 versions, I am now getting an SSL error 80090302. Any clues ?

  • 用心棒's avatar
    用心棒
    Very Insightful Person

    From a desktop or laptop device consider opening a Command Prompt window and running the following command:

    curl -v smtps://smtp.virginmedia.com

     NB on other operating systems open a Terminal and run the above command.

    Does the resulting curl output mention issue with checking certificate's revocation state?

    -- 
    I'm a Very Insightful Person, I'm here to share knowledge, I don't work for Virgin Media. Learn more
    Have I helped? Select Mark as Helpful Answer or 🖒 Kudos to say thanks

    • Moonbucks's avatar
      Moonbucks
      On our wavelength

      * Trying 84.116.6.19:465...
      * Connected to smtp.virginmedia.com (84.116.6.19) port 465
      * schannel: disabled automatic use of client certificate
      < 220 csmtp6-prd-nl1-vmo.edge.unified.services csmtp6-prd-nl1-vmo.edge.unified.services ESMTP server ready
      > EHLO X64PC
      < 250-csmtp6-prd-nl1-vmo.edge.unified.services hello [removed], pleased to meet you
      < 250-HELP
      < 250-AUTH LOGIN PLAIN
      < 250-SIZE 52000000
      < 250-ENHANCEDSTATUSCODES
      < 250-PIPELINING
      < 250-8BITMIME
      < 250 OK
      > HELP
      < 214-2.0.0 This is csmtp6-prd-nl1-vmo.edge.unified.services ESMTP service help
      214-2.0.0 This is csmtp6-prd-nl1-vmo.edge.unified.services ESMTP service help
      < 214-2.0.0 To contact postmaster send email to postmaster@virginmedia.com.
      214-2.0.0 To contact postmaster send email to postmaster@virginmedia.com.
      < 214-2.0.0 For local information send email to Postmaster at your site.
      214-2.0.0 For local information send email to Postmaster at your site.
      < 214 2.0.0 end of HELP info
      214 2.0.0 end of HELP info
      * Connection #0 to host smtp.virginmedia.com left intact

      • 用心棒's avatar
        用心棒
        Very Insightful Person

        Moonbucks wrote:

        * Trying 84.116.6.19:465...
        * Connected to smtp.virginmedia.com (84.116.6.19) port 465
        * schannel: disabled automatic use of client certificate
        < 220 csmtp6-prd-nl1-vmo.edge.unified.services csmtp6-prd-nl1-vmo.edge.unified.services ESMTP server ready
        â‹®
        > HELP
        < 214-2.0.0 This is csmtp6-prd-nl1-vmo.edge.unified.services ESMTP service help
        214-2.0.0 This is csmtp6-prd-nl1-vmo.edge.unified.services ESMTP service help
        < 214-2.0.0 To contact postmaster send email to postmaster@virginmedia.com.
        214-2.0.0 To contact postmaster send email to postmaster@virginmedia.com.
        < 214-2.0.0 For local information send email to Postmaster at your site.
        214-2.0.0 For local information send email to Postmaster at your site.
        < 214 2.0.0 end of HELP info
        214 2.0.0 end of HELP info
        * Connection #0 to host smtp.virginmedia.com left intact


        There appears to be no issue connecting to server.

        From a desktop or laptop device open a Command Prompt and enter the following where username:password is replaced with your email address and password, i.e. richard.branson@virginmedia.com:rotavator-racecar-tenet-repaper:

        curl -v smtps://smtp.virginmedia.com -u username:password

        Do not post the resulting output here but instead review it for possible reported causes, i.e. VM error code; choosing to ignore this advice and posting the unredacted or incorrectly redacted output here will likely reveal your email address, password and / or public IP Address.

        FYI if there is no issue then you should see the following output from the curl command:

        â‹®
        > AUTH PLAIN
        < 334
        > [Redacted]
        < 235 2.7.0 SMTP350 Authentication successful for user [Redacted]
        > HELP
        < 214-2.0.0 This is cmsmtp ESMTP service help
        214-2.0.0 This is cmsmtp ESMTP service help
        < 214-2.0.0 To contact postmaster send email to postmaster@virginmedia.com.
        214-2.0.0 To contact postmaster send email to postmaster@virginmedia.com.
        < 214-2.0.0 For local information send email to Postmaster at your site.
        214-2.0.0 For local information send email to Postmaster at your site.
        < 214 2.0.0 end of HELP info
        214 2.0.0 end of HELP info
        * Connection #0 to host smtp.virginmedia.com left intact

        Otherwise an unsuccessful result will look similar to the following:

        â‹®
        > AUTH PLAIN
        < 334
        > [Redacted]
        < 525 5.7.13 Authentication Denied (VM320)
        * Closing connection 0
        * TLSv1.2 (OUT), TLS alert, close notify (256):
        curl: (67) Login denied

         

  • I ran into exactly the same problem with Agent as of Monday 15th April. I managed to get it working again by removing the check mark from the box marked "the server requires a secure connection" under the server settings for inbound email. I don't know why requiring a password is no longer required. Also I cannot send emails still.

    • KeithW61's avatar
      KeithW61
      Dialled in

      A quick addition. I can send an email if I select "do not use a secure connection" for outbound emails. That really doesn't seem right?

      • Beth_G's avatar
        Beth_G
        Forum Team

        Hi KeithW61

        We're sorry to hear you've been experiencing issues with your email when accessing it via Forte Agent. Are you having issues with your email when signing in through our webmail? 

        It the issues are only present via Forte Agent, we will be limited to what we can advise with it being a third party client, however we have lots of information available here for how to manage your email and suggested settings for when accessing on third party clients.

        Have you been able to try out the advice kindly provided by 用心棒 and Client62? If so, what were the results?

        We'll do our best to help.

  • Client62's avatar
    Client62
    Alessandro Volta

    "do not use a secure connection" means turn off Encryption of the username/password and email content. 
    It does not mean connect without a password.

    Focus on getting the TLS version sorted & encryption working again, the next security improvement from the mail server operator may well be to make use of Encryption mandatory.