-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello.

the router:
userdb_forward:
  driver                = redirect
  domains               = +local_domains
  address_data          = GET_ADDRESS_DATA
  check_local_user      = false
  no_verify
  allow_filter
  filter_prepend_home   = true
  user                  = ${extract{uid}{$address_data}}
  no_expn
  check_ancestor
  file                  = ${extract{home}{$address_data}}/.forward
  router_home_directory = ${extract{home}{$address_data}}/
  directory_transport   = address_directory
  pipe_transport        = address_pipe
  reply_transport       = address_reply

were .forward is:
# Exim filter
save Maildir/

exim -d -bt :
....................
userdb_forward router generated //Maildir/
  pipe, file, or autoreply
  errors_to=NULL transport=address_directory

routed by userdb_forward router
  envelope to: [EMAIL PROTECTED]
  transport: <none>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Considering //Maildir/
[EMAIL PROTECTED] -> //Maildir/
  transport = address_directory

if I change router_home_directory =
/xxx/${extract{home}{$address_data}}/xxx/ then i have:

exim -d -bt :
..................
userdb_forward router generated /xxx//xxx//Maildir/
  pipe, file, or autoreply
  errors_to=NULL transport=address_directory
  uid=zzzzz gid=zzzzz home=/xxx//xxx/
routed by userdb_forward router
  envelope to: [EMAIL PROTECTED]
  transport: <none>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Considering /xxx//xxx//Maildir/
[EMAIL PROTECTED] -> /xxx//xxx//Maildir/

I don't no why ${exctract dosen't work in "router_home_directory". In
"file" it work fine.
exim-4.64-4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFFj85a0T4xA/N2c3gRAlWxAJkBomqHJ9ErIMfSp2vQuTARxZ4t/QCfSsSB
rHun3K/j6i8WUTnLKIfE1S8=
=iAEZ
-----END PGP SIGNATURE-----

-- 
## 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