Roundcube Community Forum

 

I want to block some outgoing emails

Started by kennio, May 26, 2021, 04:32:14 PM

Previous topic - Next topic

kennio

I want to block any email send from the accounts under the domain internal.mydomain.com that are sent to any any external email. Example:

Sender -> Receiver -> Result
[email protected] -> [email protected] -> OK
[email protected] -> [email protected] -> OK
[email protected] -> [email protected] -> OK
[email protected] -> [email protected] -> OK
[email protected] -> [email protected] -> OK
[email protected] -> [email protected] -> OK
[email protected] -> [email protected] -> OK
[email protected] -> [email protected] -> BLOCKED

how can I achieve that?

SKaero

That should really be handled on the SMTP server.