attachments maximun size

Discussion in 'Installation/Configuration' started by wontolla, Jul 10, 2008.

  1. wontolla

    wontolla New Member

    Hi, there's anyway to set the maximun size of the files to 2.5 MB?
     
  2. gscaglia

    gscaglia Member HowtoForge Supporter

    In /etc/postfix/main.cf set
    Code:
    message_size_limit = 25600000
    and reset postfix
    Code:
    /etc/init.d/postfix restart
     
  3. wontolla

    wontolla New Member

    Cool, thank you very much
     

Share This Page