Here is a bit of my exim configuration file that might help

# This router catches all local deliveries *before* forward and local mail
# routers and sends to TMDA. Once messages is released by TMDA it is 
# added to users maildir directory by TMDA/Exim.

tmdaprocess:
  driver = accept
  check_local_user
  no_verify
  no_expn
  local_part_suffix = -*
  local_part_suffix_optional
  transport = tmda_pipe
  condition = ${if exists{$home/.tmda/config} {yes} {no} }


Note the last line. Seems to work for me.


_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to