• 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.

Mailman memberships reminder - wrong from address

P

purplecloud

Guest
Hi,

It appears that the e-mails generated by Mailman on the 1st of each month (to remind list members of their passwords) are being sent from the wrong from address.

For example, a member of the list [email protected] is receiving:

From: [email protected]
On Behalf Of
[email protected]
Sent: 01 May 2005 05:00
To: [email protected]
Subject: domain1.com mailing list memberships reminder

This is a reminder, sent out once a month, about your
domain1.com mailing list memberships. It includes your
subscription info and how to use it to change it or unsubscribe from a list.
...


Where [email protected] is a different list on a different domain for a different customer.


Is anyone else having this problem, or know of a fix?

I get the impression mailman doesn't really like running accross multiple domains - the fact that two different domains can't each have a list with the same name is very annoying, hopefully Plesk will sort this out in a future version.

James
 
I found that editing the /var/mailman/Mailman/mm_cfg.py solved this problem as far as I can see;

At the bottom of the file, the different virtualhosts are defined.
All you have to do is insert

Code:
VIRTUAL_HOSTS.clear()

right before

Code:
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

and restart Mailman.
I seems to have solved the problem for me ;).

Maer.
 
Back
Top