-
Recente berichten
Categorieën
Pagina’s
Maandelijkse archieven: juni 2009
http://www.mailstore.com/en/mailstore-home.aspx
Een fijne freeware tool om uw E-mail te archiveren.
Het kan oa. overweg met :
- Windows (Live) Mail
- Outlook
- Outlook Express
- MS Exchance
- Thunderbird / SeaMonkey
- GMail
- IMAP Mailbox
- POP3 Mailbox
- enz.
Je geeft alleen een doelmap op, en al uw mailfolders (of een specifieke keuze) worden hierin keurig gearchiveerd.
Het zoeken (zeer krachtige zoekfuncties, ook binnen het archief ), en bekijken van uw gearchiveerde mails kan direct vanuit Mailstore of vanuit uw eigen mail programma (bv Outlook).
Dus wil je dat ene mailtje uit juni 2006 nog eens bekijken of kopieren dan is dat geen probleem.
Met één druk op de knop kunt u het complete archief naar cd / dvd branden.
Backup kan in meerdere (andere) mail programma’s teruggezet worden.
Veel plezier ermee.
http://www.linuxhomenetworking.com/
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch34_:_Basic_MySQL_Configuration
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch15_:_Linux_FTP_Server_Setup
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch09_:_Linux_Users_and_Sudo
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch10_:_Windows,_Linux,_and_Samba
http://www.howtoforge.com/set-up-ubuntu-server-with-ehcp-lamp-dns-ftp-mail-p2
nano /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.254
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
===========================================
I replaced allow-hotplug eth0 with auto eth0; otherwise restarting the network doesn't work, and we'd have to reboot the whole system. I have to thank Falko for this great tip!
==========================================
nano /etc/resolv.conf
nameserver 192.168.1.1
You have to restart networking to apply the changes:
/etc/init.d/networking force-reload