Dear Group

If anyone is interested/using Exim 4 with TMDA I have gone through setup and 
configured 
setup in a way that is a bit easier (for server wide use) than that on the TMDA 
website.

The current info on TMDA website is mix of Exim 3 & 4 and I have setup purely for Exim 
4. 
As my setup is system wide I did not use .forward files but centralised function in 
Exim 
configure file. One step to simplify setup of TMDA for multiple users.

PS

ROUTER (this is placed between alias and forward routers)
======
# 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

TRANSPORT
=========
# This is the command pipe transport for TMDA used instead of address pipe transport

tmda_pipe:
  driver = pipe
  command = /usr/bin/python2 /usr/bin/tmda-filter
  return_path_add
  delivery_date_add
  envelope_to_add
  user = $local_part
  group = mail
  environment = EXTENSION=${substr_1:$local_part_suffix}:\
                RECIPIENT=$local_part$local_part_suffix@$domain


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

Reply via email to