[Nym3-commit] r383 - trunk/contrib

laurent at conuropsis.org laurent at conuropsis.org
Wed Nov 2 13:17:49 CET 2005


Author: laurent
Date: 2005-11-02 13:17:49 +0100 (Wed, 02 Nov 2005)
New Revision: 383

Added:
   trunk/contrib/exim.router
   trunk/contrib/exim.transport
Log:
Add sample exim configuration files.


Added: trunk/contrib/exim.router
===================================================================
--- trunk/contrib/exim.router	2005-11-02 12:10:09 UTC (rev 382)
+++ trunk/contrib/exim.router	2005-11-02 12:17:49 UTC (rev 383)
@@ -0,0 +1,11 @@
+
+nymbaron:
+  debug_print = "R: nymbaron for $local_part@$domain"
+  driver = accept
+  domains = nym3alpha.lateralis.org
+#  local_part_suffix = -*
+#  local_part_suffix_optional
+  transport = nymbaron_pipe
+  no_verify
+  no_expn
+

Added: trunk/contrib/exim.transport
===================================================================
--- trunk/contrib/exim.transport	2005-11-02 12:10:09 UTC (rev 382)
+++ trunk/contrib/exim.transport	2005-11-02 12:17:49 UTC (rev 383)
@@ -0,0 +1,12 @@
+
+nymbaron_pipe:
+  debug_print = "T: nymbaron_pipe for $local_part@$domain"
+  driver = pipe
+  user = nym3
+  group = nogroup
+  path = "/bin:/usr/bin:/usr/local/bin"
+  command = "nymbarond -d $local_part"
+  return_path_add
+  delivery_date_add
+  envelope_to_add
+



More information about the Nym3-commit mailing list