diff --git a/general.ent b/general.ent
index b5c2ada453..3da177f2ee 100644
--- a/general.ent
+++ b/general.ent
@@ -1,12 +1,12 @@
-
+
-
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index b5e5efcde1..79593aa140 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -44,6 +44,16 @@
-->
+
+ February 11th, 2015
+
+
+ [fernando] - Update to postfix-3.0.0. Fixes
+ #6134.
+
+
+
+
February 10th, 2015
diff --git a/packages.ent b/packages.ent
index 98502c3df8..420f2d294b 100644
--- a/packages.ent
+++ b/packages.ent
@@ -405,7 +405,7 @@
-
+
diff --git a/server/mail/postfix.xml b/server/mail/postfix.xml
index 035331977d..d8f5aba44f 100644
--- a/server/mail/postfix.xml
+++ b/server/mail/postfix.xml
@@ -7,9 +7,9 @@
-
-
-
+
+
+
]>
@@ -129,18 +129,11 @@ chown -v postfix:postfix /var/mail
Configuring the Build
-
- Run the following command to enable Postfix
- to compile against the current version of
- BerkeleyDB:
-
-
-sed -i "s/DB_VERSION_MAJOR == 5/DB_VERSION_MAJOR >= 5/" src/util/dict_db.c
-
The README files are formatted to be read with a pager like
Less or More.
- If you want to read them in a text editor, make them legible with a sed:
+ If you want to use a text editor, make them legible with the
+ following sed:
sed -i 's/.\x08//g' README_FILES/*