well there is a proble with mailman that when it sends password reminders they appear to come from mailman-owner@servername instead of mailman-owner@domianname.

A small fix for that:

Open the file /usr/local/cpanel/3rdparty/mailman/cron/mailpasswds

check out the section:

mailman_owner = mm_cfg.MAILMAN_OWNER
for host, users in hosts.items():
subj = host + ' mailing list memberships reminder

Change it to:

for host, users in hosts.items():
subj = host + ' mailing list memberships reminder'
mailman_owner = "mailman-owner@" + host

Note how mailman_owner=mm_cfg.MAILMAN_OWNER was removed and included into the for loop.

Well just in if anyone needs it.I know its pretty simple fix but this is my first time with mailman.


Josh
"This is all you got I'll take your best shot"