Jan Walraven
DevOps



Categories:
  • Arduino (2)
  • CSS (3)
  • Docker (11)
  • ESXi (1)
  • Git (4)
  • Google Cloud (3)
  • Javascript (6)
  • Kubernetes (4)
  • Linux (36)
  • Mac (7)
  • Magento (4)
  • Mysql (14)
  • PHP (9)
  • Zend framework 2 (9)
  • Posted on April 8, 2013

    If you get the message:

    
    postdrop: warning: uid=500: File too large
    sendmail: fatal: emailaddress: message file too big
    

    You can fix this bij editing /etc/postfix/main.cf and add:

    
    message_size_limit = 52428800
    

    (example creates a limit of 50Mb)

    Restart postfix to activate new config:

    
    /etc/init.d/postfix restart