Re: [exim] Wildcard aliases

2011-09-10 Thread W B Hacker
Yan Seiner wrote: Roger Burton West wrote: On Thu, Sep 08, 2011 at 11:56:12AM -0700, Yan Seiner wrote: Is there a simple way to do this? A router with local-part-prefix set? R How do I go about setting something like that up? exim works for me so well that I never have an opportunity to

[exim] Quoting questions

2011-09-10 Thread Steffen Heil (Mailinglisten)
Hi I have a text-file that I use for lookups like this: set acl_m1 = ${lookup{a...@b.de}lsearch*@{filename}{$value}fail} then I extract some information from this: ${extract{key}{$acl_m1}} Also, I need to extract a password from this:

Re: [exim] pipes: what am I missing?

2011-09-10 Thread Phil Pennock
On 2011-09-09 at 20:54 -0700, Yan Seiner wrote: I am trying to set up a pipe to a shell script. rt_router: driver = accept local_part_prefix_optional local_part_prefix = rt- transport = rt_transport rt_transport: driver = pipe command = /usr/local/bin/rtcat The goal is

Re: [exim] Quoting questions

2011-09-10 Thread Phil Pennock
On 2011-09-10 at 23:11 +, Steffen Heil (Mailinglisten) wrote: I have a text-file that I use for lookups like this: set acl_m1 = ${lookup{a...@b.de}lsearch*@{filename}{$value}fail} then I extract some information from this: ${extract{key}{$acl_m1}} Also, I need to extract a password