SMTP throttling

bandwidthsmtp

I need to be able to restrict the amount of bandwidth used by SMTP port 25. Basically, we have a routine in our server software that will send out bulk faxes, not much data per fax but a lot of different faxes to send. This is done over SMTP to a fax relay. However, when a particularly large amount goes through, we notice a decrease in the performance on the server and the internet connection in general.

Does anybody know of any software that would allow me to set up restrictions on this process?

Thanks

SMTP server is VPOP3 running locally on Windows Server 2000. The OS on the live servers are Windows Server 2000 and Windows Server 2008. The relay is external (interfax.net). We want to restrict everybody sending faxes. Other emails can be restricted also.

Best Answer

VPOP3 can limit its own bandwidth usage. See this knowledgebase article.

Related Topic