Derek Stevenson <[EMAIL PROTECTED]> wrote:
[...]
> - edit update-exim4.conf.conf
>  - add: dc_localdelivery='local_delivery_cyrus' (changes default local 
> delivery)

Hello,
I'd recommend to add a new matching router instead. This way your
additions are self-contained and will not be broken by changes in the
exim4-package.

Something like this should do the trick for your szenario:

#/etc/exim4/conf.d/router/650_cyrus
cyrus:
  debug_print = "R: cyrus for [EMAIL PROTECTED]"
  driver = accept
  domains = +local_domains
  check_local_user
  transport = local_delivery_cyrus
  no_verify
  no_expn
  require_files = /usr/sbin/cyrdeliver

I gather that in your setup there is a system-user for every
cyrus-user, therefore the check_local_user option. - A setup with
virtual cyrus users would use a different router.
          cu and- happy enough with dovecot -reas
-- 
"See, I told you they'd listen to Reason," [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in "Snow Crash"


-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to