• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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