Posts Tagged 'Exchange'

Add non-exchange address to Exchange 2007 Transport Rule via adsiedit

Keep Reading ...

Exchange 2007 transport rules are very useful in most cases but I had issues once trying to set up a rule for emails sent from a APC battery unit to be forwarded to my cell phone via text message. But I would recieve an error when configuring the rule when attempting to add my [...]

Exchange 2007- Public Folder Permissions Example

Keep Reading ...

Seeing that Microsoft is attemping to move away from public folders and stopped providing easy GUI managment tools I found that this is the easiest way to modify permissions for a nested PF and change all child objects. Its simple and it works…
Get-PublicFolder -Identity “\(folder)\(folder)\” -recurse | Add-PublicFolderClientPermission -AccessRights owner (our desrired permission)
If your in IT [...]

Setup Exchange 2007 Firewall Headers

Keep Reading ...

A few months ago email being sent from my company were being rejected by some spam filters. After looking into it I found that exchange 2007 places the internal IP address in the header, which is a private address. Exchange 2007 does this by default.
Each time an SMTP email is passed from one server to [...]