Realized your new, zmprov commands are like:
Quote:
|
zmprov mcf zimbraValueUWantChanged desiredValue
|
mcf = ModifyConfig
These are good references:
Zmprov (Provisioning - Zimbra :: Wiki)
Zmprov Examples - Zimbra :: Wiki Bulk Provisioning - Zimbra :: Wiki
zmlocalconfig is per serer, much like zmprov getServer mail01.domain.com (set with modifyServer or ms)
If you execute 'zmlocalconfig' without argument, it shows the present configuration parameters and values.
(your looking for references of
admin@mail01.domain.com)
Then simply:
Quote:
|
zmlocalconfig -e smtp_destination=admin@domain.com
|
also relevant to that is:
smtp_source=admin@domain.com (the from)
smtp_notify=yes
zmlocalconfig zimbra_mtareport_max_recipients=50
zimbra_mtareport_max_senders=50
If this is NE (though I imagine it's FOSS because you say you've tried Debian at one point) on 4.5.6+ the backup tab in the admin console allows for setting these zmprov attributes:
zimbraBackupReportEmailRecipients
zimbraBackupReportEmailSubjectPrefix
zimbraBackupReportEmailSender
In short, anything you set on the server level will override global settings. If you don't modify the server values at all it will just use global of course
