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

2005-07-21 Thread Cogley, Rick
] Mailman 2.1.5 - FQDN Question 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

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 not

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

2005-07-21 Thread Cogley, Rick
: Re: [Mailman-Users] Mailman 2.1.5 - FQDN Question 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

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

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

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

2005-07-21 Thread Cogley, Rick
firm -- eSolia. -- -Original Message- From: Steve Burling [mailto:[EMAIL PROTECTED] Sent: Friday, July 22, 2005 12:39 AM To: Cogley, Rick Subject: Re: [Mailman-Users] Mailman 2.1.5 - FQDN Question --On July 21, 2005 3:38:30 PM +0900 Cogley, Rick [EMAIL

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

2005-07-21 Thread Cogley, 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.localdomain? Of course, I can just

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 itself,

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

2005-07-21 Thread Cogley, Rick
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 ... Which man says is [IP, fqdn, alias, alias

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.

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