Jump to content

Recommended Posts

Posted

Bit of a weird one, we have an internal helpdesk system which just sends email to exchange using SMTP and recently (no clue when as we dont send tickets) there is a long pause from a user clicking submit ticket to the page showing submission complete. Now if I dont specify an exchange server in the settings the page loads instantly.

 

Scratching my head as to what could be the issue on exchange as not a lot has changed, the receive connectors are the same and certificates are all fine.

 

Any thoughts anyone?

Posted

Hi Alex,

 

If you are using Exchange 2010 you can nobble the delay by doing the following;

 

Fire up Exchange PowerShell on the hub transport server, and issue the following command:

 

Set-ReceiveConnector "Connector Name" -MaxAcknowledgementDelay 0

 

This should take care of your issue.

 

Regards

 

Conrad

Posted

You looked at the queues or message tracking to see if that indicates any delays?

 

Also enable smtp logging - might tell you something there.

Posted

Another thing is that you could try using the port 587 (the submission port) rather than port 25 (the MTA port).

 

You have to use authentication and SSL to use the submission port. Ensure your receive connector is configured to allow basic authentication (it should be).

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...