Niklas Saers Mailinglistaccount <[EMAIL PROTECTED]> writes:

> Hi, is there a good way I can filter out error messages from the debug
> log? I'm not really interested in seeing the following error that ffills
> up half my debug log:
> 
> Uncaught Python 2.2.2 Exception (Sat Aug  2 07:35:49 2003):
> -----------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/local/tmda/bin/tmda-filter", line 53, in ?
>     execfile(os.path.join(execdir, 'tmda-rfilter'))
>   File "/usr/local/tmda/bin/tmda-rfilter", line 789, in ?
>     main()
>   File "/usr/local/tmda/bin/tmda-rfilter", line 785, in main
>     do_default_action(default_action, 'action_incoming', bouncetext)
>   File "/usr/local/tmda/bin/tmda-rfilter", line 405, in do_default_action
>     bouncegen('request')
>   File "/usr/local/tmda/bin/tmda-rfilter", line 681, in bouncegen
>     send_bounce(bounce_message, mode)
>   File "/usr/local/tmda/bin/tmda-rfilter", line 376, in send_bounce
>     ar.send()
>   File "./TMDA/AutoResponse.py", line 210, in send
>   File "./TMDA/Util.py", line 521, 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)
> SMTPRecipientsRefused: {'[EMAIL PROTECTED]': (450, '<[EMAIL PROTECTED]>:
> User unknown in local recipient table')}

It appears you have Postfix configured to refuse mail to invalid users
on your system.  If that's the case, how did mail to 'ctt.com' or
'[EMAIL PROTECTED]' ever get accepted?  If you solve that problem,
these debug messages will cease.

In general, if you get anything at all in the debug log, it indicates
a configuration problem, either with TMDA or with your MTA.  TMDA
doesn't provide a filtering mechanism for error messages because they
alert you to a problem.  Pretending you don't have the problem won't
make it go away.


Tim

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

Reply via email to