[Workaround.org] r131 - trunk/etch

chaas at workaround.org chaas at workaround.org
Mon Jul 9 18:01:12 CEST 2007


Author: chaas
Date: 2007-07-09 18:01:12 +0200 (Mon, 09 Jul 2007)
New Revision: 131

Modified:
   trunk/etch/en.rest
Log:
Fixed database schema. Source column in virtual aliases was previously
allowed to be NULL.


Modified: trunk/etch/en.rest
===================================================================
--- trunk/etch/en.rest	2007-07-07 12:41:55 UTC (rev 130)
+++ trunk/etch/en.rest	2007-07-09 16:01:12 UTC (rev 131)
@@ -511,7 +511,7 @@
     CREATE TABLE `virtual_aliases` (
     id int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
     domain_id INT(11) NOT NULL,
-    source VARCHAR(20),
+    source VARCHAR(20) NOT NULL,
     destination VARCHAR(80) NOT NULL,
     FOREIGN KEY (domain_id) REFERENCES virtual_domains(id) ON DELETE CASCADE
     ) ENGINE = InnoDB;
@@ -2087,8 +2087,6 @@
     smtpd_client_restrictions = 
         permit_mynetworkspermit_sasl_authenticated
         reject_unauth_pipelining
-        check_client_access
-        hash:/etc/postfix/client_access
         reject_rbl_client bl.spamcop.net
         reject_rbl_client dynablock.njabl.org
         reject_rbl_client zen.spamhaus.org
@@ -2129,7 +2127,7 @@
    any distribution you are completely on your own. No, Ubuntu does not count
    as Debian because the package versions differ.
 #. Sending an email directly to the author asking for help is the worst choice.
-   Sending en email directly to the author giving suggestions or feedback is
+   Sending an email directly to the author giving suggestions or feedback is
    a good choice. :)
 
 Thanks
@@ -2151,6 +2149,7 @@
 - Kay-Michael Voit
 - Lucas Baltes
 - Mario Duve
+- Michael Weisgerber
 - Mikael Tokarev
 - Oliver Ladner
 - Patrick Blitz




More information about the Workaround-chitchat mailing list