I'm trying to edit the exim configuration file via the whm advanced editor. I need to add the acl_deny_sender directive in to block email from a few different domains listed in a particular file. I have created the file with the domains listed.
When I try and add the directive in I get the following error: main option "acl_deny_sender" unknown option.
Is it now called something else?
Or have I got it confused with some kind of relay blocking method??
It's basically to block all incoming mail from certain domains... blocking by ip isn't much good as they change so a blanket ban by domain is what I'm after
Or should it be acl_check_sender with a file of blocked senders?? (that's unknown as well)
acl_check_sender:
deny senders = /etc/exim4/filters/sender_reject.list
accept
When I try and add the directive in I get the following error: main option "acl_deny_sender" unknown option.
Is it now called something else?
Or have I got it confused with some kind of relay blocking method??
It's basically to block all incoming mail from certain domains... blocking by ip isn't much good as they change so a blanket ban by domain is what I'm after
Or should it be acl_check_sender with a file of blocked senders?? (that's unknown as well)
acl_check_sender:
deny senders = /etc/exim4/filters/sender_reject.list
accept
Last edited: