Oliver Hitz wrote: > > On 10 Feb 2004, Robert Meyer wrote: > > that's exactly what we are about to implement at the > > moment. Unfortunately, it will take some more time, > > until we have tasted and set up everything. Besides > > what would you suggests for such a small one-purpose > > deamon (we are currently examinig Turnaway from > > http://postmaster.gtcs.com/turnaway.nxdl). Are there > > any other recomendations? > > How about tcpserver from http://cr.yp.to/ucspi-tcp.html > > tcpserver -H 0 25 echo "451 Go away"
Be careful, not every mail server accepts such an answer in the greeting string. You have to provide 5xx answers to mail from attempts as well. Again, 451 doesn't solve it, you have to use 550 or so to make it bounce right now. -- Andre ---------------------------------------------- [EMAIL PROTECTED] Maillist-Archive: http://www.mail-archive.com/swinog%40swinog.ch/
