When creating new filter rule users don't see "Redircet to Address", only admin accounts see it.

General discussion about Zimbra Desktop.
Post Reply
elvijs_
Posts: 2
Joined: Tue Nov 07, 2017 11:17 am

When creating new filter rule users don't see "Redircet to Address", only admin accounts see it.

Post by elvijs_ »

This is some kind of new feature, that normal users can't forward e-mails through filters ? Is there a way to allow normal users to forward e-mail using filters ?

Zimbra version: Zimbra 8.7.1_GA_1670

Tried command below, without any luck.

Code: Select all

zmprov -v ma user@domain.com zimbraFeatureMailForwardingEnabled TRUE
Verified from console, that feature is enabled:

Code: Select all

zmprov desc -a zimbraFeatureMailForwardingInFiltersEnabled
zimbraFeatureMailForwardingInFiltersEnabled
    enable end-user mail forwarding defined in mail filters features

               type : boolean
              value :
           callback :
          immutable : false
        cardinality : single
         requiredIn :
         optionalIn : cos,account
              flags : accountInfo,accountInherited,domainAdminModifiable
           defaults : TRUE
                min :
                max :
                 id : 704
    requiresRestart :
              since : 5.0.10
    deprecatedSince :
elvijs_
Posts: 2
Joined: Tue Nov 07, 2017 11:17 am

Re: When creating new filter rule users don't see "Redircet to Address", only admin accounts see it.

Post by elvijs_ »

One of my colleague's found the answer - just need to create filter rule from console:

Code: Select all

zmmailbox -z -m user@example.com addFilterRule 'redirect' active all header "to" contains sender@example.com header "from" not_contains example.com all redirect receiver@example.com stop
Post Reply