Email with attachment too big and not notification of it...

Discussion in 'General' started by voltron81, Mar 26, 2010.

  1. voltron81

    voltron81 New Member

    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
     
  2. bajodel

    bajodel Member

    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
     

Share This Page