Re: [Mailman-Users] Can't create list

2008-07-15 Thread Mike Brown
On Mon, Jul 14, 2008 at 11:32:47PM -0700, Mark Sapiro wrote: > When you change DEFAULT_URL_HOST and/or DEFAULT_EMAIL_HOST in mm_cfg.py, > you want to clear the VIRTUAL_HOSTS dictionary and start over. Granted, > Defaults.py only mentions putting the add_virtualhost in mm_cfg.py, and it > isn't

Re: [Mailman-Users] Can't create list

2008-07-14 Thread Mark Sapiro
Mike Brown wrote: On Mon, Jul 14, 2008 at 07:04:46PM -0700, Mark Sapiro wrote: Put the following in mm_cfg.py DEFAULT_URL_HOST = 'vidiot.com' DEFAULT_EMAIL_HOST = 'vidiot.com' Those two lines were there. VIRTUAL_HOSTS.clear() Don't see this mentioned in the Defaults.py file. It's not.

Re: [Mailman-Users] Can't create list

2008-07-14 Thread Mark Sapiro
Mike Brown wrote: > >I tried it from work and got the same problem, virtual host unknown: >vidiot.com Then vidiot.com is not a url host in the VIRTUAL_HOSTS dictionary. Put the following in mm_cfg.py DEFAULT_URL_HOST = 'vidiot.com' DEFAULT_EMAIL_HOST = 'vidiot.com' VIRTUAL_HOSTS.clear() add_vi

Re: [Mailman-Users] Can't create list

2008-07-14 Thread Mike Brown
On Mon, Jul 14, 2008 at 07:04:46PM -0700, Mark Sapiro wrote: > Put the following in mm_cfg.py > > DEFAULT_URL_HOST = 'vidiot.com' > DEFAULT_EMAIL_HOST = 'vidiot.com' Those two lines were there. > VIRTUAL_HOSTS.clear() Don't see this mentioned in the Defaults.py file. > add_virtualhost(DEFAULT

Re: [Mailman-Users] Can't create list

2008-07-14 Thread Mike Brown
On Sun, Jul 13, 2008 at 03:03:41PM -0700, Mark Sapiro wrote: > Because those host names are not in the VIRTUAL_HOSTS dictionary. You > could put something like > > add_virtualhost('192.168.1.1', '192.168.1.1') > > in mm_cfg.py and then create a list in the '192.168.1.1' domain, but > don't do th

Re: [Mailman-Users] Can't create list

2008-07-13 Thread Mike Brown
On Sun, Jul 13, 2008 at 06:59:57PM -0700, Mark Sapiro wrote: > I don't know what your network looks like, but in my case, I have a > router connected to the LAN side of the DSL modem and if I send a > packet from a box on the lan to (e.g.) port 80 at my external IP, the > router knows that is its

Re: [Mailman-Users] Can't create list

2008-07-13 Thread Mark Sapiro
Mike Brown wrote: > >That is not going to be easy. While adding www.vidiot.com and vidiot.com >to the hosts file works for doing things like ping, which shows that >192.168.1.1 >is doing the responding, the Opera browser is not using the OS to do lookups >and is going directly through DNS to look

Re: [Mailman-Users] Can't create list

2008-07-13 Thread Mike Brown
On Sun, Jul 13, 2008 at 03:03:41PM -0700, Mark Sapiro wrote: > Fix whatever network issue is preventing you from going to > http://vidiot.com/mailman/create (on the correct box) from inside your > LAN. That is not going to be easy. While adding www.vidiot.com and vidiot.com to the hosts file wor

Re: [Mailman-Users] Can't create list

2008-07-13 Thread Mike Brown
On Sun, Jul 13, 2008 at 03:03:41PM -0700, Mark Sapiro wrote: > > http://vidiot.com/mailman/create works for me. All the above would seem > like network/DNS/router issues. Perhaps from inside your LAN, > http:/vidiot.com/ goes to the wrong box. There are zero other boxes on the internal LAN that h

Re: [Mailman-Users] Can't create list

2008-07-13 Thread Mark Sapiro
Mike Brown wrote: >I am getting extremely frustrated. > >Keep in mind that the server is on a DSL, static IP, on the LAN side of the DSL >with an IP of 192.168.1.1. The vidiot.com obviously points to the real outside >address. > >If I traceroute vidiot.com, it never goes the the DSlam gateway and

[Mailman-Users] Can't create list

2008-07-13 Thread Mike Brown
I am getting extremely frustrated. Keep in mind that the server is on a DSL, static IP, on the LAN side of the DSL with an IP of 192.168.1.1. The vidiot.com obviously points to the real outside address. If I traceroute vidiot.com, it never goes the the DSlam gateway and back. Until trying to do