Plesk

Button “Submit all data” in mailman administration screen on a Plesk server has no effect

Cause

Mailman misconfiguration.

Resolution

  1. Connect to the server via SSH.

  2. Open the /usr/lib/mailman/Mailman/mm_cfg.py file in any text editor. For example, in the vi text editor:

    # vi /usr/lib/mailman/Mailman/mm_cfg.py

  3. Find the line beginning with DEFAULT_URL_PATTERN and change it as follows:

    • For Debian-based operating systems:

      DEFAULT_URL_PATTERN = 'https://%s/cgi-bin/mailman/'

    • For RHEL-based operating systems:

      DEFAULT_URL_PATTERN = 'https://%s/mailman/'

    Note: If the line doesn't exist, add it manually

  4. Save changes and close the file.

  5. Execute the command below to apply changes:

    # /usr/lib/mailman/bin/withlist -l -r fix_url list_name -u lists.example.com

Exit mobile version