Hey how do I setup a catch all email?
I've been poking arond and need to create a handful new accoutns for a client and I can't find the option to make an email accoutn as a catchall email
Hey how do I setup a catch all email?
I've been poking arond and need to create a handful new accoutns for a client and I can't find the option to make an email accoutn as a catchall email
Lookup zimbraMailCatchAllAddress & zimbraMailCatchAllForwardingAddress
-Mike Morse (MCode151)
ZCS-to-ZCS Migrations & Moves | Admin Tools & Tidbits » ZimbraBlog.com | ZimbraCommunity.com
can the catchall be set via webgui or it has to be from the console? some of my clients don't have console access.
Last edited by bangsters; 01-25-2008 at 11:28 AM.
Vote for: Bug 11009 - expose domain alias zimbraMailCatchAllAddress in admin console ui & Bug 23278 - add catchall and transport configuration to admin gui
Do they have any admin permissions at all? (zimbra admin console gui) You could use soap:
Domain Catchall:<ModifyAccountRequest>
<id>{value-of-zimbraId}</id>
<a n="...">...</a>+
</ModifyAccountRequest>
If you want to set up an account "user@domain.com" to catch any mail not delivered to existing users in the domain "domain.com", you can configure the account as a domain catchall.
If the users "john@domain.com", "webmaster@domain.com", and "xyznobody@domain.com" don't exist, and mail arrives for them, it will be delivered to the catchall account "user@domain.com". This will increase the amount of spam delivered, and can lead to being blacklisted. To remove the catchall from an email account, unset the catchall address:su - zimbra
zmprov modifyAccount user@domain.com zimbraMailCatchAllAddress @domain.com
Domain_Catchall - ManagingDomains - Zimbra :: Wikizmprov modifyAccount user@domain.com zimbraMailCatchallAddress ""
-Mike Morse (MCode151)
ZCS-to-ZCS Migrations & Moves | Admin Tools & Tidbits » ZimbraBlog.com | ZimbraCommunity.com
yes but my problem is this is done via console. I am the only one with SSH access, as my other clients are only given domain admin privileges. How will that workout? Any suggestion?
I am hitting an old thread, sorry about that. But is this feature targetted for 7.0? catchall address feature in zimbraAdmin.
oh c'mon Bill. pls tell me. I am too lazy.![]()
to find on any domain... but it's slowww/opt/zimbra/bin/zmprov gaa | while read ACCOUNT ; do /opt/zimbra/bin/zmprov ga ${ACCOUNT} zimbraMailCatchAllAddress
There are currently 1 users browsing this thread. (0 members and 1 guests)