[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cyrus as local deliverer
> Hmm... When I use Cyrus as local mail deliver I can't deliver
> message to file.
Quite true.
That is why the current router scripts differentiate delivery to
files and pipes from that of user, and produce address quads of
style:
local file.something /path/to/file 123
local pipe.something "|pipe command" 123
Now the scheduler has selectors:
local/file.*
local/pipe.*
....
command="mailbox -8"
local/*
....
command="sm -c local -8 cyrus"
Files and pipes are processed by the first selector, and normal
user delivery are done by the second.
> --
> CU, Victor Gamov
/Matti Aarnio