Tuesday, July 30, 2013

Mail Taping in Microsoft Exchange 2013

Requirement: I need to get one of my team mates send/receive mails with out knowing that user.
I am using Microsoft Exchange 2013 server

1.Login to ECP

2.Go to mail flow

3.In the rules tab add new rule

4.Select "send messages and save a copy for review "

5.Give a name for the rule

6.Select sender (for apply this rule if ..,condition)

7.Select the sender's mail box from the pop up window

8.In the do this condition drop down menu  select "BCC the message to "and select the  manager mail box.

9. At last save the settings

10.Done
   
Again for trapping  all received mails for the mail box create a new role (But select recipient in step 6)

Friday, July 12, 2013

How to configure Exchange 2013 email account in Thunderbird

Take proper backups of thunderbird (If currently using)
Upgraded Thunderbird to the latest 17.0.7
Install one plugin from https://addons.mozilla.org/en-us/thunderbird/addon/exquilla-exchange-web-services/
Restart Thunderbird
Add Email account from Tools>>Exquilla-For-Exchange server (After installing plugin you will get a document how to setup email account. Please follow that)

Checked Send/Receive.

It Works!!!

Wednesday, July 10, 2013

How to install To-Do plugin in Redmine

cd to your redmine vendor/plugins dir.

Git-clone the plugin from this repo into a folder in there (git clone git://github.com/dalyons/redmine-todos-scrum-plugin.git redmine_todos_plugin)

Run the plugin migrations +rake db:migrate_plugins+

Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)

Login to your Redmine install as an Administrator

Setup the permissions for the todos module for your roles

Enable the module on a per-project basis as needed.

How to install chart plugin in Redmine

cd {REDMINE_ROOT} [for me its /var/www/redmine]
$ ./script/plugin install git://github.com/pullmonkey/open_flash_chart.git

$ cd {RAILS_ROOT}
$ git clone https://github.com/cou2jpn/redmine_charts.git vendor/plugins/redmine_charts

Restart apache

Login as admin, go to the project settings >>  Module tab >> We need to enable Charts