SRS in SIEVE

Vladislav Kurz <[email protected]>
Newsgroups gmane.mail.imap.cyrus
Message-ID <[email protected]>
Hello everyone,

I noticed that there are options prefixed srs_ in imapd.conf.
I tried to set it up:

srs_alwaysrewrite: 1
srs_domain: domain.example
srs_hashlength: 3
srs_secrets: SomePassword
srs_separator: =

But mails redirected by sieve are not using SRS. They just have the 
original sender as MAIL FROM, and thus fail SPF check.

Sieve script was just simple:

if true
{
        redirect "[email protected]";
}

or


require ["copy"];
if true
{
        redirect :copy "[email protected]";
}


Has anyone working SRS for SIEVE? What do I have to do?

-- 
Best Regards
         Vladislav Kurz

------------------------------------------
Cyrus: Info
Permalink: https://cyrus.topicbox.com/groups/info/T5164e7dbfec47520-Mc0973e3af5ad7e327ca69f2f
Delivery options: https://cyrus.topicbox.com/groups/info/subscription
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.