Topic: ShadowAdress + Sieve
Hi,
I if send message user@example.net the sieve is works fine, but if I send a message surname.givenname@example.net the sieve is not work.
dn: mail=user@example.net,ou=Users,domainName=example.net,o=domains,dc=example,dc=net
accountstatus: active
enabledservice: mail
enabledservice: smtp
enabledservice: pop3
enabledservice: imap
enabledservice: deliver
enabledservice: forward
enabledservice: senderbcc
enabledservice: recipientbcc
enabledservice: managesieve
enabledservice: displayedInGlobalAddressBook
enabledservice: pop3secured
enabledservice: imapsecured
enabledservice: managesievesecured
enabledservice: smtpsecured
enabledservice: shadowaddress
enabledservice: initials
homedirectory: /MAIL/example.net/user/
mail: user@example.net
mailmessagestore: example.net/user/
objectclass: inetOrgPerson
objectclass: shadowAccount
objectclass: mailUser
objectclass: top
shadowaddress: surname.givenname@example.net
roundcube SieveRules file:
require ["copy","fileinto"];
# rule:[gmail]
if anyof (true)
{
redirect :copy "user2@gmail.com";
fileinto "INBOX";
}
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.