Posts Tagged 'exchange 2007'

Export List of Exchange 2007 mailbox sizes – Powershell script

Keep Reading ...

I have this script set as a sceduled task and runs daily on my companies Exchange 2007 servers. It helps to see not only the current sizes but to see if any mailboxes are getting out of control.
 
12345678910111213141516171819202122232425##############################################################
# Creates a file with all exchange 2007 mailboxes and sort by size
#
#
#
# Command, scheduled task or shortct [...]

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 [...]