• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Mailing List Domain Creation

A

AplosMedia

Guest
Every time I create a mailinglist, it seems to go to

[email protected]

I don't want that, and would rather have the list placed somewhere like

[email protected]

Is this possible? I've been searching the forums and documentation for a while now and don't see this as a posibility.

- Eric
 
Though what AplosMedia says is correct, I think there is a different way to do it that will keep things 'Plesk happy'. :)

If you look at the mm_cfg.py file (the path is /var/mailman/Mailman on Redhat) you should see a line like this for each domain that has a mailing list:

add_virtualhost('lists.DOMAIN')

Find the line for the mailing list in question and make it look like this:

add_virtualhost('lists.DOMAIN','lists.DOMAIN')

The 2nd entry changes the DEFAULT_EMAIL_HOST variable for that list only. The default is just DOMAIN as you have already noticed.

Hope that helps.

M
 
Back
Top