Skip to main content

Can receive but cannot send server-wide

Comments

10 comments

  • Niall - Austral Connect
    Output of /var/log/exim_mainlog 2018-04-17 20:04:33 1f8NTV-00019M-VF <= a@example.com.au H=(whm1) [::1]:38062 P=esmtpsa X=TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128 CV=no A=dovecot_plain:a@example.com.au S=872 id=20180417200433.Horde.1WJCk4btl3SqBLt0N2qdFLW@webmail.example.com.au T="AAAA" for hidden@outlook.com 2018-04-17 20:04:34 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1f8NTV-00019M-VF 2018-04-17 20:04:34 1f8NTV-00019M-VF Sender identification U=example D=example.com.au S=a@example.com.au 2018-04-17 20:04:34 1f8NTV-00019M-VF SMTP connection outbound 1523959474 1f8NTV-00019M-VF example.com.au hidden@outlook.com 2018-04-17 20:04:34 SMTP connection from (whm1) [::1]:38062 closed by QUIT 2018-04-17 20:05:05 cwd=/ 2 args: /usr/sbin/exim -bpu 2018-04-17 20:05:37 1f8NTV-00019M-VF H=outlook-com.olc.protection.outlook.com [104.47.45.33] Connection timed out 2018-04-17 20:06:40 1f8NTV-00019M-VF H=outlook-com.olc.protection.outlook.com [104.47.46.33] Connection timed out 2018-04-17 20:06:40 1f8NTV-00019M-VF == hidden@outlook.com R=dkim_lookuphost T=dkim_remote_smtp defer (110): Connection timed out 2018-04-17 20:06:40 1f8NTV-00019M-VF ** hidden@outlook.com: retry timeout exceeded 2018-04-17 20:06:40 cwd=/var/spool/exim 7 args: /usr/sbin/exim -t -oem -oi -f <> -E1f8NTV-00019M-VF 2018-04-17 20:06:40 1f8NVY-0001HS-2s <= <> R=1f8NTV-00019M-VF U=mailnull P=local S=2168 T="Mail delivery failed: returning message to sender" for a@example.com.au 2018-04-17 20:06:40 1f8NTV-00019M-VF Completed 2018-04-17 20:06:40 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1f8NVY-0001HS-2s 2018-04-17 20:06:40 1f8NVY-0001HS-2s => a R=virtual_user T=dovecot_virtual_delivery C="250 2.0.0 4JPCCjDH1VpEEwAA0sVuQg Saved" 2018-04-17 20:06:40 1f8NVY-0001HS-2s Completed 2018-04-17 20:07:43 SMTP connection from [127.0.0.1]:40508 (TCP/IP connection count = 1) 2018-04-17 20:07:45 SMTP connection from [127.0.0.1]:40508 closed by QUIT 2018-04-17 20:07:45 SMTP connection from [127.0.0.1]:56080 (TCP/IP connection count = 1) 2018-04-17 20:07:45 SMTP connection from (localhost) [127.0.0.1]:56080 closed by QUIT
    0
  • cPanelLauren
    Hello, Based on the exim mail log output you provided it looks like your server is not able to connect to outlook.com: 2018-04-17 20:05:37 1f8NTV-00019M-VF H=outlook-com.olc.protection.outlook.com [104.47.45.33] Connection timed out 2018-04-17 20:06:40 1f8NTV-00019M-VF H=outlook-com.olc.protection.outlook.com [104.47.46.33] Connection timed out
    On the server's CLI what do you get when running the host command for the outlook server? The output should be something like the following: # host outlook-com.olc.protection.outlook.com outlook-com.olc.protection.outlook.com has address 104.47.41.33 outlook-com.olc.protection.outlook.com has address 104.47.40.33
    0
  • Niall - Austral Connect
    Hi Lauren, Here's the command output. $ host outlook-com.olc.protection.outlook.com outlook-com.olc.protection.outlook.com has address 104.47.44.33 outlook-com.olc.protection.outlook.com has address 104.47.46.33
    0
  • cPanelLauren
    Hello, @Niall - Austral Connect That means you can connect to it, which is good. Does your domain have a valid PTR and SPF? I know you mentioned that you modified your DKIM already. To check the SPF and PTR: SPF: dig txt domain.tld +short
    Ultimately you'd want to see something like this: # dig txt domain.tld +short "v=spf1 +a +mx +ip4: ~all"
    PTR: host
    What you'd want to see here is that the server's IP address resolves to an IP. For example we can look at google's mx records: Get the IP address: # dig a alt2.gmail-smtp-in.l.google.com +short 74.125.141.27
    look for the rDNS: # host 74.125.141.26 26.141.125.74.in-addr.arpa domain name pointer vl-in-f26.1e100.net.
    Thank you,
    0
  • Niall - Austral Connect
    Do you charge for ticket support? Also do you think it would be worthwhile creating a ticket and granting support access to resolve this?
    0
  • cPanelLauren
    Thank you for that output - may I ask are you using google for something that requires your ptr to resolve to: 22.222.222.22.in-addr.arpa domain name pointer 22.222.222.22.bc.googleusercontent.com.
    Thank you,
    0
  • cPanelLauren
    Hi @Niall - Austral Connect We do not charge for support tickets please feel free to open a ticket using the link in my signature, though I do believe the issue may be related to the PTR one of our analysts should be able to tell you the definite cause after being able to access the server. Thank you,
    0
  • Niall - Austral Connect
    The only thing I have running on Google Cloud Console is my cPanel Server and the default VPC network that the server is attached to.
    0
  • cPanelLauren
    That makes sense you're using Google Cloud, which would explain the PTR. They provide instructions on how to update PTR records on their platform: Creating a PTR Record for a VM Instance "|" Compute Engine Documentation "|" Google Cloud I would suggest updating yours to resolve back to the hostname of the server for all IP's being used to send mail. Thank you,
    0

Please sign in to leave a comment.