Re: [Mailman-Users] Mailman 2.1.5 - FQDN Question

2005-07-21 Thread Cogley, Rick
AM To: 'mailman-users@python.org' Subject: Re: [Mailman-Users] Mailman 2.1.5 - FQDN Question --On July 22, 2005 4:46:07 AM +0900 "Cogley, Rick" <[EMAIL PROTECTED]> wrote: > My /etc/hosts has one line: > > 200.100.10.1 rcogley.myispsdomain.com rcogley localhost > >

Re: [Mailman-Users] Mailman 2.1.5 - FQDN Question

2005-07-21 Thread Steve Burling
--On July 22, 2005 4:46:07 AM +0900 "Cogley, Rick" <[EMAIL PROTECTED]> wrote: > My /etc/hosts has one line: > > 200.100.10.1 rcogley.myispsdomain.com rcogley localhost > > ... Which man says is [IP, fqdn, alias, alias] This still looks bogus to me -- localhost is more typically on a line by its

Re: [Mailman-Users] Mailman 2.1.5 - FQDN Question

2005-07-21 Thread Cogley, Rick
Rick; 'mailman-users@python.org' Subject: Re: [Mailman-Users] Mailman 2.1.5 - FQDN Question Cogley, Rick wrote: > >However, can anyone tell me why lists created in the web interface >default to www.domainofmine.net but lists created from the command line >default to localhost.lo

Re: [Mailman-Users] Mailman 2.1.5 - FQDN Question

2005-07-21 Thread Cogley, Rick
ia.com || Japanese: http://www.esolia.co.jp Bilingual IT solutions and management firm -- eSolia. -->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->--> -Original Message- From: Steve Burling [mailto:[EMAIL PROTECTED] Sent: Friday, July

Re: [Mailman-Users] Mailman 2.1.5 - FQDN Question

2005-07-21 Thread Mark Sapiro
Cogley, Rick wrote: > >However, can anyone tell me why lists created in the web interface default >to www.domainofmine.net but lists created from the command line default to >localhost.localdomain? Of course, I can just run fix_url after every list >creation in the shell script, but, is there a "te

Re: [Mailman-Users] Mailman 2.1.5 - FQDN Question

2005-07-21 Thread Cogley, Rick
Hi everyone - I was experimenting around with for in do, and there is a much cleaner way to write this shell script. Try it short at first to get the concept: = #!/bin/sh for i in support 911 memo sales Do echo $i Done = This scriptlet will just echo four lines

Re: [Mailman-Users] Mailman 2.1.5 - FQDN Question

2005-07-21 Thread Cogley, Rick
ssage- From: Jim Tittsler [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 9:02 PM To: Cogley, Rick Cc: 'mailman-users@python.org' Subject: Re: [Mailman-Users] Mailman 2.1.5 - FQDN Question On Jul 21, 2005, at 15:38, Cogley, Rick wrote: > # NOTE: bug with quotes > # a

Re: [Mailman-Users] Mailman 2.1.5 - FQDN Question

2005-07-21 Thread Jim Tittsler
On Jul 21, 2005, at 15:38, Cogley, Rick wrote: > # NOTE: bug with quotes > # add_virtualhost('DEFAULT_URL_HOST', 'DEFAULT_EMAIL_HOST') > add_virtualhost('www.domainofmine.net', 'domainofmine.net') Note that DEFAULT_URL_HOST and DEFAULT_EMAIL_HOST are variable names not strings, and so should no

Re: [Mailman-Users] Mailman 2.1.5 - FQDN Question

2005-07-20 Thread Cogley, Rick
MAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cogley, Rick Sent: Thursday, July 21, 2005 1:55 PM To: 'mailman-users@python.org' Subject: Re: [Mailman-Users] Mailman 2.1.5 - FQDN Question Apologies - it formatted wrong again, stringing the most relevant line togeth

Re: [Mailman-Users] Mailman 2.1.5 - FQDN Question

2005-07-20 Thread Cogley, Rick
Apologies - it formatted wrong again, stringing the most relevant line together making it looked remarked out. Once more, it is probably obvious to you, this is the relevant line in the config: add_virtualhost('www.domainofmine.net', 'domainofmine.net') This is what works, as opposed to using t

Re: [Mailman-Users] Mailman 2.1.5 - FQDN Question

2005-07-20 Thread Cogley, Rick
Hope this formats ok this time. The relevant bit of the config file should look like: ... # NOTE: bug with quotes # add_virtualhost('DEFAULT_URL_HOST', 'DEFAULT_EMAIL_HOST') add_virtualhost('www.domainofmine.net', 'domainofmine.net') ... 8<= This is what is working for me.

[Mailman-Users] Mailman 2.1.5 - FQDN Question

2005-07-20 Thread Cogley, Rick
Hello, and Greetings from Japan - I'm new to the list and to Mailman, but I hope someone more experienced will be able to give me some pointers since I have not been able to get specific info from google or the manual on this problem. Please allow me to explain a little: After installing 2.1.5 fro