Thanks I will check it out
> Il giorno 1 feb 2019, alle ore 16:18, Angus McIntyre <[email protected]> ha > scritto: > > My own notes are a mess, and I did this a long time ago, on a CentOS 5 > server, so I'm not sure how much I can help you. > > However, there's actually a page at: > > http://wiki.qmailtoaster.com/index.php/Mailman > > that describes how to do it, and I think I followed the instructions there. > > That page describes an install on CentOS 6; I don't know if the mailman > package has been updated for CentOS 7, or whether any of this is still > relevant. > > From my notes, it looks as if the basic installation was done with: > > yum --enablerepo=qtp-CentOS install mailman > > Following that, I did: > > vi /etc/mailman/mm_cfg.py > > and added the line: > > add_virtualhost('lists.myhost.com','lists.myhost.com') > > where 'lists.myhost.com' was a subdomain I set up for this purpose. This will > set up a virtual host under mailman's control for your web UI. Obviously, > replace 'lists.myhost.com' with whatever domain you want to use. > > Next, I did: > > /usr/lib/mailman/bin/genaliases > > and then copied the output from that to the end of the '/etc/aliases' file. > > I also added a Vpopmail domain with: > > /home/vpopmail/bin/vadddomain lists.myhost.com MyPostmasterPass > > and ran the command: > > /usr/lib/mailman/bin/check_perms -f > > to check that all permissions were set up properly. > > Then I did: > > cp /usr/share/doc/mailman-2.1.*/contrib/qmail-to-mailman.py \ > /usr/lib/mailman/Mailman/MTA/. > > (copying the 'qmail-to-mailman.py' script included with the distribution into > the appropriate place in the installed mailman) and then edited the script > with: > > vi /usr/lib/mailman/Mailman/MTA/qmail-to-mailman.py > > to ensure the following two variables were defined as below: > > MailmanHome = "/usr/lib/mailman" > MailmanVar = "/var/lib/mailman" > > One last thing: the Apache vhost configuration file for this subdomain looked > like: > > <VirtualHost *:80> > ServerName lists.myhost.com > #ServerAlias lists.myhost.com > > DocumentRoot /home/www/mylists/www/ > > ErrorLog /home/www/mylists/logs/error-log > LogLevel error > LogFormat "combined" > CustomLog /home/www/mylists/logs/access-log "combined" > > ServerAdmin [email protected] > > AddDefaultCharset UTF-8 > > ErrorDocument 404 /errordocs/Error404.php > ErrorDocument 403 /errordocs/Error403.html > > ScriptAlias /cgi-bin/ "/home/www/mylists/www/cgi-bin/" > ScriptAlias /mailman/ "/usr/lib/mailman/cgi-bin/" > > Alias /pipermail/ /var/lib/mailman/archives/public/ > > <Directory /usr/lib/mailman/cgi-bin> > AllowOverride None > Options ExecCGI FollowSymLinks > Order allow,deny > Allow from all > </Directory> > > <Directory "/var/lib/mailman/archives/public/"> > Options Indexes FollowSymLinks > AllowOverride None > Order Deny,Allow > Allow from all > </Directory> > > <Directory "/home/www/mylists/www/"> > Options Indexes FollowSymLinks > AllowOverride None > Order allow,deny > Allow from all > </Directory> > > (obviously, replace 'myhost.com' with whatever domain you're using, and > '/home/www/mylists/www' by an appropriate path to your host's document tree). > > I think that should get you most of the way there. I'm sorry not to be able > to give you more exact instructions, but, as I say, I did this a very long > time ago and I didn't take the time to document what I did properly. Sorry. > > Angus > > Remo Mattei wrote on 2/1/19 9:03 PM: >> Can you share the installation steps? >> I need something that has like unsubscribe using a web page, and something I >> am also looking on how to use the ezmlm-cron if anyone has set that up >> please let me know for tips etc. >> Remo >>> On Feb 1, 2019, at 12:56, Angus McIntyre <[email protected]> wrote: >>> >>> I have used mailman on a qmailtoaster host. >>> >>> I never loved it. Everything about it, from the UI to the general technical >>> approach, seemed to be stuck in about 1996. However, once I'd got it set up >>> and working, it did the job and needed very little attention. >>> >>> I'd like to think that there's something nicer available by now, but if you >>> can't find it, then mailman will certainly get the job done. >>> >>> Angus >>> >>> >>>> On 2019-02-01 04:09, Remo Mattei wrote: >>>> Thanks Fabian, I never used mailman myself for a reason or another I >>>> never had the need until now. >>>> Remo >>>>> On Jan 31, 2019, at 17:31, Fabian A. Santiago >>>>> <[email protected]> wrote: >>>>> ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ >>>>> On Thursday, January 31, 2019 8:13 PM, Remo Mattei <[email protected]> >>>>> wrote: >>>>>> Hello I wonder if anyone has any suggestions on which mailing list to >>>>>> use for a project I am going to work on, so clients can automatically >>>>>> unsubscribe etc.. Any tips are welcome. >>>>>> Remo >>>>>> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- >>>>>> To unsubscribe, e-mail: [email protected] >>>>>> For additional commands, e-mail: [email protected] >>>>> Hello, >>>>> I've always been a fan of mailman and have myself used it with >>>>> qmailtoaster in the past. i don't have all the helpful little tidbits as >>>>> to how at my disposal currently but it is very much possible to get it >>>>> working. I'll send along whatever i can dig up. personally i would stick >>>>> with the 2.x version series but that's just out of familiarity. the 3.x >>>>> series is still a little new'ish. >>>>> -- >>>>> Thanks, >>>>> Fabian S. >>>>> OpenPGP: >>>>> 0x643082042DC83E6D94B86C405E3DAA18A1C22D8F >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [email protected] >>>>> For additional commands, e-mail: [email protected] >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
