Archive for category exchange server
How to Share a Folder in Outlook 2013
Posted by edwgon in Exchanage 2016, exchange, exchange server, Outlook 2013, Uncategorized on May 5, 2018
I was asked to share an Outlook 2013 folder for a user and I ran into a scenario…most imformation out there targets older versions of Outlook and Exchange. We run Exchange 2016 and Outlook 2013 (latest version), so most of the information out there didn’t work for me, so I decided to document how I was able to achieve sharing folders in Outlook 2013.
For this excersice we’re going to share a folder named: Test Folder
From the mailbox we want to share Outlook folders
- Right-click on the user’s mailbox name and select Folder Permissions
- Next, click on Permissions tab and Add the user you’re going to allow to access, or share, the folder(s)
- View the screenshot for the permissions settings
- Next, right click on the Inbox folder and click on Properties
- Click on Permissions tab and you’re going to add the same user you added at the mailbox permissions level (step 3)
- View the screenshot for the permissions settings
- Next, you’re going to right click on the folder you want to share and click on Properties
- Click on Permissions tab and you’re going to add the same user again
- Permissions here are set based on your requirements
- View the screenshot for the permissions settings
- That’s all that needs to be done
- The next and final step is to go to the Outlook client of the user that needs access to the folder and add the mailbox
These steps worked for me, none of the other information out there worked.
NMIS 8.5.2G E-mail Notifications Using Exchange As Relay
Posted by edwgon in email notifications, email relay, exchange, exchange server, http://schemas.google.com/blogger/2008/kind#post, linux, nmis, nmis notifications, relay, sendmail, vi on December 4, 2014
In the past few weeks, I started working with NMIS. The application does a great job monitoring all sorts of devices. I decided to use the free version, so support is mainly based on whatever is found on the web or from NMIS’ email group.
- A working NMIS environment
- I downloaded the NMIS appliance and got the application to work in an hour.
- A working installation of a mail daemon in the linux box where NMIS is running
- For my environment I used sendmail, so most of these steps are related to sendmail.
- A working installation of Exchange server
- Logon to the linux server where NMIS is running from
- Go to /etc/mail directory
- run vi sendmail.cf
- You can use any file editor, I just prefer vi
- If using vi type: /DSsmtp
- / does a search for string DSsmtp
- Once that line is found, then you’ll want to change it to: DSsmtp.YourDomain.com
- Save the file and reload sendmail services
Recent Comments