On Thu, 2003-01-16 at 10:53:31 -0700, Jason R. Mastaler proclaimed...

> > Problem is that TMDA_DELIVERY_FAILURE_for_traceback is
> > null and doesn't log anything.
> 
> Make sure that as root, you do a `umask 022' before installing
> Python. I'd recommend starting over and installing Python from scratch
> one last time after you've done the umask 022. I think this should fix
> your problems.
> 
> I don't see any reason why the FreeBSD port of Python won't work
> provided you've done the umask first.

It doesn't work because it's looking for the SSL shared library,
which I haven't installed from the FreeBSD ports tree.

Anyways - I did end up reinstalling python and all seems to work.

One more question though: I see TMDA calls some sort of a python
function to send mail. What happens when sending from THIS host to
THAT host though?

I can do this locally and get a confirmation request, but when
I send from a remote host to the machine wtih TMDA/qmail installed
on, qmail won't "relay" the reply.

Uncaught Python 2.2.2 Exception (Thu Jan 16 12:09:21 2003):
-----------------------------------------------------------
Traceback (most recent call last):
  File "/apps/tmda/bin/tmda-filter", line 53, in ?
    execfile(os.path.join(execdir, 'tmda-rfilter'))
  File "/apps/tmda/bin/tmda-rfilter", line 763, in ?
    main()
  File "/apps/tmda/bin/tmda-rfilter", line 758, in main
    do_default_action(default_action, 'action_incoming',
bouncetext)
  File "/apps/tmda/bin/tmda-rfilter", line 392, in
do_default_action
    bouncegen('request')
  File "/apps/tmda/bin/tmda-rfilter", line 661, in bouncegen
    send_bounce(bounce_message, mode)
  File "/apps/tmda/bin/tmda-rfilter", line 363, in send_bounce
    ar.send()
  File "./TMDA/AutoResponse.py", line 208, in send
  File "./TMDA/Util.py", line 428, in sendmail
  File "./TMDA/SMTP.py", line 59, in sendmail
  File "/apps/python/lib/python2.2/smtplib.py", line 681, in
sendmail
    raise SMTPRecipientsRefused(senderrs)
SMTPRecipientsRefused: {'[EMAIL PROTECTED]': (553, 'Mail for
that domain is n
ot accepted here (#5.7.1)')}
        

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

Reply via email to