We have a third-party program that converts PF to Excel format and emails the result to the user running the program.
From time to time a user will choose to do this with an absurdly large file which proceeds to bring down the SMTP server, or at least have it begging for mercy.
I need a way to inspect the size of files before allowing it to be sent as an attachment, I'd like it to be universal so that any application trying to send in this fashion will be controlled.
Does SMTP allow for user exit programming? I couldn't find any with my searches.
From time to time a user will choose to do this with an absurdly large file which proceeds to bring down the SMTP server, or at least have it begging for mercy.
I need a way to inspect the size of files before allowing it to be sent as an attachment, I'd like it to be universal so that any application trying to send in this fashion will be controlled.
Does SMTP allow for user exit programming? I couldn't find any with my searches.




Comment