https://www.zimbra.com/docs/ne/7.0.0...ml&single=true
Setting System-wide Signatures
* zimbraDomainMandatoryMailSignatureEnabled (TRUE/FALSE) TRUE enables this feature.
* zimbraDomainMandatoryMailSignatureText. This creates the plain text version.
* zimbraDomainMandatoryMailSignatureHTML. This creates the HTML version.
1. To create a system wide mandatory signature, enter the following:
Code:
zmprov mcf zimbraDomainMandatoryMailSignatureEnabled TRUE
zmprov mcf zimbraDomainMandatoryMailSignatureText <“some text”>
zmprov mcf zimbraDomainMandatoryMailSignatureHTML "<html><body>some html text</body></html>”
2. Restart Amavis to apply the configuration and global signature files. Type:
Code:
/opt/zimbra/bin/zmamavisdctl restart
The global signature is not visible when an email is composed, but displays in the recipient’s email message. age.