[Workaround.org] r139 - trunk/etch
chaas at workaround.org
chaas at workaround.org
Mon Jul 23 13:51:18 CEST 2007
Author: chaas
Date: 2007-07-23 13:51:18 +0200 (Mon, 23 Jul 2007)
New Revision: 139
Modified:
trunk/etch/en.rest
Log:
Order of virtual_alias_maps was wrong. email2email mapping belongs into
second place.
Modified: trunk/etch/en.rest
===================================================================
--- trunk/etch/en.rest 2007-07-23 09:24:46 UTC (rev 138)
+++ trunk/etch/en.rest 2007-07-23 11:51:18 UTC (rev 139)
@@ -925,8 +925,13 @@
Now you need to tell Postfix that these two mappings should be searched
by adding this line to your ``main.cf``::
- $> postconf -e virtual_alias_maps=mysql:/etc/postfix/mysql-email2email.cf,mysql:/etc/postfix/mysql-virtual-alias-maps.cf
+ $> postconf -e virtual_alias_maps=mysql:/etc/postfix/mysql-virtual-alias-maps.cf,mysql:/etc/postfix/mysql-email2email.cf
+Please note that the order of the two mappings are important here. Postfix will
+look for all matching entries in the first virtual-aliases mapping and use them
+as aliases. Only if there are *no* results found then Postfix will consult the
+second *email2email* mapping.
+
You did it! All mappings are set up and the database is generally ready to be
filled with domains and users. Make sure that only 'root' and the 'postfix'
user can read the cf files - after all your database password is stored there::
More information about the Workaround-chitchat
mailing list