33# http://www.phpmyadmin.net/ (download page)
44#
55# Host: localhost
6- # Erstellungszeit: 23 . November 2005 um 18:15
7- # Server Version: 4.0.22
8- # PHP-Version: 5.0.2
6+ # Erstellungszeit: 24 . November 2005 um 00:31
7+ # Server Version: 4.0.23
8+ # PHP-Version: 5.0.3
99# Datenbank: `ispconfig3`
1010# --------------------------------------------------------
1111
1212#
1313# Tabellenstruktur für Tabelle `mail_blacklist`
1414#
1515
16+ DROP TABLE IF EXISTS mail_blacklist;
1617CREATE TABLE mail_blacklist (
1718 blacklist_id int (11 ) NOT NULL auto_increment,
1819 server_id int (11 ) NOT NULL default ' 0' ,
@@ -31,6 +32,7 @@ CREATE TABLE mail_blacklist (
3132# Tabellenstruktur für Tabelle `mail_box`
3233#
3334
35+ DROP TABLE IF EXISTS mail_box;
3436CREATE TABLE mail_box (
3537 mailbox_id int (11 ) NOT NULL auto_increment,
3638 sys_userid int (11 ) NOT NULL default ' 0' ,
@@ -49,7 +51,7 @@ CREATE TABLE mail_box (
4951 quota varchar (255 ) NOT NULL default ' ' ,
5052 cc varchar (50 ) NOT NULL default ' ' ,
5153 forward varchar (50 ) NOT NULL default ' ' ,
52- autoresponder enum(' yes ' ,' no ' ) NOT NULL default ' no ' ,
54+ autoresponder enum(' 0 ' ,' 1 ' ) NOT NULL default ' 0 ' ,
5355 autoresponder_text tinytext NOT NULL ,
5456 active enum(' 0' ,' 1' ) NOT NULL default ' 1' ,
5557 antivirus enum(' yes' ,' no' ) NOT NULL default ' no' ,
@@ -63,12 +65,14 @@ CREATE TABLE mail_box (
6365# Daten für Tabelle `mail_box`
6466#
6567
68+ INSERT INTO mail_box VALUES (1 , 1 , 0 , ' riud' , ' riud' , ' ' , 1 , ' till@test.de' , ' $1$ye3.TQ1.$v/RvqbuU.Gh7UrLlA6HqX/' , ' ' , ' ' , 0 , 0 , ' ' , ' ' , ' ' , ' ' , ' 0' , ' ' , ' 1' , ' no' , ' no' , ' no' );
6669# --------------------------------------------------------
6770
6871#
6972# Tabellenstruktur für Tabelle `mail_domain`
7073#
7174
75+ DROP TABLE IF EXISTS mail_domain;
7276CREATE TABLE mail_domain (
7377 domain_id int (11 ) NOT NULL auto_increment,
7478 sys_userid int (11 ) NOT NULL default ' 0' ,
@@ -98,6 +102,7 @@ INSERT INTO mail_domain VALUES (2, 1, 0, 'riud', 'riud', '', 1, 'test2.de', 'ali
98102# Tabellenstruktur für Tabelle `mail_domain_catchall`
99103#
100104
105+ DROP TABLE IF EXISTS mail_domain_catchall;
101106CREATE TABLE mail_domain_catchall (
102107 virtual_default_id int (11 ) NOT NULL auto_increment,
103108 server_id int (11 ) NOT NULL default ' 0' ,
@@ -117,6 +122,7 @@ CREATE TABLE mail_domain_catchall (
117122# Tabellenstruktur für Tabelle `mail_greylist`
118123#
119124
125+ DROP TABLE IF EXISTS mail_greylist;
120126CREATE TABLE mail_greylist (
121127 greylist_id int (11 ) NOT NULL auto_increment,
122128 relay_ip varchar (64 ) default NULL ,
@@ -138,6 +144,7 @@ CREATE TABLE mail_greylist (
138144# Tabellenstruktur für Tabelle `mail_mailman_domain`
139145#
140146
147+ DROP TABLE IF EXISTS mail_mailman_domain;
141148CREATE TABLE mail_mailman_domain (
142149 mailman_id int (11 ) NOT NULL auto_increment,
143150 server_id int (11 ) NOT NULL default ' 0' ,
@@ -159,6 +166,7 @@ CREATE TABLE mail_mailman_domain (
159166# Tabellenstruktur für Tabelle `mail_redirect`
160167#
161168
169+ DROP TABLE IF EXISTS mail_redirect;
162170CREATE TABLE mail_redirect (
163171 email_id int (11 ) NOT NULL auto_increment,
164172 sys_userid int (11 ) NOT NULL default ' 0' ,
@@ -185,6 +193,7 @@ CREATE TABLE mail_redirect (
185193# Tabellenstruktur für Tabelle `mail_whitelist`
186194#
187195
196+ DROP TABLE IF EXISTS mail_whitelist;
188197CREATE TABLE mail_whitelist (
189198 whitelist_id int (11 ) NOT NULL auto_increment,
190199 server_id int (11 ) NOT NULL default ' 0' ,
@@ -203,6 +212,7 @@ CREATE TABLE mail_whitelist (
203212# Tabellenstruktur für Tabelle `reseller`
204213#
205214
215+ DROP TABLE IF EXISTS reseller;
206216CREATE TABLE reseller (
207217 reseller_id bigint (20 ) NOT NULL auto_increment,
208218 sys_userid int (11 ) NOT NULL default ' 0' ,
@@ -247,6 +257,7 @@ CREATE TABLE reseller (
247257# Tabellenstruktur für Tabelle `server`
248258#
249259
260+ DROP TABLE IF EXISTS server;
250261CREATE TABLE server (
251262 server_id bigint (20 ) NOT NULL auto_increment,
252263 sys_userid int (11 ) NOT NULL default ' 0' ,
@@ -277,6 +288,7 @@ INSERT INTO server VALUES (1, 1, 1, 'riud', 'riud', '', 'Server 1', 1, 0, 0, 0,
277288# Tabellenstruktur für Tabelle `sys_datalog`
278289#
279290
291+ DROP TABLE IF EXISTS sys_datalog;
280292CREATE TABLE sys_datalog (
281293 datalog_id bigint (20 ) NOT NULL auto_increment,
282294 dbtable varchar (255 ) NOT NULL default ' ' ,
@@ -295,12 +307,38 @@ CREATE TABLE sys_datalog (
295307INSERT INTO sys_datalog VALUES (1 , ' mail_domain' , ' domain_id:0' , ' i' , 1132758298 , ' admin' , ' a:5:{s:9:"server_id";a:2:{s:3:"old";N;s:3:"new";i:1;}s:6:"domain";a:2:{s:3:"old";N;s:3:"new";s:7:"test.de";}s:11:"destination";a:2:{s:3:"old";N;s:3:"new";s:8:"hallo.de";}s:4:"type";a:2:{s:3:"old";N;s:3:"new";s:5:"alias";}s:6:"active";a:2:{s:3:"old";N;s:3:"new";i:1;}}' );
296308INSERT INTO sys_datalog VALUES (2 , ' mail_domain' , ' domain_id:2' , ' u' , 1132759303 , ' admin' , ' a:1:{s:6:"domain";a:2:{s:3:"old";s:7:"test.de";s:3:"new";s:8:"test2.de";}}' );
297309INSERT INTO sys_datalog VALUES (3 , ' mail_domain' , ' domain_id:2' , ' u' , 1132759328 , ' admin' , ' a:1:{s:11:"destination";a:2:{s:3:"old";s:8:"hallo.de";s:3:"new";s:7:"test.de";}}' );
310+ INSERT INTO sys_datalog VALUES (4 , ' mail_box' , ' mailbox_id:0' , ' i' , 1132775402 , ' admin' , ' a:3:{s:5:"email";a:2:{s:3:"old";N;s:3:"new";s:12:"till@test.de";}s:8:"cryptpwd";a:2:{s:3:"old";N;s:3:"new";s:5:"hallo";}s:6:"active";a:2:{s:3:"old";N;s:3:"new";i:1;}}' );
311+ INSERT INTO sys_datalog VALUES (5 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132775575 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:32:"598d4c200461b81522a3328565c25f7c";s:3:"new";s:0:"";}}' );
312+ INSERT INTO sys_datalog VALUES (6 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132775587 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:32:"598d4c200461b81522a3328565c25f7c";s:3:"new";s:0:"";}}' );
313+ INSERT INTO sys_datalog VALUES (7 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132775898 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:32:"598d4c200461b81522a3328565c25f7c";s:3:"new";s:0:"";}}' );
314+ INSERT INTO sys_datalog VALUES (8 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132775901 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:32:"598d4c200461b81522a3328565c25f7c";s:3:"new";s:0:"";}}' );
315+ INSERT INTO sys_datalog VALUES (9 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132777011 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:32:"598d4c200461b81522a3328565c25f7c";s:3:"new";s:0:"";}}' );
316+ INSERT INTO sys_datalog VALUES (10 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132777757 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:32:"598d4c200461b81522a3328565c25f7c";s:3:"new";s:0:"";}}' );
317+ INSERT INTO sys_datalog VALUES (11 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132777760 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:32:"598d4c200461b81522a3328565c25f7c";s:3:"new";s:0:"";}}' );
318+ INSERT INTO sys_datalog VALUES (12 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132777764 , ' admin' , ' a:2:{s:5:"email";a:2:{s:3:"old";s:12:"till@test.de";s:3:"new";s:13:"till2@test.de";}s:8:"cryptpwd";a:2:{s:3:"old";s:32:"598d4c200461b81522a3328565c25f7c";s:3:"new";s:0:"";}}' );
319+ INSERT INTO sys_datalog VALUES (13 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132777768 , ' admin' , ' a:2:{s:5:"email";a:2:{s:3:"old";s:13:"till2@test.de";s:3:"new";s:12:"till@test.de";}s:8:"cryptpwd";a:2:{s:3:"old";s:32:"598d4c200461b81522a3328565c25f7c";s:3:"new";s:0:"";}}' );
320+ INSERT INTO sys_datalog VALUES (14 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132778380 , ' admin' , ' a:2:{s:9:"server_id";a:2:{s:3:"old";s:1:"0";s:3:"new";i:1;}s:8:"cryptpwd";a:2:{s:3:"old";s:32:"598d4c200461b81522a3328565c25f7c";s:3:"new";s:0:"";}}' );
321+ INSERT INTO sys_datalog VALUES (15 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132784990 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:32:"598d4c200461b81522a3328565c25f7c";s:3:"new";s:0:"";}}' );
322+ INSERT INTO sys_datalog VALUES (16 , ' mail_box' , ' mailbox_id:0' , ' i' , 1132785424 , ' admin' , ' a:3:{s:9:"server_id";a:2:{s:3:"old";N;s:3:"new";i:1;}s:5:"email";a:2:{s:3:"old";N;s:3:"new";s:8:"@test.de";}s:6:"active";a:2:{s:3:"old";N;s:3:"new";i:1;}}' );
323+ INSERT INTO sys_datalog VALUES (17 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132786068 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:32:"598d4c200461b81522a3328565c25f7c";s:3:"new";s:0:"";}}' );
324+ INSERT INTO sys_datalog VALUES (18 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132786083 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:32:"598d4c200461b81522a3328565c25f7c";s:3:"new";s:0:"";}}' );
325+ INSERT INTO sys_datalog VALUES (19 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132786772 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:32:"598d4c200461b81522a3328565c25f7c";s:3:"new";s:0:"";}}' );
326+ INSERT INTO sys_datalog VALUES (20 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132786777 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:32:"598d4c200461b81522a3328565c25f7c";s:3:"new";s:4:"test";}}' );
327+ INSERT INTO sys_datalog VALUES (21 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132786796 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:0:"";s:3:"new";s:4:"test";}}' );
328+ INSERT INTO sys_datalog VALUES (22 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132786860 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:0:"";s:3:"new";s:4:"test";}}' );
329+ INSERT INTO sys_datalog VALUES (23 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132787252 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:0:"";s:3:"new";s:4:"test";}}' );
330+ INSERT INTO sys_datalog VALUES (24 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132787548 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:34:"$1$ye3.TQ1.$v/RvqbuU.Gh7UrLlA6HqX/";s:3:"new";s:0:"";}}' );
331+ INSERT INTO sys_datalog VALUES (25 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132787761 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:34:"$1$ye3.TQ1.$v/RvqbuU.Gh7UrLlA6HqX/";s:3:"new";s:0:"";}}' );
332+ INSERT INTO sys_datalog VALUES (26 , ' mail_box' , ' mailbox_id:0' , ' i' , 1132787775 , ' admin' , ' a:3:{s:9:"server_id";a:2:{s:3:"old";N;s:3:"new";i:1;}s:5:"email";a:2:{s:3:"old";N;s:3:"new";s:12:"test@test.de";}s:6:"active";a:2:{s:3:"old";N;s:3:"new";i:1;}}' );
333+ INSERT INTO sys_datalog VALUES (27 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132788121 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:34:"$1$ye3.TQ1.$v/RvqbuU.Gh7UrLlA6HqX/";s:3:"new";s:0:"";}}' );
334+ INSERT INTO sys_datalog VALUES (28 , ' mail_box' , ' mailbox_id:1' , ' u' , 1132788482 , ' admin' , ' a:1:{s:8:"cryptpwd";a:2:{s:3:"old";s:34:"$1$ye3.TQ1.$v/RvqbuU.Gh7UrLlA6HqX/";s:3:"new";s:0:"";}}' );
298335# --------------------------------------------------------
299336
300337#
301338# Tabellenstruktur für Tabelle `sys_dbsync`
302339#
303340
341+ DROP TABLE IF EXISTS sys_dbsync;
304342CREATE TABLE sys_dbsync (
305343 id bigint (20 ) NOT NULL auto_increment,
306344 jobname varchar (255 ) NOT NULL default ' ' ,
@@ -329,6 +367,7 @@ CREATE TABLE sys_dbsync (
329367# Tabellenstruktur für Tabelle `sys_filesync`
330368#
331369
370+ DROP TABLE IF EXISTS sys_filesync;
332371CREATE TABLE sys_filesync (
333372 id bigint (20 ) NOT NULL auto_increment,
334373 jobname varchar (255 ) NOT NULL default ' ' ,
@@ -353,6 +392,7 @@ CREATE TABLE sys_filesync (
353392# Tabellenstruktur für Tabelle `sys_group`
354393#
355394
395+ DROP TABLE IF EXISTS sys_group;
356396CREATE TABLE sys_group (
357397 groupid int (11 ) NOT NULL auto_increment,
358398 name varchar (255 ) NOT NULL default ' ' ,
@@ -372,6 +412,7 @@ INSERT INTO sys_group VALUES (2, 'user', 'Users Group');
372412# Tabellenstruktur für Tabelle `sys_user`
373413#
374414
415+ DROP TABLE IF EXISTS sys_user;
375416CREATE TABLE sys_user (
376417 userid int (11 ) NOT NULL auto_increment,
377418 sys_userid int (11 ) NOT NULL default ' 0' ,
0 commit comments