Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-30-2008, 11:12 AM
Elite Member
 
Posts: 281
Default How to show forwarding address

Part of our spam problem is that when the account gets hacked they changed the forwarding address to something of theirs. Is there a way via CLI to show all accounts that have a forwarding address set up?

dj
Reply With Quote
  #2 (permalink)  
Old 09-30-2008, 11:56 AM
Moderator
 
Posts: 1,554
Default

this is easier than that. log into the admin web interface. on the bottom of th left hand side you'll see a "Searches" area that should have "Inactive accounts (30 days)"
Reply With Quote
  #3 (permalink)  
Old 09-30-2008, 12:00 PM
Elite Member
 
Posts: 281
Default

But part of the problem is that they are logging into the web interface a couple of times a day to send out there junk. It appears that they are using the forward to get any responses that come back. With that being the case then account wouldn't be inactive.

dj
Reply With Quote
  #4 (permalink)  
Old 09-30-2008, 12:10 PM
Moderator
 
Posts: 1,554
Default

oops that reply was actually meant for this thread sorry
Reply With Quote
  #5 (permalink)  
Old 02-05-2009, 06:04 AM
Junior Member
 
Posts: 6
Default ever find a solution

Did you ever find a solution for this? We're facing the exact same situation right now. It seems that quite a few of our users gave out their usernames.

Thanks.
Reply With Quote
  #6 (permalink)  
Old 02-05-2009, 06:20 AM
Zimbra Consultant & Moderator
 
Posts: 20,312
Default

Run a script that will go through all the user accounts and look for:

Code:
zmprov ga user@domain.com | grep zimbraPrefMailForwardingAddress
That should list the ones that have a forwarding address set.
__________________
Regards


Bill
Reply With Quote
  #7 (permalink)  
Old 02-05-2009, 06:21 AM
Moderator
 
Posts: 7,928
Default

Code:
su - zimbra
zmprov gaa | while read EMAIL
do
    zmprov ga ${EMAIL} | awk -vEMAIL=${EMAIL} '/zimbraPrefMailForwardingAddress/ { printf("%s\t%s\n",EMAIL,$0); }'
done
__________________
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.