-
I want to forbid sending mail to all domains except one. How can i do this ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can use
|
Beta Was this translation helpful? Give feedback.
You can use
destination
directives insubmission
block to define routing for each domain separately. In default config,,default_destination
sends outbound messages via queue. You can change it to reject and then move queue use todestination gooddomain.com
to allow such delivery for this destination domain. Like this: