Changes

From SME Server
Jump to navigationJump to search
1,332 bytes added ,  21:18, 14 August 2017
no edit summary
Line 154: Line 154:  
and mailman is going to replace the string with the name the person used when he/she subscribed.
 
and mailman is going to replace the string with the name the person used when he/she subscribed.
 
</li></ol>
 
</li></ol>
 +
 +
===Import lists from ezmlm===
 +
Get the script ezmlm2mbox from http://www.arctic.org/~dean/scripts/ezmlm2mbox
 +
wget http://www.arctic.org/~dean/scripts/ezmlm2mbox -O
 +
Get subscribers:
 +
ezmlm-list /home/e-smith/files/ezmlm/lists/mylist > mylist.subscribers
 +
Get denied subscribers:
 +
ezmlm-list /home/e-smith/files/ezmlm/lists/mylist deny > mylist.deny
 +
Convert the ezmlm list to an mbox-file:
 +
./ezmlm2mbox /home/e-smith/files/ezmlm/lists/mylist > mylist.mbox
 +
Backup the ezmlm list, just in case ...
 +
tar -czf mylist.tgz /home/e-smith/files/ezmlm/lists/mylist
 +
 +
Then using the server-manager:
 +
# Remove the ezmlm list, via the ezmlm web panel
 +
# Create the new Mailman list, via the Mailman web panel
 +
# Add subscribers to the new list, using the file you made in step 1. I prefer to do this in silence, without letting the subscribers know.
 +
# Check the file mylist.deny from step 2, and - if needed - adjust the settings of your new list accordingly.
 +
 +
 +
Import the mbox to Mailman
 +
cp mylist.mbox  /var/lib/mailman/archives/private/mylist.mbox/mylist.mbox
 +
/opt/mailman/bin/arch --wipe mylist
 +
Check and fix ownerships and access rights
 +
/opt/mailman/bin/check_perms -f
 +
 +
from : https://forums.contribs.org/index.php/topic,53230.0.html
    
=== For more information ===
 
=== For more information ===
Line 168: Line 195:     
{{#bugzilla:columns=id,product,version,status,summary |sort=id|order=desc |component=smeserver-mailman|noresultsmessage="No open bugs found."}}
 
{{#bugzilla:columns=id,product,version,status,summary |sort=id|order=desc |component=smeserver-mailman|noresultsmessage="No open bugs found."}}
 +
 +
= Changelog =
 +
Only released version in smecontrib are listed here.
 +
 +
{{#smechangelog:smeserver-freepbx}}
 +
 +
 
----
 
----
 
[[Category:Contrib]]
 
[[Category:Contrib]]
 
[[Category:Mail]]
 
[[Category:Mail]]
 
[[Category:Mail:Mailinglists]]
 
[[Category:Mail:Mailinglists]]
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu