Hi,

> What is in your .forward and what does the userforward router look like? It 
> almost looks like you've set transport=address_file or 
> reply_transport=address_file instead of reply_transport=address_reply.

.forward:
# Exim Filter
  mail to $reply_address
        subject Blah
        file $home/vacation/message
        once $home/vacation/once
        log $home/vacation/log


router:
#
# .forward Files
#
userforward:
  driver                = redirect
  domains               = +local_domains
  check_local_user
  allow_filter
  errors_to             = real-$local_part
  file                  = ${home}/.forward
  #no_verify
  no_expn
  check_ancestor
  reply_transport       = address_reply
  file_transport        = address_file
  pipe_transport        = address_pipe
  directory_transport   = address_directory


transports:

address_pipe:
  driver                = pipe

address_file:
  driver                = appendfile
  delivery_date_add     = true
  envelope_to_add       = true
  return_path_add       = true

address_reply:
  driver                = autoreply

thats it, pretty much the same config is running on a different host and
is working fine.... i have no clue.

regards Martin

-- 
----------------------------------------------------------------
  Three out of five people aren't the other two.
----------------------------------------------------------------

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