New Features for 6.0.4
• System wide mandatory signatures can be created. The following attributes
have been added to control system wide mandatory signatures:
• zimbraDomainMandatoryMailSignatureEnabled (TRUE/FALSE)
• zimbraDomainMandatoryMailSignatureText (text/plain)
• zimbraDomainMandatoryMailSignatureHTML (text/html)
These attributes can also be set on the domain level but there is currently
no code that reads the domain level attributes. These attributes are
currently only available via the zmprov CLI utility. Admin console access will
be added on the global and domain level when the domain level capability
is added.
To create a system wide mandatory signature, enter the following:
zmprov mcf zimbraDomainMandatoryMailSignatureEnabled TRUE
zmprov mcf zimbraDomainMandatoryMailSignatureText <some text>
zmprov mcf zimbraDomainMandatoryMailSignatureHTML
"<html><body>some html text</body></html>"
Restart amavis to apply the configuration and write out the global signature
files used by altermime. Type:
/opt/zimbra/bin/zmamavisdctl restart