Linux: September 2015 Archives

DavMail for Linux

user-pic
Vote 0 Votes

wget -qO- http://ncu.dl.sourceforge.net/project/davmail/davmail/4.6.2/davmail-linux-x86_64-4.6.2-2377.tgz | tar zxv
mv davmail-linux-x86_64-4.6.2-2377 /usr/local/bin/davmail
wget -qO- http://davmail.sourceforge.net/serversetup.html | grep -A131 "DavMail settings" > /usr/local/etc/davmail.properties

Change davmail.url and davmail.*Port settings in /usr/local/etc/davmail.properties

Start up
/usr/local/davmail/davmail.sh /usr/local/etc/davmail.properties &

ref. DavMail for Windows

2015-10-08 Update:
Gmail does not support \ in username
(Errror message "Username contains prohibited characters. Gmail supports all printable characters in the username, except &, >, <, \ and spaces.")
Solution is setting davmail.defaultDomain=yourdomain in davmail.properties
then you don't need to prefix domain\ in username.

Socks5

user-pic
Vote 0 Votes

wget http://downloads.sourceforge.net/project/ss5/ss5/3.8.9-8/ss5-3.8.9-8.tar.gz
tar zxf ss5-3.8.9-8.tar.gz
cd ss5-3.8.9
./configure
make && make install

Configuration without authentication
echo auth 0.0.0.0/0 - - >> /etc/opt/ss5/ss5.conf
echo permit - 0.0.0.0/0 - 0.0.0.0/0 - - - - - >> /etc/opt/ss5/ss5.conf

Configuration with authentication
echo auth 0.0.0.0/0 - u >> /etc/opt/ss5/ss5.conf
echo permit - 0.0.0.0/0 - 0.0.0.0/0 - - - - - >> /etc/opt/ss5/ss5.conf
echo username1 password1 >> /etc/opt/ss5/ss5.passwd
echo username2 password2 >> /etc/opt/ss5/ss5.passwd

chmod +x /etc/init.d/ss5
/etc/init.d/ss5 start

Recent Entries

About this Archive

This page is an archive of entries in the Linux category from September 2015.

Linux: August 2015 is the previous archive.

Linux: October 2015 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Linux: Monthly Archives

Monthly Archives