Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

In over my head!!!

2»

Comments

  • Closed Accounts Posts: 51 ✭✭Ruosullivan


    I have a second problem, and i don't want to push my luck but your advice would be appreciated.

    A few emails are getting bounced. The error message reads:

    TLS Connect Failed; connected to ***.***.***.*** I'm not going to .................yadda yadda yadda


    I've checked the Virtual SMTP Connector and TLS is not selected; however in my research (Dr. Google) i've found someone with a pretty identicle problem. Their solution was to remove the certificate from the SMTP connector properties window.........but would this cause problems elswhere, or is it removing the certificate form this connector only???


    The other possible solution was to setup a second connecotr with TLS enabled.........

    Whaddia think??


  • Registered Users, Registered Users 2 Posts: 7,606 ✭✭✭Jumpy


    Are the bounced emails incoming to you or outgoing to another address?

    Is it always the same address or is it random?


  • Registered Users, Registered Users 2 Posts: 7,606 ✭✭✭Jumpy


    If its random addresses that used to work, give it a day or two, your MX or A record has recently been changed. Dont quote me on this but I think TLS needs matching MX and Public IPs otherwise it fails. Some servers may not have your updated MX/A yet.


  • Registered Users, Registered Users 2 Posts: 7,606 ✭✭✭Jumpy


    I assume you didnt actually change your mx record when the IP changed, just the A record for your mail.companyname.xxx, would I be right?


  • Closed Accounts Posts: 51 ✭✭Ruosullivan


    Jumpy wrote: »
    Are the bounced emails incoming to you or outgoing to another address?

    Is it always the same address or is it random?


    Incoming.

    I've been informed of 4 people who's e-mails are not getting through. i've contacted all 4 to ask if they are getting a bounce message, but only one replied. In his 3 attempts, he only recieved one error message which came a day after sending the message.

    They have been using personal e-mail address (yahoo, gmail etc.) to send the e-mail, whcih is pretty inconvenient


  • Closed Accounts Posts: 51 ✭✭Ruosullivan


    Jumpy wrote: »
    If its random addresses that used to work, give it a day or two, your MX or A record has recently been changed. Dont quote me on this but I think TLS needs matching MX and Public IPs otherwise it fails. Some servers may not have your updated MX/A yet.



    This problem existed before the A record was changed. The MX record, mail.*****.ie was not changed


  • Registered Users, Registered Users 2 Posts: 7,606 ✭✭✭Jumpy


    By the sound of it the other end thinks you are offering TLS. Both sending and receiving servers need it configured.

    Has TLS ever worked for you?


  • Registered Users, Registered Users 2 Posts: 2,426 ✭✭✭ressem


    It'd help if the full error message was provided.

    You can check whether your server is advertising that it supports TLS by bring up a command window and trying to impersonate a mail server

    Start> Run> CMD

    telnet yourserver 25

    This should give you a message like...
    220 myserver.ie Microsoft ESMTP MAIL Service, Version: 6.x.x.x

    Type
    EHLO myclientpc.example.ie

    The Server will respond with...

    250-myserver.ie Hello [127.0.0.1]
    250-TURN
    250-SIZE
    250-ETRN
    250-PIPELINING
    250-DSN
    250-ENHANCEDSTATUSCODES
    ---
    250 OK

    If your server is advertising that it supports TLS then one of the lines will be
    250 STARTTLS

    If it does then perhaps a required certificate has expired.
    If it does not then perhaps the sending server is configured to not send mail unless the recipient server supports TLS.


    Adding a certificate is found by right clicking on the virtual connector. Click on the 'Access' tab. Click on the 'Certificate' button under Secure Communication.


  • Closed Accounts Posts: 51 ✭✭Ruosullivan


    ressem wrote: »
    If your server is advertising that it supports TLS then one of the lines will be
    250 STARTTLS


    I rant telnet as described above and "250 STARTTLS" did come up.


    2 Questions

    1) TLS is not selected in either "Authentication" nor "Outbound Security". Does this matter? Should i select them before working on the certificate

    2)If i ignore the tls tick boxes detailed above, and go straight to the certificate, select "Renew", i only have the option to prepair the request and send later. it this right???


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 7,606 ✭✭✭Jumpy


    Is it set to required on the Default SMTP Virtual Server?


  • Closed Accounts Posts: 51 ✭✭Ruosullivan


    Jumpy wrote: »
    Is it set to required on the Default SMTP Virtual Server?



    Nope!


  • Registered Users, Registered Users 2 Posts: 7,606 ✭✭✭Jumpy




  • Registered Users, Registered Users 2 Posts: 2,426 ✭✭✭ressem


    Can you provide the full text of the TLS error before you try and remove the cert?
    The cert might be present due to specific external clients requiring it. We also don't know whether the cert is out of date. Or whether it is self-signed or signed by an external certificate provider.


Advertisement