0

I'd like to configure Lotus Domino to redirect outbound mail to a different downstream SMTP relay if a certain keyword is present in the subject line.

Is this possible? If so, can someone elaborate on the high-level steps involved to do this?

Mike B
  • 11,871
  • 42
  • 107
  • 168

1 Answers1

0

For that level of routing you'd need to use something much more flexible and programmable like Haraka. You could forward everything to a Haraka server, and then the get_mx hook could decide where to route the mail based on Subject.

Matt Sergeant
  • 514
  • 2
  • 5