Zimbra Enable mail bounce for quota accounts: Difference between revisions
Appearance
Created page with "category:Heromotocorp Biz '''Logged in as zimbra user''' [root@mail ~]# su - zimbra '''Check the current status:''' [zimbra@mail ~]$ zmprov gacf zimbraLmtpPermanentFai..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 23: | Line 23: | ||
'''Restart mta service:''' | '''Restart mta service:''' | ||
[zimbra@mail ~]$ zmmtactl | [zimbra@mail ~]$ zmmtactl stop | ||
[zimbra@mail ~]$ zmmtactl start | |||
Refelink: http://community.zimbra.com/collaboration/f/1886/t/1137424 | |||
Latest revision as of 11:45, 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 stop
[zimbra@mail ~]$ zmmtactl start
Refelink: http://community.zimbra.com/collaboration/f/1886/t/1137424