On 24 Jun 2003, Tim Legant wrote:

> Dan Egli <[EMAIL PROTECTED]> writes:
> 
> > Date: Mon Jun 23 20:59:48 MDT 2003
> > From: [EMAIL PROTECTED]
> >   To: [EMAIL PROTECTED]
> > Subj: Confirmation message
> > Actn: CONFIRM action_incoming                                            (803)
> 
> Well, the only thing I can think of is that Exim is not setting the
> EXTENSION environment variable.  EXTENSION must be set or TMDA won't
> recognize confirmation replys.  Can you double check that your
> configuration matches the one specified in
> 
> http://tmda.net/config-pre.html#exim
> 
> 

it is. Here's my procmail transport (tmda called from .procmailrc)

procmail_transport:
  driver = pipe
#   command = "/usr/bin/procmail -d ${local_part}"
#  breaks tmda. procmail gets called as local_part user anyway
# so it's not needed.
  command = "/usr/bin/procmail -p"
  delivery_date_add
  envelope_to_add
  no_freeze_exec_fail
  group = mail
  no_log_defer_output
  no_log_fail_output
  no_log_output
  no_return_fail_output
  no_return_output
  return_path_add
  umask = 0022
  environment = EXTENSION=${substr_1:$local_part_suffix}:\
                [EMAIL PROTECTED]


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

Reply via email to