Hi to everybody. I've setup in postfix the role that will allow to send emails less than 15MB Code: message_size_limit = 15360000 Anyway if I try to send a bigger email, the email is not send(and it's ok), but I(the sender) will not receive any alert about the block of that email... How to have this alert? Thanks Michele
You don't need an alert.. postfix stop the message relay BEFORE your MUA client has finished/disconnected.. so the message remains in the MUA client queue. It's up to the MUA to alert the user (normally it gives you a warning whith a brief issue text description). Bye.. bajodel