Skip to main content

SMTP problem Between cPanel and gSuite using Cloudflare.

Comments

5 comments

  • cPanelLauren
    MYCLIENT cPanel mail account cannot send mail to MYCOMPANY

    If you log in to SSH and run the following: cat /etc/remotedomains
    cat /etc/localdomains
    Is your domain in the output for either file? If so which?
    Any mail sent directly from my website MYCOMPANY.COM (there is no mailboxes but we have web forms, for example) with a destination @MYCOMPANY.COM are not received.

    What is the output for these in the exim logs or the php error logs if enabled? The exim logs can be found at: /var/log/exim_mainlog
    PHP error logs are typically located in the documentroot for the domain, which is by default: /home/$user/public_html/error_log
    0
  • lubie
    Thank you very much for answering!
    If you log in to SSH and run the following: cat /etc/remotedomains
    cat /etc/localdomains
    Is your domain in the output for either file? If so which?

    It appears like both my domains exists only in the localdomains file. The remotedomains file is however empty.
    What is the output for these in the exim logs or the php error logs if enabled? The exim logs can be found at: /var/log/exim_mainlog
    PHP error logs are typically located in the documentroot for the domain, which is by default: /home/$user/public_html/error_log

    I tried sending an email from MYCLIENT's test mailbox using Roundcube to my admin@MYCOMPANY's email, here's what appears in the exim_mainlog: SMTP connection from [::1]:55714 (TCP/IP connection count = 1) 1is4jg-005Nf5-99 <= test@MYCLIENT.com H=(host.MYCOMPANY.com) [::1]:55714 P=esmtpa A=dovecot_login:test@MYCLIENT.com S=576 id=48ae2337f957aac0fb2331a9a1270117@MYCLIENT.com T="test" for admin@MYCOMPANY.com SMTP connection from (admin.MYCOMPANY.com) [::1]:55714 closed by QUIT cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1is4jg-005Nf5-99 1is4jg-005Nf5-99 => MYCOMPANY R=localuser T=dovecot_delivery C="250 2.0.0 poZ0FxBeIF4tkhMAjQdSkw Saved" 1is4jg-005Nf5-99 Completed cwd=/usr/local/cpanel/whostmgr/docroot 2 args: /usr/sbin/exim -bpra
    For the record, I never received this email. As for PHP Error logs they are only available for my client's account but There is only website warnings and error from when we added the website in December. Nothing fresh there as websites works perfectly. Does it rings any bell ? Thank you!
    0
  • cPanelLauren
    It appears like both my domains exists only in the localdomains file. The remotedomains file is however empty.

    Your domain doesn't get it's mail on the server though, it gets it at Google so your domain should be remote. Can you add it in /etc/remotedomains
    or Go to WHM>>DNS Functions>>Edit DNS Zone and modify your domain to be "remote mail exchange" at the bottom. For the email can you get me the output of the following: exigrep 1is4jg-005Nf5-99 /var/log/exim_mainlog
    0
  • lubie
    For the email can you get me the output of the following: exigrep 1is4jg-005Nf5-99 /var/log/exim_mainlog

    Sure, it looks like what was in the log : cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1is4jg-005Nf5-99 1is4jg-005Nf5-99 <= test@MYCLIENT.com H=(host.beauvoir.ca) [::1]:55714 P=esmtpa A=dovecot_login:test@MYCLIENT.com S=576 id=48ae2337f957aac0fb2331a9a1270117@MYCLIENT.com T="test" for ADMIN@MYCOMPANY.com 1is4jg-005Nf5-99 => beauvoir R=localuser T=dovecot_delivery C="250 2.0.0 poZ0FxBeIF4tkhMAjQdSkw Saved" 1is4jg-005Nf5-99 Completed
    Your domain doesn't get it's mail on the server though, it gets it at Google so your domain should be remote. Can you add it in /etc/remotedomains

    I did just that and it gave me this warning : zone mycompany.com/IN: NS 'ns1.mycompany.com' has no address records (A or AAAA) zone mycompany.com/IN: NS 'ns2.mycompany.com' has no address records (A or AAAA) zone mycompany.com/IN: not loaded due to errors.
    But the change appears to have worked as the domain MYCOMPANY.com is now in /etc/remotedomains file and not in localdomains. Does it means I should change nameservers on mycompany's account DNS zone to my cloudflare's DNS? or should I keep ns1.MYCOMPANY.com and NS2.MYCOMPANY.com ? Now I just tested some email test to my domain from the server and it worked just fine! It looks like it also work for my client's account even without any changes there. I will do some more tests to be sure everything works softly but I believe the problem was as simple as that. Still I dont quite understand why it's like that. I always select "auto select mode" for mail exanger when I create a new cPanel account. Should I consider it good practice to always force external mail exchangers when a domain's mail is managed from outside the server? Also, Is it good practice to use external nameservers (like cloudflare) if the account's DNS are managed in cloudflare ? I thank you very much for your help, I really appreciate your time.
    0
  • cPanelLauren
    I did just that and it gave me this warning :

    That warning is a result of the local zone file not being configured properly. ns1.mycompany.com and ns2.mycompany.com don't have A records attributed to them in the local zone file. This is unrelated to the domain being present in /etc/remotedomains, this just occurred because the zones were reloaded.
    Does it means I should change nameservers on mycompany's account DNS zone to my cloudflare's DNS? or should I keep ns1.MYCOMPANY.com and NS2.MYCOMPANY.com ?

    This is up to you? I'm not sure how that's relevant.
    I always select "auto select mode" for mail exanger when I create a new cPanel account.

    I do as well in most cases, but in this instance, the domain's zone file seems to have had some inconsistencies and should have been updated when the MX records were set to retrieve mail elsewhere.
    Should I consider it good practice to always force external mail exchangers when a domain's mail is managed from outside the server?

    This would be a good practice, if you know that mail won't be managed on the server.
    Also, Is it good practice to use external nameservers (like cloudflare) if the account's DNS are managed in cloudflare ?

    There's nothing wrong with using CloudFlare and it can improve security as well as response times.
    0

Please sign in to leave a comment.