Forward to external email best practices #225
Replies: 3 comments 3 replies
-
|
Yes, at the moment a Sieve script is the best way to redirect messages to external domains. |
Beta Was this translation helpful? Give feedback.
-
|
Is there a way to run multiple sieve scripts on data stage? So I can leave the 'spam-filter' and 'track-replies' in place and run my custom script after that? What would be the syntax? |
Beta Was this translation helpful? Give feedback.
-
|
This is in essence my entire use case I had hoped Stalwart would solve. I want to accept email for various domains, and forward them to external addresses without SPF causing a reject. In other words, SRS is an absolute must in the modern (in my humble opinion rather broken) world, and neither Sendmail nor Postfix (or, more precisely, the milters that exist) are great at handling it. Also ARC, correct DKIM handling and other things that are a pain to configure properly. In other words, it would be fantastic if this was a simple thing to accomplish in Stalwart. That is, to be able to just set up an address and specify a forwarding endpoint. (Well, as easy as these things get, but at least without having to know the standards in detail.) I have half a mind to write an enhancement request for it, but I wanted get some opinions first. Could forwarding address perhaps just be another field under user account settings? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
#118 cover the same question but with less details.
I would like to have some "virtual" mailbox redirected to external email (like a gmail account).
Example is: virtual@mydomain.com redirected to destination@gmail.com
I did succeed with "rewrite" of rcpt or Sieve at data stage with the following results:
Can you confirm Sieve is the best way to achieve the redirect?
Is the following configuration a good one?
Beta Was this translation helpful? Give feedback.
All reactions