Announcement

Collapse
No announcement yet.

Message Size Limit for Postfix

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Message Size Limit for Postfix

    Hello.

    I was wondering if there is a way to change the message size limit from the admin gui? Mine seems to be set at 10Meg.

    I know I can edit main.cf, but I was wondering if this is something that can be done through the UDM or UMC gui.

    Thank you!

  • #2
    it is possible throught the Univention Management Console - You just need to change the follwoing variable to the necessary size:

    mail/messagesizelimit

    You can find it in the UNIVENTION Configuration Registry.

    But when you do it this way, any changes in the main.cf and/or master.cf file will be overwriten by the standard files.

    wbrgds

    Lukasz
    company | private

    Comment


    • #3
      Thank you!

      This is giving me an error:

      An error has occured


      Execution of command 'baseconfig/show' has failed:

      Traceback (most recent call last):
      File "/usr/lib/python2.4/site-packages/univention/management/console/handlers/__init__.py", line 107, in _exec_if
      func( *args )
      File "/usr/lib/python2.4/site-packages/univention/management/console/handlers/baseconfig/_revamp.py", line 171, in _web_baseconfig_show
      default.append( ( string.lower( cat ), cat_info[ 'name' ] ) )
      TypeError: unsubscriptable object

      Comment


      • #4
        This is an already known issue within the Web-GUI.

        You may also set the variable within a console using the command

        # ucr set mail/messagesizelimit=20480000

        Comment


        • #5
          Originally posted by Thomas Schweiger View Post
          This is an already known issue within the Web-GUI.

          You may also set the variable within a console using the command

          # ucr set mail/messagesizelimit=20480000

          Thank you!!!!

          Comment

          Working...
          X