• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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