"Thomas A. Moulton" <[EMAIL PROTECTED]> writes: > I like the idea of using smtp-check-sender but need to install pyDNS > > due to the lack of docs in the package I am not sure how to add it > to my python 2.2 installation.
Unpack the pydns tarball, and then: # cd pydns-2.3.0/ # python setup.py install Some operating systems provide package installations of pydns as well. If you're running Redhat, you can generate an RPM to install with: # python setup.py bdist --format=rpm _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
