View Full Version : Is there a way to list mail Aliases
I can see all my configured aliases through CNC but would like to be able to electronically send my client a file of all the configured aliases so that they can verify what has been configured.
Is there an easy way to do that?
Hi Jeff,
Maybe I am missing something but I am able to simply copy and paste that information and then paste it into an email and send away, example:
username
Forwards To: username@example.com
username
Forwards To: username@example.com
username
Forwards To: username@example.com
username
Forwards To: username@example.com
username
Forwards To: username@example.com
Hope this helps,
Bob
- Ok so what am i missing %) -
If you mean, go to CNC Email Manager and then just copy the page and paste it into a mail that will work but at least when I did it into an outlook mail message it was really ugly. Fields were spread all over the page.
What I was looking for was something I could run at the shell and redirect to a file.
sheila
09-13-2002, 12:15 AM
There is such a command, but it produces a lot of extra output that you would need to parse. I think Bob's solution is simplest, and you would need to reformat the copied/pasted information to make it look better.
But....
if you feel like parsing and sorting output at the command line:
vdu
Produces a list of all the email accounts on your domain. The ones with (disabled) after them are the aliases.
The numbers after the email name are the following data:
mailbox name
# of new messages
kB in new messages
# of old messages
kB in old messages
# of read messages
kB in read messages
kB in overhead files
P.S. Actually, this doesn't do what you want, since it doesn't provide the email address to which the alias points. If you want that info, you might try the command listvdomain, but again, this is much uglier than what you have to work with in the CNC and provides a great deal of extra, unnecessary information.
Actually the listvdomain worked great. The editing was easy with a regular expression and the file is on its way.
Thanks
vBulletin® v3.6.8, Copyright ©2000-2009, Jelsoft Enterprises Ltd.