Catchall account

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
snowymoountain
Advanced member
Advanced member
Posts: 111
Joined: Thu Aug 02, 2018 4:24 pm

Catchall account

Post by snowymoountain »

Hi I have Zimbra 8.8.9 and need to add a catch all for a domain to an account, old ways of doing this don't seem to work.....

I have tried this...
zmprov modifyAccount abc@ourcompanydomain.com zimbraMailCatchAllAddress @ourcompanydomain.com
Jordack
Posts: 34
Joined: Sat Sep 13, 2014 2:15 am

Re: Catchall account

Post by Jordack »

Have you tried dropping the second @? (Shooting from the hip)

zmprov modifyAccount abc@ourcompanydomain.com zimbraMailCatchAllAddress ourcompanydomain.com

I know catchall still works, spun up a server couple weeks ago and was able to configure it. I could probably go through my bash history later.

The error message would also be helpful.
mhammett
Advanced member
Advanced member
Posts: 133
Joined: Sat Jul 19, 2014 7:07 am
ZCS/ZD Version: Release 8.6.0.GA.1153.UBUNTU14.64 U

Re: Catchall account

Post by mhammett »

Code: Select all

zimbra@mail:~$ zmprov modifyAccount {Existing account, destination for the received mail} zimbraMailCatchAllAddress @{domain}

I just did this on 8.8.
Post Reply