Remo Mattei <[EMAIL PROTECTED]> writes:

> Traceback (most recent call last):
>   File "/usr/local/bin/tmda-filter", line 53, in ?
>     execfile(os.path.join(execdir, 'tmda-rfilter'))
>   File "/usr/local/bin/tmda-rfilter", line 890, in ?
>     main()
>   File "/usr/local/bin/tmda-rfilter", line 886, in main
>     do_default_action(default_action, 'action_incoming', bouncetext)
>   File "/usr/local/bin/tmda-rfilter", line 471, in do_default_action
>     bouncegen('request')
>   File "/usr/local/bin/tmda-rfilter", line 772, in bouncegen
>     send_bounce(bounce_message, mode)
>   File "/usr/local/bin/tmda-rfilter", line 442, in send_bounce
>     ar.send()
>   File "./TMDA/AutoResponse.py", line 207, in send
>   File "./TMDA/Util.py", line 565, in sendmail
>   File "./TMDA/SMTP.py", line 59, in sendmail
>   File "/usr/local/lib/python2.2/smtplib.py", line 681, in sendmail
>     raise SMTPRecipientsRefused(senderrs)

TMDA is trying to send a confirmation request.  Whatever SMTP server
you have configured (SMTPHOST -- the default is localhost, port 25) is
refusing to relay to the recipient.  TMDA copies the message to
pending and writes to LOGFILE_INCOMING before attempting to send the
confirmation, so you should be able to identify which recipient is
causing the problem.


Tim

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

Reply via email to