IMP issue

2000-11-06 Thread Matthew Thompson
Hello, all,

I'm running IMP on a fully-updated Potato box.

Just today, I started receving these errors whenever I try to compose,
reply-to or forward a new message:

Warning: Uninitialized variable or array index or property (ifsubtype) in
./lib/mimetypes.lib on line 64

Warning: Uninitialized variable or array index or property (ifdisposition)
in ./lib/mimetypes.lib on line 65

Warning: Uninitialized variable or array index or property (ifparameters)
in ./lib/mimetypes.lib on line 78

???

Any help would be very much appreciated.

TIA :)

Cheers

Matthew Thompson   http://mattyt.net
[EMAIL PROTECTED]  http://www.oz.net/~mattyt
Seriousness is the only refuge of the shallow.
--Oscar Wilde



IMP issue

2000-07-10 Thread Matthew Thompson
Hello, all

I just installed imp/horde/mysql.  My server is located at mattyt.net.
Here is my /etc/hosts:

127.0.0.1   localhost

216.39.146.1emerald.oz.net  gateway

216.39.146.44   webmail.mattyt.net  webmail
216.39.146.44   mail.mattyt.net mail

192.168.1.1 doma.mattyt.net doma
192.168.1.5 igra.mattyt.net igra
192.168.1.10tpad.mattyt.net tpad
192.168.1.20jay.mattyt.net  jay
192.168.1.30angedon.mattyt.net  angedon

For some reason, when I point Netscape (from outside mattyt.net) at
mattyt.net/imp, Netscape says 'Looking up host doma.mattyt.net', then it
says 'Host doma.mattyt.net not found' of course, since the name doma is
only know to the LAN, it's not a routed subnet.

???

TIA for any help :)

Matthew Thompson   http://mattyt.net
[EMAIL PROTECTED]  http://www.oz.net/~mattyt
--Someday, I'll have a web page.--



Re: IMP issue

2000-07-10 Thread Bolan Meek
Matthew Thompson wrote:
 
 Hello, all
 
 I just installed imp/horde/mysql.  My server is located at mattyt.net.
 Here is my /etc/hosts:
 
 127.0.0.1   localhost
 ...
 192.168.1.1 doma.mattyt.net doma
 ...
 
 For some reason, when I point Netscape (from outside mattyt.net) at
 mattyt.net/imp, Netscape says 'Looking up host doma.mattyt.net', then it
 says 'Host doma.mattyt.net not found' of course, since the name doma is
 only know to the LAN, it's not a routed subnet.

What does your /etc/nsswitch.conf look like?  Is it only
using DNS for host name resolution?  If so,

1) insert files  before dns, or
2) is there any internal nameserver for your LAN?
One that'll forward queries for the rest of the world?
   Then put that first in the nameserver entries in
/etc/resolv.conf.
-- 
[EMAIL PROTECTED] 972-729-5387
[EMAIL PROTECTED] (home phone on request)
http://www.koyote.com/users/bolan
RE: xmailtool http://www.koyote.com/users/bolan/xmailtool/index.html
I am the ILOVEGNU signature virus. Just copy me to your signature.
This email was infected under the terms of the GNU General Public
License.



Re: IMP issue

2000-07-10 Thread Matthew Thompson
 Matthew Thompson wrote:
  
  Hello, all
  
  I just installed imp/horde/mysql.  My server is located at mattyt.net.
  Here is my /etc/hosts:
  
  127.0.0.1   localhost
  ...
  192.168.1.1 doma.mattyt.net doma
  ...
  
  For some reason, when I point Netscape (from outside mattyt.net) at
  mattyt.net/imp, Netscape says 'Looking up host doma.mattyt.net', then it
  says 'Host doma.mattyt.net not found' of course, since the name doma is
  only know to the LAN, it's not a routed subnet.
 
 What does your /etc/nsswitch.conf look like?  Is it only
 using DNS for host name resolution?  If so,
 
   1) insert files  before dns, or
   2) is there any internal nameserver for your LAN?
   One that'll forward queries for the rest of the world?
  Then put that first in the nameserver entries in
   /etc/resolv.conf.

Both of those files are indeed set up as you suggest and the problem
persists.  It seems strange that imp would be interested in the IP for
doma.

Can anyone shed some light?

TIA :)

Matthew Thompson   http://mattyt.net
[EMAIL PROTECTED]  http://www.oz.net/~mattyt
--Someday, I'll have a web page.--



Re: IMP issue

2000-07-10 Thread brian moore
On Mon, Jul 10, 2000 at 01:05:14PM -0700, Matthew Thompson wrote:
  Matthew Thompson wrote:
   
   Hello, all
   
   I just installed imp/horde/mysql.  My server is located at mattyt.net.
   Here is my /etc/hosts:
   
   127.0.0.1   localhost
   ...
   192.168.1.1 doma.mattyt.net doma
   ...
   
   For some reason, when I point Netscape (from outside mattyt.net) at
   mattyt.net/imp, Netscape says 'Looking up host doma.mattyt.net', then it
   says 'Host doma.mattyt.net not found' of course, since the name doma is
   only know to the LAN, it's not a routed subnet.
  
  What does your /etc/nsswitch.conf look like?  Is it only
  using DNS for host name resolution?  If so,
  
  1) insert files  before dns, or
  2) is there any internal nameserver for your LAN?
  One that'll forward queries for the rest of the world?
 Then put that first in the nameserver entries in
  /etc/resolv.conf.
 
 Both of those files are indeed set up as you suggest and the problem
 persists.  It seems strange that imp would be interested in the IP for
 doma.

IMP doesn't care... Apache does.

 Can anyone shed some light?

Convince Apache of your hostname.

See http://www.apache.org/docs/misc/FAQ.html#set-servername for why.

-- 
Brian Moore   | Of course vi is God's editor.
  Sysadmin, C/Perl Hacker | If He used Emacs, He'd still be waiting
  Usenet Vandal   |  for it to load on the seventh day.
  Netscum, Bane of Elves.



Re: IMP issue

2000-07-10 Thread Nathan E Norman
On Mon, Jul 10, 2000 at 01:05:14PM -0700, Matthew Thompson wrote:
  What does your /etc/nsswitch.conf look like?  Is it only
  using DNS for host name resolution?  If so,
  
  1) insert files  before dns, or
  2) is there any internal nameserver for your LAN?
  One that'll forward queries for the rest of the world?
 Then put that first in the nameserver entries in
  /etc/resolv.conf.
 
 Both of those files are indeed set up as you suggest and the problem
 persists.  It seems strange that imp would be interested in the IP for
 doma.
 
 Can anyone shed some light?

This is off the cuff, but I think the problem lies in your
/etc/apache/httpd.conf.  Try playing with the ServerName directive or
set UseCanonicalName to off

HTH,

-- 
Nathan Norman Eschew Obfuscation  Network Engineer
GPG Key ID 1024D/51F98BB7http://home.midco.net/~nnorman/
Key fingerprint = C5F4 A147 416C E0BF AB73  8BEF F0C8 255C 51F9 8BB7


pgpO90HSKCokk.pgp
Description: PGP signature