• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

SMTP Limits

T

timtrott

Guest
I seem to have one client (a Chamber of Commerce) that insists on sending large email attachments to hundreds of addresses at once which creates problems with server SMTP and Qmail Queue.

I have asked several times that they discontinue the practice and send links to files instead of file attachments but I am being ignored. Is there any way to limit the SEND file size or the NUMBER of addresses they are sending to from one single host domain? Is that control a feature of an upcoming PSA update (8.1+?). Do I have any option other than turning off their web site or email?

I hate to lose a customer but CoLo support costs me $75 every time they jamb up the works and I have to ask for help. The server is a dual proc, DDR2, so it's not a matter of server horsepower.
 
The problem is that I would like to restrict a specific client from sending a 2 meg attachment to 500 addresses while still allowing others to send a single 6 meg file if needed. I'm not sure your suggestion would accomplish that and I'm not sure what I'm asking for is even possible.
 
You could build a qmail-spp plugin to analyze the RCPT header, unfortunately with qmail-spp you cannot analyze the DATA section (size).

http://qmail-spp.sourceforge.net/

Plesk has qmail-spp plugin capability, you just have to follow the interface and build your own plugin.
 
Back
Top