]> git.deb.at Git - debienna.git/blobdiff - RerunMailman/index.mdwn
adapted calendar to ikiwiki
[debienna.git] / RerunMailman / index.mdwn
index 804f09de3a13d8574347e637cf571d607912264a..ad9708a728bdf136346b14a950c923490d98ea13 100644 (file)
@@ -1,17 +1,12 @@
-## Please edit system and help pages ONLY in the moinmaster wiki! For more
-## information, please see MoinMaster:MoinPagesEditorGroup.
-##master-page:
-##master-date:
-##acl MoinPagesEditorGroup:read,write,delete,revert All:read
-#format wiki
-#language de
 
 
-== Exim Konfiguration: ==
+## Exim Konfiguration:
 
-=== Main ===
 
-{{{
+### Main
+
+
+[[!format txt """
 cat /etc/exim4/conf.d/main/04_exim4-config_mailman
 
   # Home dir for your Mailman installation -- aka Mailman's prefix
@@ -44,11 +39,12 @@ cat /etc/exim4/conf.d/main/04_exim4-config_mailman
   # verifying list addresses)
   MM_LISTCHK=MM_HOME/lists/${lc::$local_part}/config.pck
 
-}}}
+"""]]
+
+### Router
 
-=== Router ===
 
-{{{
+[[!format txt """
 cat /etc/exim4/conf.d/router/185_exim4-config_mailman
 # This router handles mailman
 #
@@ -59,11 +55,12 @@ cat /etc/exim4/conf.d/router/185_exim4-config_mailman
     local_part_suffix_optional
     local_part_suffix = -admin : -bounces : -bounces+* : -confirm : -confirm+* : -join : -leave : -owner : -request : -subscribe : -unsubscribe
     transport = mailman_transport
-}}}
+"""]]
 
-=== Transport ===
+### Transport
 
-{{{
+
+[[!format txt """
 cat /etc/exim4/conf.d/transport/35_exim4-config_mailman
   mailman_transport:
     driver = pipe
@@ -76,8 +73,9 @@ cat /etc/exim4/conf.d/transport/35_exim4-config_mailman
     home_directory = MM_HOME
     user = MM_UID
     group = MM_GID
-}}}
+"""]]
+* siehe auch: [[RerunLefantNet|RerunLefantNet]]
+
+---
 
-* siehe auch: RerunLefantNet
-----
-CategoryTipsAndTricks CategoryCodeSnippets
\ No newline at end of file
+ [[CategoryTipsAndTricks|CategoryTipsAndTricks]] [[CategoryCodeSnippets|CategoryCodeSnippets]]