[Mailman-Users] That pid file problem again - Hmmm...

2013-09-25 Thread Richard
Hello All, I was having trouble setting up my new Apache installation to provide mailman it's public user interface and I got this (relatively common known problem) in /var/log/messages: systemd[1]: PID file /var/run/httpd/httpd.pid not readable (yet?) after start. In investigting, I found

Re: [Mailman-Users] MySQL

2013-09-25 Thread Mark Sapiro
On 09/25/2013 01:23 PM, Aaron Dolgin wrote: > Is it possible to have mailman store the email addresses in a database in > MySQL? See the FAQ at . -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dyl

[Mailman-Users] MySQL

2013-09-25 Thread Aaron Dolgin
Is it possible to have mailman store the email addresses in a database in MySQL? Aaron Dolgin (661) 400-6301 VP of Business & Marketing Electrical Lead Webmaster Hart District Robotics Team 691 Team691.org Follow us on Twitter @Project691

Re: [Mailman-Users] Disaster recovery: fastest / best route advice sought

2013-09-25 Thread Richard
On Wed, 25 Sep 2013, Fil wrote: I would suggest that, on the Web server, you just proxy /mailman/ to your Mailman's web service. If you're using apache, something like this on the Web front-end will do: ProxyPass /mailman http://ml.example.com/mailman ProxyPassReverse /mailman http://ml.exam

Re: [Mailman-Users] Disaster recovery: fastest / best route advice sought

2013-09-25 Thread Fil
I would suggest that, on the Web server, you just proxy /mailman/ to your Mailman's web service. If you're using apache, something like this on the Web front-end will do: ProxyPass /mailman http://ml.example.com/mailmanProxyPassReverse /mailman http://ml.example.com/mailman If you're using varni

Re: [Mailman-Users] Disaster recovery: fastest / best route advice sought

2013-09-25 Thread Richard
Well Gang, I never did get mail working properly until this morning, and I'm just now focusing my attention back on mailman - can't worry about a mailing list manager when there's no competent mail services! (Note: FC19 is a bad choice for a server - I'll say no more about it.) ...This mean