Wednesday, 28 August 2013

Zimbra Ubuntu 12.04

sudo passwd root

su -

apt-get update
apt-get upgrade

apt-get install libgmp3c2 libperl5.14 pax sysstat sqlite3
apt-get install dnsmasq

nano /etc/hostname
mail

nano /etc/hosts
192.168.1.100 mail.yeopaje.my mail

[test]
ping mail
ping mail.yeopaje.my

[cek gateway]
route -n

nano /etc/network/interfaces

iface eth0 inet static

address 192.168.1.100
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1

ifdown eth0

ifup eth0

OR

/etc/init.d/networking restart


nano /etc/resolv.conf
nameserver 127.0.0.1

nano /etc/dnsmasq.conf
server=8.8.8.8
server=4.2.2.2
domain=yeopaje.my
mx-host=yeopaje.my,mail.yeopaje.my,5
listen-address=127.0.0.1
/etc/init.d/dnsmasq restart

tar zxvf ZCSxxxxxxx.tar
cd ZCSxxxxxx
./install

mx error - yes
change to yeopaje.my

set password -3,4


reboot ubuntu

web https://192.168.1.100
web admin https://192.168.1.100:7071


set ip n dns at hosts file
c:/windows/system32/drivers/etc/hosts
192.168.1.100 mail.yeopaje.my


[Links] #2

http://www.yusufhm.info/content/mount-windows-share-ubuntu-command-line

https://wiki.ubuntu.com/MountWindowsSharesPermanently

Mount samba share ubuntu 12.04

sudo apt-get install cifs-utils
mkdir ~/Windows
sudo mount.cifs //xxx.xxx.xxx.xxx/testshare ~/Windows -o

or

sudo apt-get install smbclient
smbclient //xxx.xxx.xxx.xxx/testshare