Re: [Mailman-Users] Using a different domain for the URL4oCP

2012-02-15 Thread Mark Sapiro
On 2/15/2012 11:03 PM, Jezz wrote: > > Good to know it's possible! So how is this done? I'm deducing that I > accomplish this by modifying DEFAULT_EMAIL_HOST and/or DEFAULT_URL_HOST? > If so, where do I find those values exactly? > > Is it possible to make these two variables editable via the GUI

Re: [Mailman-Users] Using a different domain for the URL4oCP

2012-02-15 Thread Jezz
"Mark Sapiro" wrote in message news:PC195201202152257060671e67fe865@MSAPIRO... Jezz wrote: Hmm - yes, you're right - I was misled by the help text on the "msg_footer" page in the GUI, which says that host_name is "The fully qualified domain name that the list server runs on", rather than the

Re: [Mailman-Users] Using a different domain for the URL4oCP

2012-02-15 Thread Mark Sapiro
Jezz wrote: > >Hmm - yes, you're right - I was misled by the help text on the "msg_footer" >page in the GUI, which says that host_name is "The fully qualified domain >name that the list server runs on", rather than the email domain. However I >believe host_name is actually meant to be the email'

Re: [Mailman-Users] Using a different domain for the URL4oCP

2012-02-15 Thread Jezz
"Mark Sapiro" wrote in message news:PC19520120215160538054698e013c8@MSAPIRO... Jezz wrote: Is it possible to have a Mailman list which has a list address @example.COM but which is running on another domain for its URL (eg. http://www.example.NET/mailman/...)? Therefore variables such as 'ho

Re: [Mailman-Users] custom handler

2012-02-15 Thread Mark Sapiro
Mark Sapiro wrote: > >Also, I didn't mention this previously, but the >sending process in SMTPDirect.py will add Sender: and Errors-To: >headers and set the envelope sender to dlms_1-bounces@list_domain. If >you don't want that, you can set a different address in your handler >by setting > >msg

Re: [Mailman-Users] Editable template files?

2012-02-15 Thread Mark Sapiro
Jezz wrote: > >I'm not quite sure what you mean about cronpass.txt. Isn't that used for the >monthly password reminder? What do you mean about it not being used? The monthly password reminder is a single reminder for all lists in the installation of which the recipient is a member. Thus it is no

Re: [Mailman-Users] Editable template files?

2012-02-15 Thread Jezz
"Mark Sapiro" wrote in message news:PC19520120215161509029698e012b1@MSAPIRO... Jezz wrote: I'm using Mailman 2.1.14 which is hosted with cPanel. On this particular setup, when I log into the GUI (as list owner) with the list's admin password and go to "Edit the public HTML pages and text files

Re: [Mailman-Users] Editable template files?

2012-02-15 Thread Mark Sapiro
Jezz wrote: > >I'm using Mailman 2.1.14 which is hosted with cPanel. On this particular >setup, when I log into the GUI (as list owner) with the list's admin >password and go to "Edit the public HTML pages and text files", I only have >the following four template files listed there for me to edi

Re: [Mailman-Users] Using a different domain for the URL4oCP

2012-02-15 Thread Mark Sapiro
Jezz wrote: > >Is it possible to have a Mailman list which has a list address @example.COM >but which is running on another domain for its URL (eg. >http://www.example.NET/mailman/...)? > >Therefore variables such as 'host_name' and 'web_page_url' would refer to >the example.NET domain, and only

Re: [Mailman-Users] custom handler

2012-02-15 Thread Mark Sapiro
George, Harry G wrote: >I'm stuck on the basic development cycle for "custom handlers". Symptom is >that it is remembering an early attempt and not loading the latest version of >my handler. Also, I'm now trying to use syslog (to post or to error) as a >way to get/read/understand msg and

[Mailman-Users] Editable template files‏

2012-02-15 Thread Jezz
Hi all, I have a question regarding the editing of public HTML pages and text files within a Mailman list. I'm using Mailman 2.1.14 which is hosted with cPanel. On this particular setup, when I log into the GUI (as list owner) with the list's admin password and go to "Edit the public HTML pa

[Mailman-Users] Using a different domain for the URL‏

2012-02-15 Thread Jezz
Hi all, Is it possible to have a Mailman list which has a list address @example.COM but which is running on another domain for its URL (eg. http://www.example.NET/mailman/...)? Therefore variables such as 'host_name' and 'web_page_url' would refer to the example.NET domain, and only the list

[Mailman-Users] custom handler

2012-02-15 Thread George, Harry G
I'm stuck on the basic development cycle for "custom handlers". Symptom is that it is remembering an early attempt and not loading the latest version of my handler. Also, I'm now trying to use syslog (to post or to error) as a way to get/read/understand msg and msgdata -- is there a better