Firewall blocks outgoing email
- by Martin Trigaux
On my Debian server running a Django website, I have an error when I need to send an email.
The error received is
Exception Type: gaierror Exception Value:
[Errno -2] Name or service not known
Exception Location: /usr/lib/python2.6/socket.py in
create_connection, line 547
You can see the full error log here.
After…