Velocity Technical Archive
Changing Exchange 2007 receive connector timeout
Archived Reference: This is a historical technical article preserved from the Velocity Technologies knowledge base. For current Phoenix and East Valley managed IT services, explore our managed IT services or cybersecurity solutions.
Open Exchange Management Shell\nType in get-receiveconnector\nThis will list all of your receive connectors\nNext type in\nset-receiveconnector -identity ServerNameInternet -ConnectionTimeout 00:30:00\nThis command will change the timeout to 30 minutes.\nUse this command to get all your receive connectors and change them all to 30 minutes\nget-receiveconnector | set-receiveconnector -ConnectionTimeout 00:30:00