View Single Post
  #6 (permalink)  
Old 01-18-2006, 04:14 AM
FunkyPenguin FunkyPenguin is offline
Special Member
 
Posts: 140
Default

KevinH,

My host is listed in the db when I run through the commands:

Code:
mysql> select distinct(host) from mta_aggregate;
+------+
| host |
+------+
| hawk |
+------+
1 row in set (0.01 sec)
I still get no information on the individual host. Would it make any difference which product I'm using? I'm running the OSS version, I thought it could be due to not running the Network version.
Reply With Quote