=================== Exercise #6 answers =================== http06.out google GET / HTTP/1.0 GET http://www.google.ca/ HTTP/1.0 idallen GET / HTTP/1.0 Host: ian.idallen.ca smtp06.out SMTP EHLO nothing.com MAIL FROM: RCPT TO: DATA From: anything To: anyone Subject: whatever . Postfix mail spool grep mail_spool_directory /etc/postfix/main.cf cat /var/spool/mail/abcd0001 >>smtp06.out pop06.out USER abcd0001 PASS ****** LIST RETR 1 DELE 1 QUIT