"Morten Trab" <[EMAIL PROTECTED]> writes:

> I've gone so far now, in my attemt to implement TMDA into my
> Postfix/Cyrus solution that I now got the following from TMDA, when
> trying to get Postfix deliver the mail to TMDA:
>
> Uncaught Python 2.3.3 Exception (Fri Jan 30 22:16:24 2004):
> -----------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/local/tmda-1.0/bin/tmda-filter", line 53, in ?
>     execfile(os.path.join(execdir, 'tmda-rfilter'))
>   File "/usr/local/tmda-1.0/bin/tmda-rfilter", line 236, in ?
>     raise Errors.MissingEnvironmentVariable('SENDER')
> MissingEnvironmentVariable
>
> The master.cf has the following rule:
>
> TMDA      unix  -       n       n       -       -       pipe
>   flags=Rq user=filter argv=/usr/local/tmda-1.0/bin/tmda-filter
>
> Any help in getting it to work will be appreciated...

tmda-filter requires SENDER and RECIPIENT to be in the environment,
and EXTENSION (Postfix, Exim) or EXT (qmail) if the address is an
extension address <base>-<extension>@example.com.  Postfix usually
sets all of those at delivery time.

Is it possible to get it to do that when this executes?  I'm afraid I
know nothing about Postfix configuration... guess it's time to add
"Install Postfix" to my list of things to do!


Tim

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

Reply via email to