From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000674.html | 93 +++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000674.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000674.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000674.html b/zarb-ml/mageia-sysadm/2010-November/000674.html new file mode 100644 index 000000000..8d51ca0f0 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000674.html @@ -0,0 +1,93 @@ + + + + [Mageia-sysadm] [332] add directive for aliases ( with a note for ldap alias ), and white space + + + + + + + + + +

[Mageia-sysadm] [332] add directive for aliases ( with a note for ldap alias ), and white space

+ root at mageia.org + root at mageia.org +
+ Fri Nov 19 21:19:06 CET 2010 +

+
+ +
Revision: 332
+Author:   misc
+Date:     2010-11-19 21:19:06 +0100 (Fri, 19 Nov 2010)
+Log Message:
+-----------
+add directive for aliases ( with a note for ldap alias ), and white space
+
+Modified Paths:
+--------------
+    puppet/modules/postfix/templates/main.cf
+
+Modified: puppet/modules/postfix/templates/main.cf
+===================================================================
+--- puppet/modules/postfix/templates/main.cf	2010-11-19 20:19:03 UTC (rev 331)
++++ puppet/modules/postfix/templates/main.cf	2010-11-19 20:19:06 UTC (rev 332)
+@@ -45,8 +45,15 @@
+ <%-   if classes.include?('sympa') -%>
+                 ml.<%= domain %>
+ <%-   end -%>
++
++alias_maps = hash:/etc/aliases
++	     # uncomment if we want to enable ldap based alias 
++             # and create the file
++             #ldap:/etc/postfix/ldap_aliases.conf
+ <%- end -%>
++
+ transport_maps = regexp:/etc/postfix/transport_regexp
++
+ <%- end -%>
+ 
+ <%- if classes.include?('sympa') -%>
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101119/8f7cfe9e/attachment-0001.html>
+
+ + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1