Hello, I following this post http://forums.cpanel.net/f43/block-e-mail-forging-232571.html#post957772 to prevent spoofing e-mail from webmail (ex. Roundcube). I've paste thin into BEGINACL box:
But this feature doesn't work. Sender domain is @example.com and when I've used custom FROM e-mail in Roundcube @fbi.gov e-mail was delivered successfull
How to repair this? I'm using the latest WHM & CPanel.
Code:
acl_check_data:
deny
authenticated = *
condition = ${if or {{ !eqi{$authenticated_id} {$sender_address} }\
{ !eqi{$authenticated_id} {${address:$header_From:}} }\
}\
}
message = Spoof!
How to repair this? I'm using the latest WHM & CPanel.