Skip to main content

why did my esmtpsa change to unknown

Comments

10 comments

  • durangod
    So im guessing it might not be an issue with my esmtpsa but rather with my exim config for TLSv1, i was just reading this : here is the post id
    0
  • durangod
    well thats not really want i wanted, PCI is bunch of hoopla anyway.. I just want my cipher to show and fix the UNKOWN issue.. any ideas ?
    0
  • cPanelMichael
    Hello :) Are you able to reproduce the issue by sending through an email client or from a PHP script? Thank you.
    0
  • durangod
    Yes sir, that was the 31 aug header above. I logged into my website admin area and sent myself an email and it came back UNKNOWN. I will try it again now since my Exim was reset last night i will see if it is still the same. I will post the results here shortly.
    0
  • durangod
    here are the results from just now.. this was via a php script Delivery-date: Tue, 02 Sep 2014 10:23:02 -0600 Received: from xxxxxx.xxxxxx.com ([xxx.xxx.3.19]:60773 helo=xxx.xxxxxxxxxxxxxxxxx.com) by xxxxxx.xxxxxxxxxxxxxx.com with esmtpsa (UNKNOWN:DHE-RSA-AES256-GCM-SHA384:256)
    ok so from the mail client using hotmail account to the site mail here are the results [QUOTE] Envelope-to: customerservice@xxxxxx.com Delivery-date: Tue, 02 Sep 2014 10:32:03 -0600 Received: from blu004-omc4s20.hotmail.com ([65.55.111.159]:54984) by xxxxxx.xxxxxxxxxxxxx.com with esmtps (UNKNOWN:AES256-SHA256:256) (Exim 4.82)
    0
  • cPanelMichael
    Please browse to "WHM Home " Service Configuration " Exim Configuration Manager" and let us know which of the following options are enabled: Require HELO before MAIL Require incoming SMTP connections to send HELO before MAIL Require remote (hostname/IP address) HELO Require remote (domain) HELO Require RFC-compliant HELO Query Apache server status to determine the sender of email sent from processes running as nobody EXPERIMENTAL: Rewrite From: header to match actual sender Thank you.
    0
  • durangod
    Require HELO before MAIL Enabled Require incoming SMTP connections to send HELO before MAIL (actually named Require HELO before MAIL) Enabled Require remote (hostname/IP address) HELO Enabled Require remote (domain) HELO Disabled Require RFC-compliant HELO Enabled Query Apache server status to determine the sender of email sent from processes running as nobody Enabled EXPERIMENTAL: Rewrite From: header to match actual sender Disabled
    0
  • cPanelMichael
    You could try enabling "EXPERIMENTAL: Rewrite From: header to match actual sender", but I believe the outcome is simply the result of how you are sending the emails. Do you experience the same issue if you send through a standard email client directly from a desktop, or through Webmail? Thank you.
    0
  • durangod
    OK well this narrows it down a bit... If i send from server mail, like actually inside horde and send a mail it works.. From horde to msn.. by xxxx.xxxxxxxx.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256)
    then if i send from phpBB forum board via smtp to my server email XXXXXX.XXXXXXXXXXXXX.com with esmtpa (Exim 4.82)
    So it looks like it is script related and NOT server (cpanel/whm) related, would you agree?
    0
  • durangod
    I also noticed that this script defaults to LOGIN type authentication.. Where as the phpBB forum lets you choose and i chose PLAIN. But PLAIN on this script will not send mail at all.. Would LOGIN type have anything to do with the cipher recognition.. i was reading this
    0

Please sign in to leave a comment.