Making an SMTP conversation [www.cs.cf.ac.uk]
02:43 PM, 20 Jun 2004 by Jade Rubick Permalink | Comments (0)
12:39 PM, 20 Jun 2004 by Jade Rubick Permalink | Comments (0)
Setting up a mailserver on Qwest
Of course, this doesn't prevent spam at all -- it only makes it harder if you have a low-volume mail server. Here's what I did to get around this:
$ crontab -e
Add this line:
*/10 * * * * /usr/bin/telnet pop.ptld.qwest.net 110 < /home/mename/bin/script.txt >& /dev/null
Every ten minutes, it connects to port 110, and runs the contents of bin/script.txt
$ cat bin/script.txt
user username@qwest.net
pass mypassword
list
quit
10:36 AM, 20 Jun 2004 by Jade Rubick Permalink | Comments (0)
| June 2004 | ||||||
| S | M | T | W | T | F | S |
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||