Sometimes you will get the errors like below in the mail client

"Error - "421 Too many concurrent SMTP connections; please try again later."

This can be fixed by increasing the number of concurrent connections for smtp by editing the file exim.conf

You need to adjust the value for parameter smtp_accept_max

==
smtp_accept_max = 150
==