View Single Post
  #1   (View Single Post)  
Old 9th December 2008
satimis satimis is offline
Port Guard
 
Join Date: May 2008
Posts: 27
Default About perdition and nginx

Hi folks,


Former topic;
Networking on virtual machine
http://www.daemonforums.org/showthread.php?t=2515


Has any folk tried perdition;
http://www.vergenet.net/linux/perdition/


I tried, based on their limited available document, without success.

First I can't create the database table 'tblPerdition';

MySQL
http://www.vergenet.net/linux/perdit...tiondb.5.shtml

Code:
+------------+--------------+------+-----+---------+-------+
| Field      | Type         | Null | Key | Default | Extra |
+------------+--------------+------+-----+---------+-------+
| user       | varchar(128) |      | PRI |         |       |
| servername | varchar(255) |      |     |         |       |
| port       | varchar(8)   | YES  |     | NULL    |       |
+------------+--------------+------+-----+---------+-------+
Null field only allows NO/YES not blank.

Also if "NO" and "PRI" on user (same row) I can't input the same user twice. How about if the user holds several email accounts on other domains? Their mailing list can't help me out.


I also tried nginx;

http://wiki.codemongers.com/Main

I can't install the packages on repo of Debian Etch. Their mailing list told me that the packages being absolute. Therefore I must install the package from source. This is NOT a problem to me. I have experience installing package from source 'tarball'. My concern is whether this package work for me?


Please shed me some light. TIA


B.R.
satimis
Reply With Quote