Hi,
I am searching for a way in DirectAdmin to block (deny) emails being send from specific local (virtual) domain to specific remote domain.
I have:
DA 1.41.1 running on Redhat CentOS 4.0
Exim 4.67
SquirrelMail 1.4.19
what i have done so far: added next lines to exim.conf file, ACL section:
This works pretty much find for IMAP clients. If they send email and match the rules, they get alert message and thats it.
Now the problems is that some users log in to webmail (squirrelmail) the emails actually get delivered.
Emails from Squirrelmail are also processed by Exim.
Any hints/ideas on where to look for possible solution?
I am searching for a way in DirectAdmin to block (deny) emails being send from specific local (virtual) domain to specific remote domain.
I have:
DA 1.41.1 running on Redhat CentOS 4.0
Exim 4.67
SquirrelMail 1.4.19
what i have done so far: added next lines to exim.conf file, ACL section:
Code:
deny
senders = *@local_domain.tld
recipients = *@remote_domain.tld
message = Sending emails from @local_domain.tld to @remote_domain.tld
This works pretty much find for IMAP clients. If they send email and match the rules, they get alert message and thats it.
Now the problems is that some users log in to webmail (squirrelmail) the emails actually get delivered.
Emails from Squirrelmail are also processed by Exim.
Any hints/ideas on where to look for possible solution?