Skip to main content

Mail sending on spam folder

Comments

3 comments

  • cPanelLauren
    If you've correctly implemented all of those records, and you're not blacklisted, you would need to identify why you're being sent to spam, in most cases it is one of these items. If you're mail is getting rejected, usually, the reason will be output in /var/log/exim_mainlog
    - otherwise your only other recourse is to contact the provider sending your domain's mail to spam for further information/clarification.
    0
  • Abu Hasaan
    Hi, I have done through /var/log/exim_mainlog and out put is attach file. Can you guide how could i read whole log file ?
    0
  • cPanelLauren
    You'd want to search for specific terms, for instance if you know to who you sent the email to or the message ID you could search as follows: exigrep user@domain.com /var/log/exim_mainlog
    or for the message ID: exigrep MID /var/log/exim_mainlog
    0

Please sign in to leave a comment.