Zimbra Enable mail bounce for quota accounts: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
Refelink: http://community.zimbra.com/collaboration/f/1886/t/1137424 | Refelink: http://community.zimbra.com/collaboration/f/1886/t/1137424 | ||
Revision as of 11:38, 4 January 2016
Logged in as zimbra user
[root@mail ~]# su - zimbra
Check the current status:
[zimbra@mail ~]$ zmprov gacf zimbraLmtpPermanentFailureWhenOverQuota
zimbraLmtpPermanentFailureWhenOverQuota: FALSE
Run below command to enable:
[zimbra@mail ~]$ zmprov mcf zimbraLmtpPermanentFailureWhenOverQuota TRUE
Run again below command to check the status:
[zimbra@mail ~]$ zmprov gacf zimbraLmtpPermanentFailureWhenOverQuota
zimbraLmtpPermanentFailureWhenOverQuota: TRUE
Restart mta service:
[zimbra@mail ~]$ zmmtactl restart
Refelink: http://community.zimbra.com/collaboration/f/1886/t/1137424