Velocity Technical Archive
Exchange 2007 won't receive emails
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.
If you stop receiving emails in Exchange 2007 telnet to your Exchange 2007 server. Do you see the following error, "452 4.3.1 Insufficient system resources"? You might also see this in the event log as 15002. Exchange 2007 is smart enough to monitor your system resources so that it does not crash your server. \nYou can change the configuration options of that here C:Program FilesExchange ServerEdgeTransport.exe.config\nIf you open this file you will see the global setting where you can disable it completely(not recommended).\n <gcServer enabled="true" />\nYou can also see here where you can change each individual setting:\n\n<add key="AgentLogEnabled" value="true" />\n <add key="ResolverRetryInterval" value="30" />\n <add key="DeliverMoveMailboxRetryInterval" value="30" />\n <add key="ResolverLogLevel" value="Disabled" />\n <add key="ExpansionSizeLimit" value="1000" />\n <add key="MaxIdleTimeBeforeResubmit" value="12:00:00" />\n <add key="MailboxDeliveryQueueRetryInterval" value="00:05:00" />\n <add key="QueueGlitchRetryInterval" value="00:01:00" />\n <add key="QueueGlitchRetryCount" value="4" />\n <add key="PFReplicaAgeThresholdHours" value="48" />\n <add key="DeferredReloadTimeoutSeconds" value="5" />\n <add key="MaxDeferredNotifications" value="20" />\n <add key="MaxQueueViewerQueryResultCount" value="250000" />\n <add key="RoutingConfigReloadInterval" value="12:00:00" />\n <add key="DumpsterAllMail" value="false" />\n <add key="DumpsterAllowDuplicateDelivery" value="false" />\n <add key="DumpsterDeletionDelayAfterStartup" value="00:02:00" />\n <add key="DatabaseCheckPointDepthMax" value="20971520" />\n <add key="DatabaseMaxCacheSize" value="134217728" />\n <add key="DatabaseCacheFlushStart" value="3" />\n <add key="DatabaseCacheFlushStop" value="5" />\n <add key="QueueDatabaseBatchSize" value="40" />\n <add key="QueueDatabaseBatchTimeout" value="100" />\n <add key="QueueDatabaseMaxConnections" value="4" />\n <add key="QueueDatabaseLoggingFileSize" value="5242880" />\n <add key="QueueDatabaseLoggingBufferSize" value="524288" />\n <add key="QueueDatabaseMaxBackgroundCleanupTasks" value="32" />\n <add key="QueueDatabaseOnlineDefragEnabled" value="true" />\n <add key="QueueDatabaseOnlineDefragSchedule" value="1:00:00" />\n <add key="QueueDatabaseOnlineDefragTimeToRun" value="3:00:00" />\n <add key="QueueDatabasePath" value = "C:Program FilesMicrosoftExchange ServerTransportRolesdataQueue" />\n <add key="QueueDatabaseLoggingPath" value = "C:Program FilesMicrosoftExchange ServerTransportRolesdataQueue" />\n <add key="IPFilterDatabasePath" value = "C:Program FilesMicrosoftExchange ServerTransportRolesdataIpFilter" />\n <add key="IPFilterDatabaseLoggingPath" value = "C:Program FilesMicrosoftExchange ServerTransportRolesdataIpFilter" />\n <add key="TemporaryStoragePath" value = "C:Program FilesMicrosoftExchange ServerTransportRolesdataTemp" />\n <add key="EnableResourceMonitoring" value="true" />\n <add key="ResourceMonitoringInterval" value="00:00:02" />\n <add key="PercentageDatabaseDiskSpaceUsedHighThreshold" value="0" />\n <add key="PercentageDatabaseDiskSpaceUsedMediumThreshold" value="0" />\n <add key="PercentageDatabaseDiskSpaceUsedNormalThreshold" value="0" />\n <add key="PercentageDatabaseLoggingDiskSpaceUsedHighThreshold" value="0" />\n <add key="PercentageDatabaseLoggingDiskSpaceUsedMediumThreshold" value="0" />\n <add key="PercentageDatabaseLoggingDiskSpaceUsedNormalThreshold" value="0" />\n <add key="PercentagePrivateBytesUsedHighThreshold" value="0" />\n <add key="PercentagePrivateBytesUsedMediumThreshold" value="0" />\n <add key="PercentagePrivateBytesUsedNormalThreshold" value="0" />\n <add key="VersionBucketsHighThreshold" value="200" />\n <add key="VersionBucketsMediumThreshold" value="120" />\n <add key="VersionBucketsNormalThreshold" value="80" />\n <add key="PercentagePhysicalMemoryUsedLimit" value="94" />\n <add key="DehydrateMessagesUnderMemoryPressure" value="true" />\n <add key="VersionBucketsHistoryDepth" value="3" />\n <add key="PrivateBytesHistoryDepth" value="30" />\n <add key="CrashOnStopTimeout" value="false" />\n <add key="DnsFaultTolerance" value="Lenient" />\n <add key="PriorityQueuingEnabled" value="false" />\n <add key="MaxPerDomainHighPriorityConnections" value="3" />\n <add key="MaxPerDomainNormalPriorityConnections" value="15" />\n <add key="MaxPerDomainLowPriorityConnections" value="2" />\n <add key="HighPriorityMessageExpirationTimeout" value="8:00:00" />\n <add key="NormalPriorityMessageExpirationTimeout" value="2.00:00:00" />\n <add key="LowPriorityMessageExpirationTimeout" value="2.00:00:00" />\n <add key="HighPriorityDelayNotificationTimeout" value="00:30:00" />\n <add key="NormalPriorityDelayNotificationTimeout" value="4:00:00" />\n <add key="LowPriorityDelayNotificationTimeout" value="8:00:00" />\n <add key="MaxHighPriorityMessageSize" value="250KB" />\n <add key="ByteEncoderTypeFor7BitCharsets" value="1" />