I'm trying to get tmda to work. I'm using qmail and things are working
fine, even ezmlm. I'm getting the error below when trying to send an
email to [EMAIL PROTECTED] (test tmda address) per 

 http://www.tmda.net/config-server.html

I've also read from the FAQ the section titled: 3.3. I'm getting "553
sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)"

Which also led me to:

  http://www.palomine.net/qmail/relaying.html
  http://www.palomine.net/qmail/selectiverelay.html

I've not set up qmail per the 2nd url above (selectiverelay.html)
because my qmail setup works as is now, not counting tmda.

In /var/qmail/locals and /var/qmail/rcpthosts, I have:

  localhost
  mydomain.com
  ns01.mydomain.com

ns01 is the actual SMTP server.

However, I'm still getting the error below. Does this mean that I have
to setup selective relaying with tcpserver? If so, why is that
necessary since qmail currently works fine without it?

-----------------------------------------------------------
Traceback (most recent call last):
  File "/usr/pkg/bin/tmda-filter", line 53, in ?
    execfile(os.path.join(execdir, 'tmda-rfilter'))
  File "/usr/pkg/bin/tmda-rfilter", line 767, in ?
    main()
  File "/usr/pkg/bin/tmda-rfilter", line 762, in main
    do_default_action(default_action, 'action_incoming', bouncetext)
  File "/usr/pkg/bin/tmda-rfilter", line 391, in do_default_action
    bouncegen('request')
  File "/usr/pkg/bin/tmda-rfilter", line 664, in bouncegen
    send_bounce(bounce_message, mode)
  File "/usr/pkg/bin/tmda-rfilter", line 362, in send_bounce
    ar.send()
  File "/usr/pkg/lib/python2.2/site-packages/TMDA/AutoResponse.py",
line 206, in send
    self.recipient, Defaults.BOUNCE_ENV_SENDER)
  File "/usr/pkg/lib/python2.2/site-packages/TMDA/Util.py", line 379,
in sendmail
    server.sendmail(envsender, envrecip, msgstr)
  File "/usr/pkg/lib/python2.2/site-packages/TMDA/SMTP.py", line 59, in
sendmail
    results = self.__conn.sendmail(envsender, recips, msgtext)
  File "/usr/pkg/lib/python2.2/smtplib.py", line 681, in sendmail
    raise SMTPRecipientsRefused(senderrs)
SMTPRecipientsRefused: {'[EMAIL PROTECTED]': (553, "sorry, that
domain isn't in my lis
t of allowed rcpthosts (#5.7.1)")}
Traceback (most recent call last):
  File "/usr/pkg/bin/tmda-filter", line 69, in ?
    raise NameError, 'LOGFILE_DEBUG is not defined'
NameError: LOGFILE_DEBUG is not defined

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to