Skip to main content

domainlist blocked_domains doesnt work

Comments

3 comments

  • cPanelMichael
    But domain.tld or domain2.tld or domain3.tld can send email via php and exim flag like "Queued" not "Frozen"...

    Hello, Is the PHP script using SMTP authentication to send email, or is it using the PHP "mail" function? Thank you.
    0
  • Patricio Segovia
    Hello, Is the PHP script using SMTP authentication to send email, or is it using the PHP "mail" function? Thank you.

    How i can view that? i think its php mail cuz from email was some random name @domain.tld, maybe?
    0
  • cPanelMichael
    How i can view that? i think its php mail cuz from email was some random name @domain.tld, maybe?

    You'd need to review the contents of the individual scripts to determine how they are sending out email. It's likely through the PHP mail command, you'd need to see if there's an option to switch to SMTP authentication in the script, or consider blocking the PHP mail function per the instructions at: Stop account from using mail() Thank you.
    0

Please sign in to leave a comment.