Hi,
I just found out I can connect to my SMTP Server via pythons smtplib without the need to login and send mails to whatever address with a random 'from'-address.
I did some relay tests online and they all say it's relay safe.. but... is it a correct behaviour?
As an example:
Code:
smpt = smptllib.SMTP('myServer.de')
smpt.sendmail('bla@blubb.com', 'someone@somewhere.de', '....;)
smpt.quit()
This works, and I am doing this from remote, not locally on my Server.
Kira
Recent comments
2 days 15 hours ago
3 days 18 min ago
3 days 3 hours ago
3 days 4 hours ago
3 days 5 hours ago
3 days 7 hours ago
3 days 8 hours ago
3 days 10 hours ago
4 days 2 hours ago
4 days 2 hours ago