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 04-15-2009, 04:35 PM
Advanced Member
 
Posts: 220
Default accounts doesn't appear in admin console

Hello,

I'm facing a problem with some account doesn't appear in the admin console, When I check the daily report I see the following error:

Quote:
2009-04-15 14:01:12 bounced (Host or domain name not found. Name service error for name=mydomain.co type=A: Host not found)
please see carefully that it is mydomain.co instead of .com, and when I send email to all accounts I receive an NDR contain the following accounts:

user@mail.mydomain.com
user@mydomain.co

How do I see and remove the above tow accounts in order to avoid the above report message on daily basis?

Please note that I went to the admin console but I didn't found them.

Cheers,
Reply With Quote
  #2 (permalink)  
Old 04-16-2009, 09:19 AM
Advanced Member
 
Posts: 220
Default

Any updates guys? still encountring the same issue
Reply With Quote
  #3 (permalink)  
Old 04-17-2009, 04:04 PM
Zimbra Employee
 
Posts: 604
Default

Can you provide more detail on what you are doing when you say you send email to all accounts?

Are you sending email to a distribution list that contains all accounts? If this is the case then you need to remove those 2 users from the DL if they don't exist.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #4 (permalink)  
Old 04-17-2009, 10:23 PM
Advanced Member
 
Posts: 220
Default

Thank you for your reply,

Yes I'm sending the email to a distibution list, but my question, is there any validation from the DL to the accounts, I mean does the DL allow the none accounts? or it accept assuming you wanna add an external account?

Is there any way to search in the DL? or through zmprov?

Cheers,
Reply With Quote
  #5 (permalink)  
Old 04-17-2009, 11:57 PM
Moderator
 
Posts: 7,928
Default

Code:
zmprov gadl | xargs -i zmprov gdlm {} | grep "user@mydomain.co$"
zmprov gadl | xargs -i zmprov gdl {} | grep "user@mydomain.co$"
__________________
Reply With Quote
  #6 (permalink)  
Old 04-18-2009, 12:16 AM
Advanced Member
 
Posts: 220
Default

Quote:
Originally Posted by uxbod View Post
Code:
zmprov gadl | xargs -i zmprov gdlm {} | grep "user@mydomain.co$"
zmprov gadl | xargs -i zmprov gdl {} | grep "user@mydomain.co$"
I ran your commands and here is the result

zimbra@mail:/home/mailuser$ zmprov gadl | xargs -i zmprov gdl {} | grep "user@mydomain.co$"
zimbraMailForwardingAddress: user@mydomain.co
zimbra@mail:/home/mailuser$

So how do I know to to which account the user@mydomain.co is assigned?

Cheers,
Reply With Quote
  #7 (permalink)  
Old 04-18-2009, 12:29 AM
Moderator
 
Posts: 7,928
Default

Code:
for x in $(zmprov gadl)
do
  zmprov gdl ${x} | grep "user@domain.co$" >/dev/null 2>&1
  [ $? = 0 ] && echo ${x}
done
__________________
Reply With Quote
  #8 (permalink)  
Old 04-21-2009, 09:33 PM
Advanced Member
 
Posts: 220
Default

with your codes, I found the tow wrong emails, but still there is one like user@mail.mydomain.com didn't appear, although when I send an email to all DL an NDR deliver to my mail saying that the user@mail.mydomain.com doesn't exists.

So what I can do?

Cheers,
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.