• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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