hello, happy 2021 for all.

as ROOT in my CentOs 7 I run:
but... in december 2020 I recived ONLY 2 REAL emails, the others 4732 are 100% SPAM
that is terrible!, and cPanel have tools to STOP spam,
but my problem is ALL accounts of email in the server run as:
"Email Account Forwarders"
then:
SERVER_SPAMMER_SEND_MSG_TO_MY_DOMAIN -> MY_SERVER_GET_AND_AUTOMATICALLY_RESEND_TO -> GMAIL
SERVER_SPAMMER_SEND_MSG_TO_MY_DOMAIN -> MY_SERVER_GET_AND_AUTOMATICALLY_RESEND_TO -> HOTMAIL
SERVER_SPAMMER_SEND_MSG_TO_MY_DOMAIN -> MY_SERVER_GET_AND_AUTOMATICALLY_RESEND_TO -> YAHOO
. . .
then MY SERVER never filter
Please: exist some solution without I lost the option "Email Account Forwarders" ?
also I config send ALL MSG to:
|/home/my_user/public_html/process_email.php
then in MY SCRIPT is easy:
if(IP_SENDER == X.X.X.X)exit;
and manually I filter each X time by IP and all run fine...
some method is best to do PIPE?
in some point I am wrong?
Many thanks by yours instructions.
as ROOT in my CentOs 7 I run:
Code:
grep @mydomain.com /var/log/exim_mainlog | grep 2020-12 | wc -l
14734
that is terrible!, and cPanel have tools to STOP spam,
but my problem is ALL accounts of email in the server run as:
"Email Account Forwarders"
then:
SERVER_SPAMMER_SEND_MSG_TO_MY_DOMAIN -> MY_SERVER_GET_AND_AUTOMATICALLY_RESEND_TO -> GMAIL
SERVER_SPAMMER_SEND_MSG_TO_MY_DOMAIN -> MY_SERVER_GET_AND_AUTOMATICALLY_RESEND_TO -> HOTMAIL
SERVER_SPAMMER_SEND_MSG_TO_MY_DOMAIN -> MY_SERVER_GET_AND_AUTOMATICALLY_RESEND_TO -> YAHOO
. . .
then MY SERVER never filter
Please: exist some solution without I lost the option "Email Account Forwarders" ?
also I config send ALL MSG to:
|/home/my_user/public_html/process_email.php
then in MY SCRIPT is easy:
if(IP_SENDER == X.X.X.X)exit;
and manually I filter each X time by IP and all run fine...
some method is best to do PIPE?
in some point I am wrong?
Many thanks by yours instructions.