2016年3月12日 星期六

(insecure) Windows Mail Client

Goal:

1. Windows Platform (Virtual Machine is preferred for testing purpose)
2. Common and lightweight mail client (MUA), Thunderbird and Windows Live Mail
3. Config with SMTP/POP3, account and password provided by previous exercise

2016年3月7日 星期一

(insecure) Mail Server setup and config

Purpose: a Server hosting insecure SMPT/POP3 and Web Mail service

  • SMTP Server       192.168.136.25:25
  • POP3 Server       192.168.136.110:110
  • Webmail Server    192.168.136.80:80

Pre-config Account:

  • kitty:hello
  • daniel:hello


2016年3月3日 星期四

DNS Server setup and config

Purpose: mapping server to IP address
  • DNS  Server       192.168.136.53
  • SMTP Server       192.168.136.25
  • POP3 Server       192.168.136.110
  • Webmail Server    192.168.136.80

domain name <-> IPv4 address
  • ns.lab.local        IN A      192.168.136.53
  • smtp.lab.local      IN A      192.168.136.25
  • pop3.lab.local      IN A      192.168.136.110
  • www.lab.local       IN A      192.168.136.80