Jan
14
2010
0

Synology Network Backups to rsync-compatible servers

I wanted an off-site backup destination for my Synology DS109. I decided to use an ‘old’ NSLU2 which I had lying around. I have installed Debian Lenny on a 2GB USB flash disk, this is a good website for installing Debian on a NSLU2, if you want to try it yourself.

The best method for low-bandwith backups (except for the first one) is the use of rsync Continue reading

Written by bantenbrink in: Debian, synology | Tags: , , ,
Dec
21
2009
2

Enable SSH for normal users on Synology

edit /etc/passwd
change the line of the users fron /sbin/nologin to /bin/ash

restart ssh daemon:
cd /usr/syno/etc.defaults/rc.d/
./S95sshd.sh restart & Continue reading

Written by bantenbrink in: Linux, synology | Tags: , , ,
May
25
2009
1

Synology Mail Station multiple domains, the simple way

Use VI to edit /usr/syno/mailstation/etc/main.cf

Find the line

mydestination = $myhostname (this will be the domain you entered in the gui)

For additional domains, just add them to this line, ie:

mydestination = $myhostname mydomain1.com mydomain2.com

Note: Every user will receive mail for all domain names, so johndoe@mydomain1.com, johndoe@mydomain2.com, etc Continue reading

Powered by WordPress | Theme: Aeros 2.0 by TheBuckmaker.com