Hello,
i read several topics on how to do that, but found no answer to do it for all current and future accounts.
My issue is that my server provider is denying e-mails sent from my cpanel server. THey are routing all e-mail via some antispam system. When i send mail from example contact form hosted on the server, the exim(?) system says:
2018-03-18 16:08:16 H=mx6-out12.antispamcloud.com [95.211.2.203]:42338 X=TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256 CV=no F=<> rejected RCPT : You do not have sufficient privileges to send mail to this address. Please authenticate and try again.
2018-03-18 16:08:22 H=out2-2.antispamcloud.com [185.201.17.2]:45678 X=TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256 CV=no F=<> rejected RCPT : You do not have sufficient privileges to send mail to this address. Please authenticate and try again.
Mail appears like accepted/sent by exim, but apparently my server provider antispam system block it.
My server provider told me:
"The emails are not being delivered due to sender address verification checks of "[email protected]" failing. Please try sending the outbound messages using an actual email account that belongs to the domain doing the sending. The email address used for the sending must be valid."
I am already including my server provider mail filtering domain in all cpanel SPF:
"v=spf1 include:spf.srvsecure.com +a +mx +ip4:MyServIPHere ~all"
How i can modify all cpanel accounts and make automatically all new cpanels to send mail properly, not via hostname so mail filtering system of my server provider do not complain?
Thank you in advance for the feedback.
I am using PHP 5.x, SuPHP, Exim, latest WHM & cPanel, root privileges
i read several topics on how to do that, but found no answer to do it for all current and future accounts.
My issue is that my server provider is denying e-mails sent from my cpanel server. THey are routing all e-mail via some antispam system. When i send mail from example contact form hosted on the server, the exim(?) system says:
2018-03-18 16:08:16 H=mx6-out12.antispamcloud.com [95.211.2.203]:42338 X=TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256 CV=no F=<> rejected RCPT : You do not have sufficient privileges to send mail to this address. Please authenticate and try again.
2018-03-18 16:08:22 H=out2-2.antispamcloud.com [185.201.17.2]:45678 X=TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256 CV=no F=<> rejected RCPT : You do not have sufficient privileges to send mail to this address. Please authenticate and try again.
Mail appears like accepted/sent by exim, but apparently my server provider antispam system block it.
My server provider told me:
"The emails are not being delivered due to sender address verification checks of "[email protected]" failing. Please try sending the outbound messages using an actual email account that belongs to the domain doing the sending. The email address used for the sending must be valid."
I am already including my server provider mail filtering domain in all cpanel SPF:
"v=spf1 include:spf.srvsecure.com +a +mx +ip4:MyServIPHere ~all"
How i can modify all cpanel accounts and make automatically all new cpanels to send mail properly, not via hostname so mail filtering system of my server provider do not complain?
Thank you in advance for the feedback.
I am using PHP 5.x, SuPHP, Exim, latest WHM & cPanel, root privileges