That was easy...

I have pyDNS 2.3.0 and I tested and get this:

xanthus:/usr/local/bin# echo | smtp-check-sender [EMAIL PROTECTED]
GOOD sender
xanthus:/usr/local/bin# echo | smtp-check-sender [EMAIL PROTECTED]
Traceback (most recent call last):
  File "/usr/local/bin/smtp-check-sender", line 87, in ?
    server = smtplib.SMTP(primx)
  File "/usr/local/lib/python2.2/smtplib.py", line 241, in __init__
    (code, msg) = self.connect(host, port)
  File "/usr/local/lib/python2.2/smtplib.py", line 276, in connect
    for res in socket.getaddrinfo(host, port, 0, socket.SOCK_STREAM):
socket.gaierror: (-2, 'Name or service not known')
xanthus:/usr/local/bin# 

It's the version that came with tmda 0.80 

tom
----- Original Message ----- 
From: "Jason R. Mastaler" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 18, 2003 9:52 PM
Subject: Re: smtp-check-sender


> "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
> 
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to