Re: [Exim] Starting Script from within exim

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Greg Folkert
Data:  
Para: Exim-Users (E-mail)
Assunto: Re: [Exim] Starting Script from within exim
--
On Mon, 2004-06-21 at 09:34, Michael Dominok wrote:
> Hi List,
>
> im looking for a way to start a autocreate-maibox-script for Cyrus from
> within the delivery-process. Doing it in the Transport would the
> preferred way. Unfortunately i seem to be unable to find out where and
> how to do this. If all else fails i'll "abuse" a condition statement
> condition = ${run{"mb_check.pl -m bla"}{no}{yes}} in my cyrus-router.
> I'd have to combine two psqgl-statements which not only looks ugly but
> will bloat the whole thing immensly.
> So if anyone has got an idea how to get around this, polease let me
> know.


When I set:

[routers]
real_local:
debug_print = "R: real_local for $local_part@$domain"
driver = accept
domains = +local_domains
local_part_prefix = real-
check_local_user
transport = maildir_home

local_user:
debug_print = "R: local_user for $local_part@$domain"
driver = accept
domains = +local_domains
check_local_user
local_parts = ! root
transport = maildir_home

[transport]
maildir_home:
debug_print = "T: maildir_home for $local_part@$domain"
driver = appendfile
directory = $home/Maildir
delivery_date_add
envelope_to_add
return_path_add
maildir_format
mode = 0600
mode_fail_narrower = false




--
greg@???
REMEMBER ED CURRY! http://www.iwethey.org/ed_curry

Novell's Directory Services is a competitive product to Microsoft's
Active Directory in much the same way that the Saturn V is a competitive
product to those dinky little model rockets that kids light off down at
the playfield. -- Thane Walkup
--
Content-Description: This is a digitally signed message part

[ signature.asc of type application/pgp-signature deleted ]
--