Skip to main content

Can't get emails from gmail

Comments

6 comments

  • cPanelMichael
    Hello :) Do you notice any specific output in /var/log/exim_mainlog or /var/log/exim_rejectlog when searching for that Google email address? EX:
    exigrep user@gmail /var/log/exim_mainlog
    Have you made any custom changes to your Exim configuration? Thank you.
    0
  • logate
    Hi, I use the recommended configuration of Exim. exigrep user@gmail /var/log/exim_mainlog : shows only the outbound connections. exigrep user@gmail /var/log/exim_rejectlog: shows nothing. I read here /http://serverfault.com/questions/653664/cant-receive-mails-from-gmail that this could be TLS version issue.( I use WHM 11.48.0). is it the case? Thank You.
    0
  • Krzysiek
    Hi, Try to test connection to server from remote host (if you don't have a remote server you can do this localy) with openssl like this:
    openssl s_client -connect domain.com:25 -starttls smtp -tls1
    From what i noticed google mail servers uses tls1 or ssl3. If you connect try the 'ehlo domain.com' command to test if your server is responding. If you got error write us what is it if you can.
    0
  • cPanelMichael
    Have you made any custom changes to SSL Cipher protocols for Exim? Thank you.
    0
  • logate
    Hi Krzysiek, I've tried to run the command and got no error, the connection is ok. Even when I add the ehlo domain.com, there's no error. Is it something else? Hi cPanelMichael, I didn't made any changes to the SSL Cipher protocols. it's configured on "Cpanel Default". openssl_options set to +no_sslv2 +no_sslv3 tls_require_ciphers is set to: ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP Is something wrong here? Plz Help, Thanks friends.
    0
  • cPanelMichael
    Feel free to open a support ticket using the link in my signature so we can take a closer look. You can post the ticket number here so we can update this thread with the outcome. Thank you.
    0

Please sign in to leave a comment.