http://zderadicka.eu/accessing-imapsmtp-via-https-proxy/
ptunnel.py -d -p proxy_host:proxy_port 9993:imap.gmail.com:993 5587:smtp.gmail.com:587
http://zderadicka.eu/accessing-imapsmtp-via-https-proxy/
ptunnel.py -d -p proxy_host:proxy_port 9993:imap.gmail.com:993 5587:smtp.gmail.com:587
iptables -t mangle -I PREROUTING -i eth0 -m iprange –src-range 192.168.18.2-192.168.18.19 -j MARK –set-mark 8
iptables -t mangle -A PREROUTING -i eth0 -m iprange –dst-range 119.247.224.98 -j MARK –set-mark 8
postfix flush
postsuper -d ALL
postsuper -d ALL deferred
Reference Link: http://www.cyberciti.biz/tips/howto-postfix-flush-mail-queue.html
apt-get install postfix
apt-get install postfix-mysql
apt-get install apache-suexec
apt-get install courier-maildrop
apt-get install courier-pop
apt-get install courier-imap
apt-get install courier-authlib-mysql
apt-get install courier-authlib
apt-get install sasl2-bin
a2enmod suexec
Important paths:
/etc/courier
/etc/apache2/sites-available/
/etc/postfix
/var/www/extsuite/
/var/mailbox/
SMTP AUTH
/etc/postfix/sasl
saslpasswd2 -c -u mail.159group.hk -a smtpauth 159group
sudo apt-get install libnfnetlink-dev
1. Update the sources.list in /etc/apt/ with following source lists
deb http://old-releases.ubuntu.com/ubuntu/ maverick main restricted
deb http://old-releases.ubuntu.com/ubuntu/ maverick-updates main restricted
deb http://old-releases.ubuntu.com/ubuntu/ maverick universe
deb http://old-releases.ubuntu.com/ubuntu/ maverick-updates universe
deb http://old-releases.ubuntu.com/ubuntu/ maverick multiverse
deb http://old-releases.ubuntu.com/ubuntu/ maverick-updates multiverse
deb http://old-releases.ubuntu.com/ubuntu/ maverick-security main restricted
deb http://old-releases.ubuntu.com/ubuntu/ maverick-security universe
deb http://old-releases.ubuntu.com/ubuntu/ maverick-security multiverse