• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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