Caffeinate The World <[EMAIL PROTECTED]> writes:

> 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 

[...]

> 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):

[...]

> SMTPRecipientsRefused: {'[EMAIL PROTECTED]': (553, "sorry, that
> domain isn't in my list of allowed rcpthosts (#5.7.1)")}

TMDA has received your test mail and is trying to send a confirmation
back to '[EMAIL PROTECTED]'.  Since yahoo.com isn't in your
rcpthosts (and it shouldn't be), you have to configure your system for
relaying from localhost.  I'll assume you use tcpserver.

When you run tcpserver, you normally give it a '-x' parameter and
specify a .cdb file that contains your relaying rules.  That file is
often called something like tcp.smtp.cdb and the text file that it is
created from would then be tcp.smtp.  If you've set up relaying,
you'll know what it's called on your system.  If you've not previously
set up relaying, read the Life With Qmail docs by Dave Sill.

http://www.lifewithqmail.org/lwq.html

Once you have relaying in place, simply ensure that there is a line in
your text file like this:

127.0.0.1:allow,RELAYCLIENT=""

Then rebuild the .cdb file by running this:

# tcprules tcp.smtp.cdb tcp.smtp.tmp < tcp.smtp

where tcp.smtp is your text file and tcp.smtp.cdb is the output file
that you specify for the '-x' parameter to tcpserver.

Now TMDA will be able to relay mail through your SMTP server.


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

Reply via email to