attachment limit & outgoing mail copy

Discussion in 'Installation/Configuration' started by Teddy_2009, Jul 23, 2009.

  1. Teddy_2009

    Teddy_2009 New Member

    Hi

    Is there any possibility to limit attachment sizes per email user and to have copy of outgoing mails in the ipconfig server?

    Please let know

    Tks
    Teddy
     
  2. Mark_NL

    Mark_NL Member

    Code:
    message_size_limit = 15000000
    max 15mb, well 15 Million bytes actually ;)

    this is the maximum size of the COMPLETE email.
     
  3. Teddy_2009

    Teddy_2009 New Member

    Thanks

    How to control attachment size for each user if each users having different sizes?

    Teddy
     
  4. Teddy_2009

    Teddy_2009 New Member

    Attachment size per user


    Thanks

    How to control attachment size for each user if each users having different sizes?

    Teddy
     
  5. Mark_NL

    Mark_NL Member

    it's a server wide setting.
     
  6. Teddy_2009

    Teddy_2009 New Member

    Thanks

    Can you let me know some information how to do this in a postfix server?


    Teddy
     
  7. dipeshmehta

    dipeshmehta Member

    this setting goes into /etc/postfix/main.cf
    default size is 10mb and after changing the setting do not forget to restart the postfix service.

    Dipesh
     
  8. Teddy_2009

    Teddy_2009 New Member

    Thanks

    BUt changing default size to 10MB apply to all users. How to apply different attachment sizes to some email addressses only and others make use of the default 10MB one?

    Teddy
     
  9. Ben

    Ben Active Member Moderator

Share This Page