Sekarang Mau buat ini nih ...biar ga lupa.. coba di simpan di blog aja.. mungkin lebih bermanfaat...
karena ilmu kan bukan untuk di simpan atau di sombongkan ...
welcome ilmu yang baru :D
Cara nya begini gan :D
Sekarang Mau buat ini nih ...biar ga lupa.. coba di simpan di blog aja.. mungkin lebih bermanfaat...
karena ilmu kan bukan untuk di simpan atau di sombongkan ...
welcome ilmu yang baru :D
Cara nya begini gan :D
Sekarang mau share bagaimana konfigurasi router cisco 2800 ke internet :
trus apa saja yang kita persiapkan:
Membuat vpn site to site di cisco asa firewall
contoh Router ASA jakarta:
Langkah pertama setting ip WAN address di asa
Kali ini ngeblog dulu sembari nunggu hujan... @cyber 2
kali ini pembahasannya tentang Asa firewall ya ampun kayannya kalau denger asa susah banget config nya banyak rebet dengan fasilitas asdm kita bisa config lebih muda hanya dengan klak klik tok..
untuk memulai latihan ini kita siapkan :
1. Gns3 simulator
2. ios Asa 802
download di sini :
- http://www.4shared.com/get/F-PXqtu_/asa802-k8initrd.html
- http://www.4shared.com/get/fqm6nBM-/asa802-k8.html
cara masukin ios di gns3 seperti ini :
3. butuh install java
Belajar cofigurasi Juniper
Set IP address di em0 di router A
[sourcecode language="css"]
set interface em0 unit 0 family inet address 10.10.10.1/24
[/sourcecode]
Set IP address di em0 di router B
[sourcecode language="css"]
set interface em0 unit 0 family inet address 10.10.10.2/24
[/sourcecode]
Membuat AS number di router A
[sourcecode language="css"]
set routing-options autonomous-system 100
[/sourcecode]
Membuat AS number di router B
[sourcecode language="css"]
set routing-options autonomous-system 200
[/sourcecode]
Set Protocol BGP di router A
[sourcecode language="css"]
set protocols bgp group to-routerB type external neighbor 10.10.10.2
set protocols bgp group to-routerB neighbor 10.10.10.2 local-as 100
set protocols bgp group to-routerB neighbor 10.10.10.2 local-address 10.10.10.1
set protocols bgp group to-routerB neighbor 10.10.10.2 peer-as 200
[/sourcecode]
Set Protocol BGP di router B
[sourcecode language="css"]
set protocols bgp group to-routerB type external neighbor 10.10.10.1
set protocols bgp group to-routerB neighbor 10.10.10.1 local-as 200
set protocols bgp group to-routerB neighbor 10.10.10.1 local-address 10.10.10.2
set protocols bgp group to-routerB neighbor 10.10.10.1 peer-as 100
[/sourcecode]
Set Protocol direct di router A(untuk membaca table route yang terhubung ke interface p2p)
[sourcecode language="css"]
set policy-options policy-statement to-routerB term 10 from protocol direct
set policy-options policy-statement to-routerB term 10 then accept
set policy-options policy-statement to-routerB term default then reject
[/sourcecode]
Untuk melempar Prefix di router A
[sourcecode language="css"]
set protocols bgp group to-routerB neighbor 10.10.10.2 export to-routerB
[/sourcecode]
Set Protocol direct di router B(untuk membaca table route yang terhubung ke interface p2p)
[sourcecode language="css"]
set policy-options policy-statement to-routerA term 10 from protocol direct
set policy-options policy-statement to-routerA term 10 then accept
set policy-options policy-statement to-routerA term default then reject
[/sourcecode]
Untuk melempar Prefix di router B
[sourcecode language="css"]
set protocols bgp group to-routerA neighbor 10.10.10.1 export to-routerA
[/sourcecode]
Set Protocol static ROuter A
[sourcecode language="css"]
set routing-options static route 1.1.1.0/24 next-hop 10.10.10.2
[/sourcecode]
Set Protocol static ROuter B
[sourcecode language="css"]
set routing-options static route 2.2.2.0/24 next-hop 10.10.10.1
[/sourcecode]
Untuk mengecek prefix yang kita terima dari router B
[sourcecode language="css"]
routerA# run sh route receive-protocol bgp 10.10.10.2
[/sourcecode]
Untuk mengecek prefix yang kita advertise ke lawan
[sourcecode language="css"]
routerA# run sh route advertising-protocol bgp 10.10.10.2
[/sourcecode]
========================================================
Perintah perintah di juniper
aktifkan telnetset system service telnet
memberi userset system login user evon authen plain-text-password
set system login user evon class super-user
memberi agar tampilan GUI di browser
set system service web-management http interface em3.0
cara hapus user
delete system login user evon
membuat password root
set system root-authen plain-text-password
shutdown juniper
run request system power-off terus yes
apt-get install apache2
apt-get install mysql-server
apt-get install snmpd
apt-get install php5
apt-get install phpmyadmin
apt-get install rrdtool
apt-get install cacti
poingting folder apache dan rubah documentrootnya
/usr/share/cacti/site
mengganti nama hostname
[sourcecode language="css"]
echo mail.evon.net.id > /etc/hostname
/etc/init.d/hostname restart
[/sourcecode]
nano /etc/apt/sources.list
[sourcecode language="css"]
deb http://kambing.ui.ac.id/ubuntu/ precise-proposed main restricted universe multiverse
deb http://kambing.ui.ac.id/ubuntu/ precise-security main restricted universe multiverse
deb http://kambing.ui.ac.id/ubuntu/ precise-updates main restricted universe multiverse
deb http://kambing.ui.ac.id/ubuntu/ precise main restricted universe multiverse
[/sourcecode]
apt-get update
apt-get upgrade
dpkg-reconfigure dash
pilih No
/etc/init.d/apparmor stop
update-rc.d -f apparmor remove
apt-get remove apparmor apparmor-utils
INSTALL POSTFIX NYA
[sourcecode language="css"]
apt-get install postfix postfix-mysql postfix-doc mysql-client mysql-server openssl getmail4 rkhunter binutils dovecot-imapd dovecot-pop3d dovecot-mysql dovecot-sieve sudo
[/sourcecode]
New password for the MySQL "root" user: <-- passwordmysql
Repeat password for the MySQL "root" user: <-- passwordmysql
General type of mail configuration: <-- pilih Internet Site
System mail name: <-- masukkan sesuai dengan nama server, pada materi ini menggunakan nama mail.evon.net.id
INSTALL AMAVIS DAN SPAMSASSIN
[sourcecode language="css"]
apt-get install amavisd-new spamassassin clamav clamav-daemon zoo unzip bzip2 arj nomarch lzop cabextract apt-listchanges libnet-ldap-perl libauthen-sasl-perl clamav-docs daemon libio-string-perl libio-socket-ssl-perl libnet-ident-perl zip libnet-dns-perl
[/sourcecode]
INSTALL APACHE DAN MYSQL
[sourcecode language="css"]
apt-get install apache2 apache2.2-common apache2-doc apache2-mpm-prefork apache2-utils libexpat1 ssl-cert libapache2-mod-php5 php5 php5-common php5-gd php5-mysql php5-imap phpmyadmin php5-cli php5-cgi libapache2-mod-fcgid apache2-suexec php-pear php-auth php5-curl php5-mcrypt mcrypt php5-imagick imagemagick libapache2-mod-suphp libruby libapache2-mod-ruby libapache2-mod-python libapache2-mod-perl2
[/sourcecode]
pilih apache2
pilih No
nano /etc/postfix/master.cf
[sourcecode language="css"]
submission inet n - - - - smtpd
-o syslog_name=postfix/submission
-o smtpd_tls_security_level=encrypt
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
# -o milter_macro_daemon_name=ORIGINATING
smtps inet n - - - - smtpd
-o syslog_name=postfix/smtps
-o smtpd_tls_wrappermode=yes
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
# -o milter_macro_daemon_name=ORIGINATING
[/sourcecode]
/etc/init.d/postfix restart
nano /etc/mysql/my.cnf
#bind-address = 127.0.0.1
/etc/init.d/mysql restart
kita hapus modul SpamAssassin untuk memperingan kinerja server.
/etc/init.d/spamassassin stop
update-rc.d -f spamassassin remove
[sourcecode language="css"]
a2enmod suexec rewrite ssl actions include
a2enmod dav_fs dav auth_digest
[/sourcecode]
[sourcecode language="css"]
/etc/init.d/apache2 restart
[/sourcecode]
[sourcecode language="css"]
apt-get install mailman
newlist mailman
[/sourcecode]
nano /etc/aliases
copy ini
[sourcecode language="css"]
mailman: "|/var/lib/mailman/mail/mailman post mailman"
mailman-admin: "|/var/lib/mailman/mail/mailman admin mailman"
mailman-bounces: "|/var/lib/mailman/mail/mailman bounces mailman"
mailman-confirm: "|/var/lib/mailman/mail/mailman confirm mailman"
mailman-join: "|/var/lib/mailman/mail/mailman join mailman"
mailman-leave: "|/var/lib/mailman/mail/mailman leave mailman"
mailman-owner: "|/var/lib/mailman/mail/mailman owner mailman"
mailman-request: "|/var/lib/mailman/mail/mailman request mailman"
mailman-subscribe: "|/var/lib/mailman/mail/mailman subscribe mailman"
mailman-unsubscribe: "|/var/lib/mailman/mail/mailman unsubscribe mailman"
[/sourcecode]
Lanjutkan dengan perintah newaliases
/etc/init.d/postfix restart
[sourcecode language="css"]
ln -s /etc/mailman/apache.conf /etc/apache2/conf.d/mailman.conf
[/sourcecode]
http://<vhost>/cgi-bin/mailman/admin/<listname> untuk administrator dan alamat
/etc/init.d/apache2 restart
/etc/init.d/mailman start
Install PureFTPd dan Quota Aplikasi ini digunakan untuk upload data via FTP dan membatasi kapasitas storage untuk user.
[sourcecode language="css"]
apt-get install pure-ftpd-common pure-ftpd-mysql quota quotatool
[/sourcecode]
[sourcecode language="css"]
nano /etc/default/pure-ftpd-common
[/sourcecode]
rubah menjadi seperti ini
[sourcecode language="css"]
STANDALONE_OR_INETD=standalone
VIRTUALCHROOT=true
[/sourcecode]
[sourcecode language="css"]
echo 1 > /etc/pure-ftpd/conf/TLS
[/sourcecode]
[sourcecode language="css"]
mkdir -p /etc/ssl/private/
[/sourcecode]
[sourcecode language="css"]
openssl req -x509 -nodes -days 7300 -newkey rsa:2048 -keyout
/etc/ssl/private/pure-ftpd.pem -out /etc/ssl/private/pure-ftpd.pem
[/sourcecode]
akan muncul perintah enter enter aja kecuali yang ini
the Fully Qualified Domain Name of the system (e.g. "mail.evon.net.id").
[sourcecode language="css"]
chmod 600 /etc/ssl/private/pure-ftpd.pem
[/sourcecode]
/etc/init.d/pure-ftpd-mysql restart
nano /etc/fstab
[sourcecode language="css"]
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0 /dev/mapper/server1-root / ext4 errors=remountro,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 0
[/sourcecode]
mount -o remount /
quotacheck -avugm
quotaon -avug
[sourcecode language="css"]
apt-get install vlogger webalizer awstats geoip-database libclass-dbi-mysql-perl
[/sourcecode]
nano /etc/cron.d/awstats
[sourcecode language="css"]
#MAILTO=root
#*/10 * * * * www-data [ -x /usr/share/awstats/tools/update.sh ] && /usr/share/awstats/tools/update.sh
# Generate static reports:
#10 03 * * * www-data [ -x /usr/share/awstats/tools/buildstatic.sh ] && /usr/share/awstats/tools/buildstatic.sh
[/sourcecode]
[sourcecode language="css"]
apt-get install build-essential autoconf automake1.9 libtool flex bison debhelper binutils-gold
[/sourcecode]
[sourcecode language="css"]
cd /tmp
wget http://olivier.sessink.nl/jailkit/jailkit-2.14.tar.gz
tar xvfz jailkit-2.14.tar.gz
cd jailkit-2.14
./debian/rules binary
[/sourcecode]
[sourcecode language="css"]
cd ..
dpkg -i jailkit_2.14-1_*.deb
rm -rf jailkit-2.14*
[/sourcecode]
apt-get install fail2ban
nano /etc/fail2ban/jail.local
[sourcecode language="css"]
[pureftpd]
enabled = true
port = ftp
filter = pureftpd
logpath = /var/log/syslog
maxretry = 3
[dovecot-pop3imap]
enabled = true
filter = dovecot-pop3imap
action = iptables-multiport[name=dovecot-pop3imap,
port="pop3,pop3s,imap,imaps", protocol=tcp]
logpath = /var/log/mail.log
maxretry = 5
[/sourcecode]
nano /etc/fail2ban/filter.d/pureftpd.conf
[sourcecode language="css"]
[Definition]
failregex = .*pure-ftpd: \(.*@<HOST>\) \[WARNING\] Authentication failed for user.*
ignoreregex =
[/sourcecode]
nano /etc/fail2ban/filter.d/dovecot-pop3imap.conf
[sourcecode language="css"]
[Definition]
failregex = (?: pop3-login|imap-login): .*(?:Authentication failure|Aborted login \(auth failed|Aborted login \(tried to use disabled|Disconnected \(auth failed|Aborted login \(\d+ authentication attempts).*rip=(?P<host>\S*),.*
ignoreregex =
[/sourcecode]
/etc/init.d/fail2ban restart
Install Squirrelmail
apt-get install squirrelmail
squirrelmail-configure
pilih D
pilih dovecot
pilih S
pilih Q
kita dapat akses mail.evon.net.id/squirrelmail
[sourcecode language="css"]
cd /etc/apache2/conf.d/
ln -s ../../squirrelmail/apache.conf squirrelmail.conf
/etc/init.d/apache2 reload
[/sourcecode]
nano /etc/apache2/conf.d/squirrelmail.conf
[sourcecode language="css"]
<Directory /usr/share/squirrelmail>
Options FollowSymLinks
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_admin_flag allow_url_fopen Off
php_value include_path .
php_admin_value upload_tmp_dir /var/lib/squirrelmail/tmp
php_admin_value open_basedir /usr/share/squirrelmail:/etc/squirrelmail:/var/lib/squirrelmail:/etc/hostname:/etc/mailname:/var/spool/squirrelmail
php_flag register_globals off
</IfModule>
<IfModule mod_dir.c>
DirectoryIndex index.php
</IfModule>
# access to configtest is limited by default to prevent information leak
<Files configtest.php>
order deny,allow
deny from all
allow from 127.0.0.1
</Files>
</Directory>
[/sourcecode]
Mkdir /var/lib/squirrelmail/tmp
chown www-data /var/lib/squirrelmail/tmp
/etc/init.d/apache2 reload
nano /etc/apache2/conf.d/squirrelmail.conf
[sourcecode language="css"]
# alias /squirrelmail /usr/share/squirrelmail
alias /webmail /usr/share/squirrelmail
[/sourcecode]
/etc/init.d/apache2 reload
hasilnya cara melihat http://mail.evon.net.id/webmail
Kalau mau di rubah menjadi http://webmail.evon.net.id
nano /etc/apache2/conf.d/squirrelmail.conf
[sourcecode language="css"]
<VirtualHost *:80>
DocumentRoot /usr/share/squirrelmail
ServerName webmail.evon.net.id
</VirtualHost>
[/sourcecode]
/etc/init.d/apache2 reload
Sekarang Install ISPconfig 3 nya
[sourcecode language="css"]
cd /tmp
wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
tar xfz ISPConfig-3-stable.tar.gz
cd ispconfig3_install/install/
[/sourcecode]
php -q install.php
enter enter terus
MySQL root password []: <-- yourrootsqlpassword
enter enter lagi sampe selesai
cara bukannya https://mail.evon.net.id:8080
Ini adalah cara membackup database kita yang kita import di phpmyadmin
COntoh gw punya database namanya databasegw udah saya upload di phpmyadmin
username: root # #ini username mysql
password: 123456 ##password mysql gw
hostname: localhost
databasename: databasegw # #ini nama database gw
path where you would like to save the backup: /home/backup ##ini media penyimpnan databasenya
name of the backup SQL file: databasegw.sql
http://musaamin.web.id/install-dan-konfigurasi-samba-di-ubuntu-server-12-04-bagian-1/
http://www.pixelinx.com/2010/10/creating-a-mail-server-on-ubuntu-using-postfix-courier-ssltls-spamassassin-clamav-and-amavis/
Untuk installasi zimbra anda harus membuat dns server dulu, cara membuat dns server seperti ini saya menggunakan ubuntu
Silahkan ikutin langkah-langkah berikut :
1. apt-get install bind9
2. nano /etc/bind/named.conf.local
zone "evon.net.id" {
type master;
file "/etc/bind/evon.net.id";
};
zone "1.168.192.in-addr.arpa" {
type master;
file "/etc/bind/1.168.192";
};
3. cp /etc/bind/db.local /etc/bind/evon.net.id
cp /etc/bind/db.127 /etc/bind/68.64.10
4. apt-get upadate
5. lalu masuk cd /etc/bind
nano evon.net.id
6. lalu setting ptrnya
nano 68.64.10
7. restart bind9nya
/etc/init.d/bind9 restart
8. cek apakah nsnya sudah bisa
nslookup evon.net.id kalau sukses seperti ini hasilnya
9. sekarang cek ptrnya
Hore sudah selesai buat dns servernya..... sekarang lanjut untuk installasi mail server zimbra langkah-langkah seperti ini :
sekarang persiapkan file zimbra nya :
http://www.4shared.com/get/vVnEUBSj/zcs-721_GA_2790UBUNTU820120815.html
tar -xzvf (file zimbranya)
cd (filezimbranya)
./install.sh
nanti ketika proses install ada yang missin g file zimbranya kamu harus install yang missing itu
apt-get install -y libpcre3 libgmp3c2 sysstat sqlite3
KIRA KIRA PROSESNYA SEPERTI INI :
Operations logged to /tmp/install.log.28057
Checking for existing installation...
zimbra-ldap...NOT FOUND
zimbra-logger...NOT FOUND
zimbra-mta...NOT FOUND
zimbra-snmp...NOT FOUND
zimbra-store...NOT FOUND
zimbra-apache...NOT FOUND
zimbra-spell...NOT FOUND
zimbra-convertd...NOT FOUND
zimbra-memcached...NOT FOUND
zimbra-proxy...NOT FOUND
zimbra-archiving...NOT FOUND
zimbra-cluster...NOT FOUND
zimbra-core...NOT FOUND
PLEASE READ THIS AGREEMENT CAREFULLY BEFORE USING THE SOFTWARE.
ZIMBRA, INC. ("ZIMBRA") WILL ONLY LICENSE THIS SOFTWARE TO YOU IF YOU
FIRST ACCEPT THE TERMS OF THIS AGREEMENT. BY DOWNLOADING OR INSTALLING
THE SOFTWARE, OR USING THE PRODUCT, YOU ARE CONSENTING TO BE BOUND BY
THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS
AGREEMENT, THEN DO NOT DOWNLOAD, INSTALL OR USE THE PRODUCT.
License Terms for the Zimbra Collaboration Suite:
http://www.zimbra.com/license/zimbra_public_eula_2.1.html
Do you agree with the terms of the software license agreement? [N] y
Checking for prerequisites...
FOUND: NPTL
FOUND: sudo-1.7.2p1-9
FOUND: libidn-0.6.5-1.1
FOUND: gmp-4.1.4-10
FOUND: /usr/lib/libstdc++.so.6
Checking for suggested prerequisites...
FOUND: perl-5.8.8
FOUND: sysstat
FOUND: sqlite
Prerequisite check complete.
Checking for installable packages
Found zimbra-core
Found zimbra-ldap
Found zimbra-logger
Found zimbra-mta
Found zimbra-snmp
Found zimbra-store
Found zimbra-apache
Found zimbra-spell
Found zimbra-memcached
Found zimbra-proxy
Select the packages to install
Install zimbra-ldap [Y]
Install zimbra-logger [Y]
Install zimbra-mta [Y]
Install zimbra-snmp [Y]
Install zimbra-store [Y]
Install zimbra-apache [Y]
Install zimbra-spell [Y]
Install zimbra-memcached [N]
Install zimbra-proxy [N]
Checking required space for zimbra-core
checking space for zimbra-store
Installing:
zimbra-core
zimbra-ldap
zimbra-logger
zimbra-mta
zimbra-snmp
zimbra-store
zimbra-apache
zimbra-spell
You appear to be installing packages on a platform different
than the platform for which they were built.
This platform is CentOS5
Packages found: RHEL5
This may or may not work.
Using packages for a platform in which they were not designed for
may result in an installation that is NOT usable. Your support
options may be limited if you choose to continue.
Install anyway? [N] y
The system will be modified. Continue? [N] y
Removing /opt/zimbra
Removing zimbra crontab entry...done.
done.
Cleaning up zimbra init scripts...done.
Cleaning up /etc/ld.so.conf...done.
Cleaning up /etc/prelink.conf...done.
Cleaning up /etc/security/limits.conf...done.
Finished removing Zimbra Collaboration Suite.
Installing packages
zimbra-core......zimbra-core-7.0.0_GA_3077.RHEL5-20110127201734.i386.rpm...done
zimbra-ldap......zimbra-ldap-7.0.0_GA_3077.RHEL5-20110127201734.i386.rpm...done
zimbra-logger......zimbra-logger-7.0.0_GA_3077.RHEL5-20110127201734.i386.rpm...done
zimbra-mta......zimbra-mta-7.0.0_GA_3077.RHEL5-20110127201734.i386.rpm...done
zimbra-snmp......zimbra-snmp-7.0.0_GA_3077.RHEL5-20110127201734.i386.rpm...done
zimbra-store......zimbra-store-7.0.0_GA_3077.RHEL5-20110127201734.i386.rpm...done
zimbra-apache......zimbra-apache-7.0.0_GA_3077.RHEL5-20110127201734.i386.rpm...done
zimbra-spell......zimbra-spell-7.0.0_GA_3077.RHEL5-20110127201734.i386.rpm...done
Operations logged to /tmp/zmsetup.03082011-121509.log
Installing LDAP configuration database...done.
Setting defaults...
DNS ERROR resolving MX for mail.irdhy.com
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes]
Create domain: [mail.irdhy.com] irdhy.com
MX: mail.mydomain.com (192.168.11.11)
Interface: 192.168.11.11
Interface: 127.0.0.1
done.
Checking for port conflicts
Main menu
1) Common Configuration:
2) zimbra-ldap: Enabled
3) zimbra-store: Enabled
+Create Admin User: yes
+Admin user to create: admin@mydomain.com
******* +Admin Password UNSET
+Anti-virus quarantine user: virus-quarantine.knuolbvduy@mydomain.com
+Enable automated spam training: yes
+Spam training user: spam.rwbsv81z8o@mydomain.com
+Non-spam(Ham) training user: ham.tnyvjvcvlt@mydomain.com
+SMTP host: mail.mydomain.com
+Web server HTTP port: 80
+Web server HTTPS port: 443
+Web server mode: http
+IMAP server port: 143
+IMAP server SSL port: 993
+POP server port: 110
+POP server SSL port: 995
+Use spell check server: yes
+Spell server URL: http://mail.mydomain.com:7780/aspell.php
+Configure for use with mail proxy: FALSE
+Configure for use with web proxy: FALSE
+Enable version update checks: TRUE
+Enable version update notifications: TRUE
+Version update notification email: admin@mydomain.com
+Version update source email: admin@mydomain.com
4) zimbra-mta: Enabled
5) zimbra-snmp: Enabled
6) zimbra-logger: Enabled
7) zimbra-spell: Enabled
8) Default Class of Service Configuration:
r) Start servers after configuration yes
s) Save config to file
x) Expand menu
q) Quit
Address unconfigured (**) items (? - help) 3
Store configuration
1) Status: Enabled
2) Create Admin User: yes
3) Admin user to create: admin@mydomain.com
** 4) Admin Password UNSET
5) Anti-virus quarantine user: virus-quarantine.knuolbvduy@mydomain.com
6) Enable automated spam training: yes
7) Spam training user: spam.rwbsv81z8o@mydomain.com
8) Non-spam(Ham) training user: ham.tnyvjvcvlt@mydomain.com
9) SMTP host: mail.mydomain.com
10) Web server HTTP port: 80
11) Web server HTTPS port: 443
12) Web server mode: http
13) IMAP server port: 143
14) IMAP server SSL port: 993
15) POP server port: 110
16) POP server SSL port: 995
17) Use spell check server: yes
18) Spell server URL: http://mail.mydomain.com:7780/aspell.php
19) Configure for use with mail proxy: FALSE
20) Configure for use with web proxy: FALSE
21) Enable version update checks: TRUE
22) Enable version update notifications: TRUE
23) Version update notification email: admin@mydomain.com
24) Version update source email: admin@mydomain.com
Select, or 'r' for previous menu [r] 4
Password for admin@mydomain.com (min 6 characters): (ini passwordnya)
Store configuration
1) Status: Enabled
2) Create Admin User: yes
3) Admin user to create: admin@mydomain.com
4) Admin Password set
5) Anti-virus quarantine user: virus-quarantine.knuolbvduy@mydomain.com
6) Enable automated spam training: yes
7) Spam training user: spam.rwbsv81z8o@mydomain.com
8) Non-spam(Ham) training user: ham.tnyvjvcvlt@mydomain.com
9) SMTP host: mail.mydomain.com
10) Web server HTTP port: 80
11) Web server HTTPS port: 443
12) Web server mode: http
13) IMAP server port: 143
14) IMAP server SSL port: 993
15) POP server port: 110
16) POP server SSL port: 995
17) Use spell check server: yes
18) Spell server URL: http://mail.mydomain.com:7780/aspell.php
19) Configure for use with mail proxy: FALSE
20) Configure for use with web proxy: FALSE
21) Enable version update checks: TRUE
22) Enable version update notifications: TRUE
23) Version update notification email: admin@mydomain.com
24) Version update source email: admin@mydomain.com
Select, or 'r' for previous menu [r]
Main menu
1) Common Configuration:
2) zimbra-ldap: Enabled
3) zimbra-store: Enabled
4) zimbra-mta: Enabled
5) zimbra-snmp: Enabled
6) zimbra-logger: Enabled
7) zimbra-spell: Enabled
8) Default Class of Service Configuration:
r) Start servers after configuration yes
s) Save config to file
x) Expand menu
q) Quit
*** CONFIGURATION COMPLETE - press 'a' to apply
Select from menu, or press 'a' to apply config (? - help) a
Save configuration data to a file? [Yes
Save config in file: [/opt/zimbra/config.2450]
Saving config in /opt/zimbra/config.2450...done.
The system will be modified - continue? [No] y
Operations logged to /tmp/zmsetup.03082011-121509.log
Setting local config values...done.
Setting up CA...done.
Deploying CA to /opt/zimbra/conf/ca ...done.
Creating SSL certificate...done.
Installing mailboxd SSL certificates...done.
Initializing ldap...done.
Setting replication password...done.
Setting Postfix password...done.
Setting amavis password...done.
Setting nginx password...done.
Creating server entry for mail.mydomain.com...done.
Saving CA in ldap ...done.
Saving SSL Certificate in ldap ...done.
Setting spell check URL...done.
Setting service ports on mail.mydomain.com...done.
Adding mail.mydomain.com to zimbraMailHostPool in default COS...done.
Installing webclient skins...
lavender...done.
waves...done.
bones...done.
sky...done.
steel...done.
beach...done.
bare...done.
smoke...done.
pebble...done.
carbon...done.
oasis...done.
tree...done.
lake...done.
twilight...done.
hotrod...done.
sand...done.
lemongrass...done.
Finished installing webclient skins.
Setting zimbraFeatureTasksEnabled=TRUE...done.
Setting zimbraFeatureBriefcasesEnabled=TRUE...done.
Setting MTA auth host...done.
Setting TimeZone Preference...done.
Initializing mta config...done.
Setting services on mail.mydomain.com...done.
Creating domain mydomain.com...done.
Setting default domain name...done.
Creating domain mydomain.com...already exists.
Creating admin account admin@mydomain.com...done.
Creating root alias...done.
Creating postmaster alias...done.
Creating user spam.rwbsv81z8o@mydomain.com...done.
Creating user ham.tnyvjvcvlt@mydomain.com...done.
Creating user virus-quarantine.knuolbvduy@mydomain.com...done.
Setting spam training and Anti-virus quarantine accounts...done.
Initializing store sql database...done.
Setting zimbraSmtpHostname for mail.mydomain.com...done.
Configuring SNMP...done.
Checking for default IM conference room...not present.
Initializing default IM conference room...done.
Setting up syslog.conf...done.
You have the option of notifying Zimbra of your installation.
This helps us to track the uptake of the Zimbra Collaboration Suite.
The only information that will be transmitted is:
The VERSION of zcs installed (7.0.0_GA_3077_CentOS5)
The ADMIN EMAIL ADDRESS created (admin@mydomain.com)
Notify Zimbra of your installation? [Yes] No
Notification skipped
Starting servers...done.
Installing common zimlets...
com_zimbra_social...done.
com_zimbra_dnd...done.
com_zimbra_srchhighlighter...done.
com_zimbra_attachcontacts...done.
com_zimbra_adminversioncheck...done.
com_zimbra_date...done.
com_zimbra_email...done.
com_zimbra_attachmail...done.
com_zimbra_phone...done.
com_zimbra_cert_manager...done.
com_zimbra_linkedin...done.
com_zimbra_bulkprovision...done.
com_zimbra_webex...done.
com_zimbra_url...done.
Finished installing common zimlets.
Restarting mailboxd...done.
Setting up zimbra crontab...done.
Moving /tmp/zmsetup.03082011-121509.log to /opt/zimbra/log
Configuration complete - press return to exit
Selesai....