Proyek ini merupakan kelanjutan dari pekerjaan sebelumnya internet sharing yang sudah selesai. Proyek mailserver di perusahaan Publishing dan Media Marketing Group di daerah Jakarta Selatan ini merupakan upgrade mailserver dari sistem sebelumnya memakai Qmail. Keterbatasan fitur qmail bagi end user menjadi salah satu daya tarik keinginan perusahaan beralih ke Zimbra. Jadi Ownernya yang orang bule menginginkan Zimbra karena dia tertarik dengan Zimbra Desktop yang banyak fiturnya. Mailserver dengan Zimbra memang lagi naik daun baik di dalam dan luar negeri karena sistem mailservernya sangat kompleks dan solusi yang tepat saat ini. Di luar negeri salah satu server client ku IKON Ltd juga memakai Zimbra yang aku install di salah satu server colocation di ThePlanet.
Secara teknis instalasi dan konfigurasi Zimbra sangatlah mudah dibandingkan dengan sistem mailserver memakai Postfix ataupun Qmail dan juga lebih mudah dibandingkan Microsoft Exchange. Integrasi satu file instalasi yang didalamnya sudah terdapat semua komponen pembentuk zimbra memudahkan seorang admin untuk membuat sebuah mailserver. Tapi kalau belum pernah coba dalam server live dan untuk dipakai yah harus banyak trial dahulu agar memudahkan instalasi dan konfigurasi nantinya. Angkat topi saya untuk individual developers and contributor Zimbra yang tergabung dalam Yahoo! Inc.
Jika sekedar berhasil menginstall Zimbra saja tapi tidak digunakan dalam sebuah mesin produksi rasanya kurang puas, dalam hal ini menginstall dan mengkonfigurasi Zimbra untuk dipakai perusahaan ini merupakan tantangan dengan rasa tersendiri sebagai kuli IT seperti saya….hehehe
Progress Instalasi ini dilakukan pada server baru mereka, sementara server lama(Qmail) tetap berjalan sebelum di istirahatkan dan nantinya akan dijadikan backup Zimbra secara fisik.
Tahapan Upgrade mailserver ini :
1. Backup Server Mail lama(Qmail), account email semua karyawan
2. Instalasi Server Baru (ZImbra) (sistem operasi Linux Centos 5.2, setting IP , Gateway, DNS, Install Zimbra Open Source Edition, Konfigurasi di Admin Zimbra untuk domain dan pembuatan account-account semua email )
3. Migrasi = Merubah setting DNS pada domain perusahaan ini dengan mempointing IP MX kearah IP mailserver baru (ZImbra)
4. Matikan Server lama (QMail)
5. Hidupkan Server Baru (Zimbra)
6. Trial and Error, dan maintenance.
7. Instalasi dan konfigurasi Server lama (Qmail) menjadi backup Fisik Zimbra dan transfer data dari mesin Zimbra yang sudah running menggunakan rsync.
Untuk detail instalasi dan konfigurasi Zimbra Open Sources Edition pada perusahaan ini, saya sempat dokumentasikan dari konsol putty menggunakan copy paste ke notepad sebagai berikut :
[root@mail gtoms]# uname -a
Linux mail 2.6.18-92.el5 #1 SMP Tue Jun 10 18:49:47 EDT 2008 i686 i686 i386 GNU/Linux
Untuk mendapatkan software Zimbra dalam bentuk tarball bisa di download melalui :
http://www.zimbra.com/community/downloads.html
Setelah didownload langsung ekstrak dengan menggunakan tar xvzf
Setelah selesai diekstrak bisa pindah ke direktory hasil ekstrakan :
Sekedar mengingatkan sebelum masuk ke sini pastikan hostname server Anda sudah tersetting benar saat diawal menginstall sistem operasi Linuxnya yang dalam proyek ini menggunakan Linux Centos 5.2
MEMULAI menginstall Zimbra Open Source Edition :
[root@indomccccccccc zcs-5.0.10_GA_2638.RHEL5.20081003052615]# ./install.sh
Operations logged to /tmp/install.log.18047
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-proxy…NOT FOUND
zimbra-archiving…NOT FOUND
zimbra-convertd…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
Press Return to continue
Checking for prerequisites…
NPTL…FOUND
sudo…FOUND sudo-1.6.8p12-12
libidn…FOUND libidn-0.6.5-1.1
fetchmail…FOUND fetchmail-6.3.6-1.1
gmp…FOUND gmp-4.1.4-10
compat-libstdc++-296…MISSING
compat-libstdc++-33…MISSING
libtool-ltdl…FOUND libtool-ltdl-1.5.22-6.1
/usr/lib/libstdc++.so.6…FOUND
Prerequisite check complete.
Checking for standard system perl…
perl-5.8.8…FOUND standard system perl-5.8.8
###ERROR###
One or more prerequisite packages are missing.
Please install them before running this installer.
Installation cancelled.
Disini ada ERROR karena ada paket yang tidak lengkap sehingga harus diinstall dahulu seperti dibawah ini :
[root@indomccccccccc zcs-5.0.10_GA_2638.RHEL5.20081003052615]# yum install compat-libstdc++-296 compat-libstdc++-33 gmp libtool-ltdl
Setting up Install Process
Parsing package install arguments
Package gmp – 4.1.4-10.el5.i386 is already installed.
Package libtool-ltdl – 1.5.22-6.1.i386 is already installed.
Resolving Dependencies
–> Running transaction check
—> Package compat-libstdc++-33.i386 0:3.2.3-61 set to be updated
—> Package compat-libstdc++-296.i386 0:2.96-138 set to be updated
–> Finished Dependency Resolution Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
compat-libstdc++-296 i386 2.96-138 base 90 k
compat-libstdc++-33 i386 3.2.3-61 base 232 k
Transaction Summary
=============================================================================
Install 2 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 321 k
Is this ok [y/N]: y
Downloading Packages:
(1/2): compat-libstdc++-2 100% |=========================| 90 kB 00:09
(2/2): compat-libstdc++-3 100% |=========================| 232 kB 00:11
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: compat-libstdc++-296 ######################### [1/2]
Installing: compat-libstdc++-33 ######################### [2/2]
Installed: compat-libstdc++-296.i386 0:2.96-138 compat-libstdc++-33.i386 0:3.2.3-61
Complete!
[root@indomccccccccc zcs-5.0.10_GA_2638.RHEL5.20081003052615]#
Setelah selesai kita install kembali Zimbranya menggunakan tambahan –platform-override karena software Zimbra yang didownload untuk Red Hat Enterprise Linux, sementara Sistem operasi server ini memakai Centos.
[root@indomccccccccc zcs-5.0.10_GA_2638.RHEL5.20081003052615]# ./install.sh –platform-override
Operations logged to /tmp/install.log.18558
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-proxy…NOT FOUND
zimbra-archiving…NOT FOUND
zimbra-convertd…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
Press Return to continue
………………….skip……………
……………………………….
done.
Setting defaults from existing config…done.
……………..skip……………..
……………………………….
Main menu
5) SMTP Source email address: admin@mail.indomccccccccc.co.id
6) SMTP Destination email address: admin@mail.indomccccccccc.co.id
Select, or ‘r’ for previous menu [r] 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 no
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
Saving config in /opt/zimbra/config.8307…done.
Operations logged to /tmp/zmsetup.12192008-020203.log
Setting local config values…
prov> Creating domain mail.indomccccccccc.co.id…done.
Creating user admin@mail.indomccccccccc.co.id…done.
Creating postmaster alias…done.
Creating user wiki@mail.indomccccccccc.co.id…done.
Creating user spam.3mlde9r9v@mail.indomccccccccc.co.id…done.
Creating user ham.t2wmoidc@mail.indomccccccccc.co.id…done.
Setting spam training accounts…done.
Initializing store sql database…
……….skip……………..
………………………….
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
Installing packages
zimbra-core……zimbra-core-5.0.10_GA_2638.RHEL5-20081003052615.i386.rpm…done
zimbra-ldap……zimbra-ldap-5.0.10_GA_2638.RHEL5-20081003052615.i386.rpm…done
zimbra-logger……zimbra-logger-5.0.10_GA_2638.RHEL5-20081003052615.i386.rpm…done
zimbra-mta……zimbra-mta-5.0.10_GA_2638.RHEL5-20081003052615.i386.rpm…done
zimbra-snmp……zimbra-snmp-5.0.10_GA_2638.RHEL5-20081003052615.i386.rpm…done
zimbra-store……zimbra-store-5.0.10_GA_2638.RHEL5-20081003052615.i386.rpm…done
zimbra-apache……zimbra-apache-5.0.10_GA_2638.RHEL5-20081003052615.i386.rpm…done
zimbra-spell……zimbra-spell-5.0.10_GA_2638.RHEL5-20081003052615.i386.rpm…done
Operations logged to /tmp/zmsetup.12192008-024930.log
Setting defaults… MX: mail.indomccccccccc.co.id (202.47.xx.xx)
Interface: 202.47.xx.xx
Interface: 127.0.0.1
202.47.xx.xx
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@mail.indomccccccccc.co.id
******* +Admin Password UNSET
+Enable automated spam training: yes
+Spam training user: spam.z8iucncs@mail.indomccccccccc.co.id
+Non-spam(Ham) training user: ham.8zu7hmcei@mail.indomccccccccc.co.id
+Global Documents Account: wiki@mail.indomccccccccc.co.id
+SMTP host: mail.indomccccccccc.co.id
+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.indomccccccccc.co.id:7780/aspell.php
+Configure store for use with reverse mail proxy: FALSE
+Configure store for use with reverse web proxy: FALSE
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@mail.indomccccccccc.co.id
** 4) Admin Password UNSET
5) Enable automated spam training: yes
6) Spam training user: spam.z8iucncs@mail.indomccccccccc.co.id
7) Non-spam(Ham) training user: ham.8zu7hmcei@mail.indomccccccccc.co.id
8) Global Documents Account: wiki@mail.indomccccccccc.co.id
9) SMTP host: mail.indomccccccccc.co.id
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.indomccccccccc.co.id:7780/aspell.php
19) Configure store for use with reverse mail proxy: FALSE
20) Configure store for use with reverse web proxy: FALSE
Select, or ‘r’ for previous menu [r] 4
Password for admin@mail.indoccccccccc.co.id (min 6 characters): [ET7uDNGu] zzzzzzzz
Store configuration
1) Status: Enabled
2) Create Admin User: yes
3) Admin user to create: admin@mail.indomccccccccc.co.id
4) Admin Password set
5) Enable automated spam training: yes
6) Spam training user: spam.z8iucncs@mail.indomccccccccc.co.id
7) Non-spam(Ham) training user: ham.8zu7hmcei@mail.indomccccccccc.co.id
8) Global Documents Account: wiki@mail.indomccccccccc.co.id
9) SMTP host: mail.indomccccccccc.co.id
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.indomccccccccc.co.id:7780/aspell.php
19) Configure store for use with reverse mail proxy: FALSE
20) Configure store for use with reverse web proxy: FALSE
Select, or ‘r’ for previous menu [r] 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.10491]
Saving config in /opt/zimbra/config.10491…done.
The system will be modified – continue? [No] Yes
Operations logged to /tmp/zmsetup.12192008-024930.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.
Saving CA in ldap …done.
Creating server entry for mail.indomccccccccc.co.id…done.
Saving SSL Certificate in ldap …done.
Setting spell check URL…done.
Setting service ports on mail.indomccccccccc.co.id…done.
Adding mail.indomccccccccc.co.id to zimbraMailHostPool in default COS…done.
Installing skins…
waves
zmail
sand
bones
beach
lavender
sky
hotrod
steel
bare
yahoo
lemongrass
done.
Setting zimbraFeatureIMEnabled=FALSE…done.
Setting zimbraFeatureTasksEnabled=TRUE…done.
Setting zimbraFeatureBriefcasesEnabled=TRUE…done.
Setting zimbraFeatureNotebookEnabled=TRUE…done.
Setting MTA auth host…done.
Setting TimeZone Preference…done.
Creating domain mail.indomccccccccc.co.id…done.
Creating user admin@mail.indomccccccccc.co.id…done.
Creating postmaster alias…done.
Creating user wiki@mail.indomccccccccc.co.id…done.
Creating user spam.z8iucncs@mail.indomccccccccc.co.id…done.
Creating user ham.8zu7hmcei@mail.indomccccccccc.co.id…done.
Setting spam training accounts…done.
Initializing store sql database…done.
Setting zimbraSmtpHostname for mail.indomccccccccc.co.id…done.
Initializing logger sql database…done.
Initializing mta config…done.
Configuring SNMP…done.
Setting services on mail.indomccccccccc.co.id…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 (5.0.10_GA_2638_CentOS5)
The ADMIN EMAIL ADDRESS created (admin@mail.indomccccccccc.co.id)
Notify Zimbra of your installation? [Yes]
Notifying Zimbra of installation via http://www.zimbra.com/cgi-bin/notify.cgi?VER=5.0.10_GA_2638_CentOS5&MAIL=admin@mail.indomccccccccc.co.id
Notification complete
Starting servers…done.
Checking for deprecated zimlets…done.
Installing zimlets…
com_zimbra_cert_manager
com_zimbra_phone
com_zimbra_date
com_zimbra_local
com_zimbra_url
com_zimbra_ymemoticons
com_zimbra_email
done.
Initializing Documents…done.
Restarting mailboxd…done.
Setting up zimbra crontab…done.
Moving /tmp/zmsetup.12192008-024930.log to /opt/zimbra/log
Configuration complete – press return to exit
[root@mail zcs-5.0.10_GA_2638.RHEL5.20081003052615]#
Sampai disini instalasi ZImbra sudah selesai.
Administrasi Zimbra admin dilakukan melalui :
https://indomccccccccc:7071/zimbraAdmin/
https://202.47.xx.xx:7071/zimbraAdmin/
user : admin
password : zzzzzz
Contoh log transaksi email di Zimbra yang menggunakan Postfix sebagai MTA(mail transfer agent) :
[root@mail gtoms]# tail -f /var/log/zimbra.log
Feb 1 11:22:59 mail postfix/smtpd[15582]: C4B934678007: client=localhost.localdomain[127.0.0.1]
Feb 1 11:22:59 mail postfix/cleanup[15578]: C4B934678007: message-id=<30549332.5091233462177713.JavaMail.root@mail>
Feb 1 11:22:59 mail postfix/qmgr[7681]: C4B934678007: from=<admin@mail.indomxxxxx.co.id>, size=1793, nrcpt=1 (queue active)
Feb 1 11:22:59 mail postfix/smtpd[15582]: disconnect from localhost.localdomain[127.0.0.1]
Feb 1 11:22:59 mail amavis[9441]: (09441-09) FWD via SMTP: <admin@mail.indomxxxxx.co.id> -> <henry.gultom@gmail.com>,BODY=7BIT 250 2.6.0 Ok, id=09441-09, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as C4B934678007
Feb 1 11:22:59 mail amavis[9441]: (09441-09) Passed CLEAN, [202.47.67.84] [202.47.67.84] <admin@mail.indomxxxxxx.co.id> -> <henry.gultom@gmail.com>, Message-ID: <30549332.5091233462177713.JavaMail.root@mail>, mail_id: TeFcpl524kUp, Hits: -2.275, size: 1106, queued_as: C4B934678007, 2074 ms
Feb 1 11:22:59 mail postfix/smtp[15579]: B3DDD4678003: to=<henry.gultom@gmail.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=2.1, delays=0.01/0/0/2.1, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as C4B934678007)
Feb 1 11:22:59 mail postfix/qmgr[7681]: B3DDD4678003: removed
Feb 1 11:23:03 mail postfix/smtp[16553]: C4B934678007: to=<henry.gultom@gmail.com>, relay=gmail-smtp-in.l.google.com[209.85.143.27]:25, delay=3.2, delays=0.01/0.01/1.6/1.6, dsn=2.0.0, status=sent (250 2.0.0 OK 1233462210 w12si6533879tib.39)
Feb 1 11:23:03 mail postfix/qmgr[7681]: C4B934678007: removed
Feb 1 11:23:03 mail zmmailboxdmgr[16724]: status requested
Feb 1 11:23:03 mail zmmailboxdmgr[16724]: status OK
Feb 1 11:23:03 mail zmmailboxdmgr[16788]: status requested
Feb 1 11:23:03 mail zmmailboxdmgr[16788]: status OK
Sedikit administrasi di user Zimbra :
[root@mail extra]# su – zimbra
[zimbra@mail ~]$
[zimbra@mail ~]$ zmcontrol status
Host mail.indomccccccccc.co.id
antispam Running
antivirus Running
ldap Running
logger Running
mailbox Running
mta Running
snmp Running
spell Running
stats Running
[zimbra@mail ~]$ zmcontrol stop
Host mail.indomccccccccc.co.id
Stopping stats…Done
Stopping mta…Done
Stopping spell…Done
Stopping snmp…Done
Stopping archiving…Done
Stopping antivirus…Done
Stopping antispam…Done
Stopping imapproxy…Done
Stopping mailbox…Done
Stopping logger…Done
Stopping ldap…Done
[zimbra@mail ~]$ zmcontrol start
Host mail.indomccccccccc.co.id
Starting ldap…Done.
Starting logger…Done.
Starting mailbox…Done.
Starting antispam…Done.
Starting antivirus…Done.
Starting zmmtaconfig…zmmtaconfig is already running.
Starting amavisd…amavisd is already running.
Starting clamd…ClamAV update process started at Thu Nov 27 06:41:05 2008
………..skip……………………………….
Contact me :
henry@gultom.or.id
saya mau nanya nich,proses instalasi zimbra semuanya lancar, untuk kirim email ke luar (yahoo,gmail) itu lancar, sebaliknya kalo ngirim email sesama user di zimbra itu gak bisa,dan juga tidak bisa terima email yang dikirim dari user yg menggunakan account yahoo maupun gmail.
Mohon solusinya.
regards,
Adit
Adit,
Apa log nya ?
cek pake tail -f /var/log/zimbra.log
saya udah cek tail -f /var/log/zimbra.log tapi kosong, kenapa yach?
Coba cek ke /var/log apakah file zimbra.log ter create apa tidak, cek juga di /opt/zimbra/log/zimbra.log kalau ada seperti ini :
-rw-r–r– 1 zimbra zimbra 605259 Feb 10 08:43 zimbra.log
-rw-r–r– 1 zimbra zimbra 517487 Feb 10 04:02 zimbra.log.1.gz
-rw-r–r– 1 zimbra zimbra 307436 Feb 9 04:02 zimbra.log.2.gz
-rw-r–r– 1 zimbra zimbra 289945 Feb 8 04:02 zimbra.log.3.gz
-rw-r–r– 1 zimbra zimbra 560293 Feb 7 04:02 zimbra.log.4.gz
jika ada tapi kosong coba :
Stop Zimbra
Remove zimbra.log semuanya
restart zimbra. nantinya akan create log baru.
ini dulu aja dicoba…
pak, mohon pencerahannya
apakah zimbra versi free ini support blackberry?
dengan indosat,xl atau telkomsel?
setau saya untuk setup blackberry di provider tinggal memasukkan ip dari mail server kita, account name dan passwordnya
artinya hanya mengambil pop3 dari mail server saja kan…?
tetapi menurut website nya zimbra saya baca versi free tidak support blackberry cuma saya tidak tahu yang dimaksud support blackberry apakah berupa instalasi BES di zimbra, atau sekedar push mail ke blackberry juga tidak bisa?
mohon informasinya pak
5.alex :
Kalau sudah punya zimbra server sebagai solusi email di kantoran dan sudah berjalan baik. Biasanya bos2 di kantor pingin bisa liat Real time ke email mereka kalau lagi berpergian menggunakan hape mereka masing, nah solusi ini bisa menggunakan software Zimbra Mobile Edition dengan syarat hape bos2 tadi support Java / J2ME. Software ini bisa di donlot di http://testzimbra.com/zimbrame/list
yg utk nokia e61 saya sudah coba dan berhasil.
zimbra nya baik versi free dan bayar support kok akan fitur ini.
kek gini pake browser di hape juga bisa melalui : http://namadomainzimbra.com/zimbra/m
Nah kalau fungsi blackberry dan push email zimbra free tidak support harus yg bayar deh dan ada add on namanya Zimbra Mobile Connector for BlackBerry (http://www.zimbra.com/products/mobile_blackberry.html)
kalau hapenya tidak blackberry buatan RIM yah pake software BlackBerry Connect.
makasih pak atas responsnya
kalau hapenya tidak blackberry buatan RIM yah pake software BlackBerry Connect. –> maksudnya gmn ya mas?
kalau hape bos saya pake blackberry 9000 series dan pake provider indosat apakah bisa di-support zimbra yang versi free ini?
terus terang saat ini saya masih bingung membandingkan antara zimbra atau mdaemon yang paling pas sebagai mail server
terima kasih
7.alex :
nah kalau hape bos sampean keluarga BB buatan RIM bisa disupport sama zimbra yg bayar (ZCS). Tapi setelah install zimbra lisensi nanti diinstall juga Zimbra Mobile Connector for BlackBerry. Jadi semacam third party utk zimbra masternya. Masalah provider isat,xl,dsb kan hanya utk internet mobile nya saja…yg ngepush email ini dr server zimbra ke hape bos sampean.
kalau zimbra yg free di hape yg support java/j2me pake Zimbra Mobile Edition aja.
Kalau anda masih ragu, saya sarankan install zimbra aja, call me jika butuh bantuan on site,
zimbra the right choice kok…
kalau seblumnya qmail menggunalkan ldap sudah ada lebih dari 500 user … gimana cara migrasi user schema qmail di ldap ke zimbra schema .. bisa di bantu mas ?
Bangpei :
Saya belum pernah coba, tapi banyak sysadmin di luar negeri yg sudah berhasil.
http://www.zimbra.com/forums/administrators/44-qmail-ldap-integration-trick.html
No Comments
Salam Newbie
bang henry sy udah install zimbra dengan cara-cara di atas tapi blom sukses. berikut log nya :
[root@server zcs-5.0.5_GA_2201.RHEL5.20080417012110]# tail -f /var/log/zimbra.log
Mar 9 11:44:07 server zimbramon[30380]: 30380:info: 2009-03-09 11:44:01, STATUS: server.maut: antispam: Running
Mar 9 11:44:07 server zimbramon[30380]: 30380:info: 2009-03-09 11:44:01, STATUS: server.maut: antivirus: Running
Mar 9 11:44:07 server zimbramon[30380]: 30380:info: 2009-03-09 11:44:01, STATUS: server.maut: ldap: Running
Mar 9 11:44:07 server zimbramon[30380]: 30380:info: 2009-03-09 11:44:01, STATUS: server.maut: logger: Running
Mar 9 11:44:07 server zimbramon[30380]: 30380:info: 2009-03-09 11:44:01, STATUS: server.maut: mailbox: Stopped
Mar 9 11:44:07 server zimbramon[30380]: 30380:info: 2009-03-09 11:44:01, STATUS: server.maut: mta: Stopped
Mar 9 11:44:07 server zimbramon[30380]: 30380:info: 2009-03-09 11:44:01, STATUS: server.maut: saslauthd: is
Mar 9 11:44:07 server zimbramon[30380]: 30380:info: 2009-03-09 11:44:01, STATUS: server.maut: snmp: Running
Mar 9 11:44:07 server zimbramon[30380]: 30380:info: 2009-03-09 11:44:01, STATUS: server.maut: spell: Running
Mar 9 11:44:07 server zimbramon[30380]: 30380:info: 2009-03-09 11:44:01, STATUS: server.maut: stats: Running
Mar 9 04:44:30 server postfix/postqueue[30774]: fatal: Queue report unavailable – mail system is down
Mar 9 04:45:00 server postfix/postqueue[30838]: fatal: Queue report unavailable – mail system is down
Mar 9 11:45:11 server zmmailboxdmgr[31093]: status requested
Mar 9 11:45:11 server zmmailboxdmgr[31093]: stale pid 26547 found in /opt/zimbra/log/zmmailboxd.pid: No such process
Mar 9 11:45:11 server zmmailboxdmgr[31093]: assuming no other instance is running
Mar 9 11:45:11 server zmmailboxdmgr[31093]: no manager process is running
Mar 9 11:45:13 server zmmailboxdmgr[31155]: status requested
Mar 9 11:45:13 server zmmailboxdmgr[31155]: stale pid 26547 found in /opt/zimbra/log/zmmailboxd.pid: No such process
Mar 9 11:45:13 server zmmailboxdmgr[31155]: assuming no other instance is running
Mar 9 11:45:13 server zmmailboxdmgr[31155]: no manager process is running
Mar 9 04:45:30 server postfix/postqueue[31222]: fatal: Queue report unavailable – mail system is down
Mar 9 04:46:00 server postfix/postqueue[31230]: fatal: Queue report unavailable – mail system is down
mohon pencerahannya bang :)
thanks b4.
saya udah berhasil install Zimbra.cuman gara2 baca zimbra yg versi free tidak support balckberry,saya batalin trus install qmail lagi.Mohon penjelasannya yg lengkap tentang zimbra support blackberry.
Thx,
Aditya
12.hengq :
masalahnya sudah solve belum ya…saya coba tebak ya…
Bisa di coba start postfix manual :
su – zimbra
postfix start
cek juga pake df -h mana tau ada partisi yg 100%.
mas henry.
mo nanya ni saya dah install zimbra tp pas saat sesio terakhir mo finis yaitu :
Initializing Documents…done.
stak and diam saya dah tingalin satu hari kok tetap daim yach kira2 apa yach.
trims
mas 15.dodi :
biasanya dari start ampe finish proses instalasi zimbra ada logfile yg bisa dicek namanya zmsetup.log atau cari di /tmp dari situ bisa ditelusuri baris sebelum “Initializing Documents…done.”
dan liat ada error apa saja misalnya : java.net.ConnectException atau lainnya..
mas henry,
ni log na :
ini log nya :
Thu Apr 2 13:11:20 2009 done.
Thu Apr 2 13:11:20 2009 Finished installing common zimlets.
Thu Apr 2 13:11:20 2009 checking isEnabled zimbra-store
Thu Apr 2 13:11:20 2009 zimbra-store is enabled
Thu Apr 2 13:11:22 2009 COS attribute retrieved for COS default: zimbraFeatureNotebookEnabled=TRUE
Thu Apr 2 13:11:22 2009 Initializing Documents…
Thu Apr 2 13:11:22 2009 *** Running as zimbra user: /opt/zimbra/bin/zmprov mc default zimbraFeatureNotebookEnabled TRUE
napa yach..
thx u
mas ini install na
*** CONFIGURATION COMPLETE – press ‘a’ to apply
Select from menu, or press ‘a’ to apply config (? – help) a
Save configuration data to a file? [Yes] y
Save config in file: [/opt/zimbra/config.5209] y
Saving config in y…done.
The system will be modified – continue? [No] y
Operations logged to /tmp/zmsetup.04022009-125702.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.
Saving CA in ldap …done.
Creating server entry for localhost.localdomain…done.
Saving SSL Certificate in ldap …done.
Setting spell check URL…done.
Setting service ports on localhost.localdomain…done.
Adding localhost.localdomain to zimbraMailHostPool in default COS…done.
Installing skins…
steel
zmail
sky
beach
hotrod
lemongrass
yahoo
lavender
bones
bare
waves
sand
done.
Setting zimbraFeatureIMEnabled=FALSE…done.
Setting zimbraFeatureTasksEnabled=TRUE…done.
Setting zimbraFeatureBriefcasesEnabled=TRUE…done.
Setting zimbraFeatureNotebookEnabled=TRUE…done.
Setting MTA auth host…done.
Setting TimeZone Preference…done.
Creating domain localhost.localdomain…done.
Creating user admin@localhost.localdomain…done.
Creating postmaster alias…done.
Creating user wiki@localhost.localdomain…done.
Creating user spam.5dsushgc70@localhost.localdomain…done.
Creating user ham.vx8jtexupf@localhost.localdomain…done.
Setting spam training accounts…done.
Initializing store sql database…done.
Setting zimbraSmtpHostname for localhost.localdomain…done.
Initializing logger sql database…done.
Initializing mta config…done.
Configuring SNMP…done.
Setting services on localhost.localdomain…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 (5.0.14_GA_2850_CentOS5)
The ADMIN EMAIL ADDRESS created (admin@localhost.localdomain)
Notify Zimbra of your installation? [Yes] n
Notification skipped
Starting servers…done.
Checking for deprecated zimlets…done.
Installing common zimlets…
com_zimbra_url…done.
com_zimbra_bulkprovision…done.
com_zimbra_local…done.
com_zimbra_date…done.
com_zimbra_cert_manager…done.
com_zimbra_email…done.
com_zimbra_ymemoticons…done.
com_zimbra_phone…done.
Finished installing common zimlets.
Initializing Documents…
18.dodi :
ada yg missing habis Initializing Documents..
yaitu :
Restarting mailboxd…done.
Setting up zimbra crontab…done.
Moving /tmp/zmsetup.xxxxxxxxx-yyyyyyy.log to /opt/zimbra/log
Configuration complete – press return to exit
coba cek, zimbranya jalan gak?
paste sini hasil :
su – zimbra
zmcontrol status
sama netstat -nltup
jika zimbra nya tidak running, ada baiknya instalasi ulang zimbra nya dengan cara meremove zimbra lama(uninstall) dengan cara :
As root:
su – zimbra
zmcontrol stop
exit
2a) Run the command: ps -ef | grep -i zimbra
If you see running processes
2b) Kill any lingering processes: kill -9
3a) Run the command: df
If you see “amavisd”
3b) run command: umount /opt/zimbra/amavisd/tmp
4) cd //zcs/
5) Run the command: ./install.sh -u
6) Run the following commands to complete the unistall:
rm -rf /opt/zimbra
rm -rf /var/log/*zimbra*
rm -rf /tmp/*zimbra*
rm -rf /tmp/hsperfdata*
rm -rf /tmp/install.*
rm -rf /tmp/*swatch*
rm -rf /tmp/log*
Ensure that you removed ALL the files owned by the user zimbra AND that contain the name “zimbra” in:
/var/log/
/tmp/
7) Run the following commands to delete the users and groups:
userdel zimbra
userdel postfix
groupdel zimbra
groupdel postfix
8) Remove the line “/dev/shm /opt/zimbra/amavisd-new-2.4.1/tmp tmpfs defaults,users,size=150m,mode=777 0 0” from /etc/fstab.
9) Remove the Zimbra logging lines below from /etc/syslog.conf:
local0.* -/var/log/zimbra.log
auth.* -/var/log/zimbra.log
mail.* -/var/log/zimbra.log
10) Remove logrotate config file for Zimbra (CentOS, RHEL)
rm -f /etc/logrotate.d/zimbra
11) Remove the Zimbra lines below from /etc/prelink.conf (CentOS, RHEL)
# added for Zimbra
-l /opt/zimbra/lib
-l /opt/zimbra/sleepycat/lib
-l /opt/zimbra/openldap/lib
-l /opt/zimbra/cyrus-sasl/lib
-l /opt/zimbra/mysql/lib
12) Remove Zimbra entries in /etc/rc* (CentOS, RHEL)
chkconfig –del zimbra
jangan lupa sources lama zimbra di delete, dan untar ulang.
ni hasil cek pd satus na zimbra
[zimbra@localhost zcs-5.0.14_GA_2850.F7.20090303145157]$ zmcontrol status
Host localhost.localdomain
antispam Running
antivirus Running
ldap Running
logger Stopped
zmlogswatchctl is not running
mailbox Stopped
mysql.server is not running.
mta Running
snmp Running
spell Running
stats Stopped
ni netstat -nltup
[zimbra@localhost zcs-5.0.14_GA_2850.F7.20090303145157]$ netstat -nltup
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:2208 0.0.0.0:* LISTEN –
tcp 0 0 0.0.0.0:963 0.0.0.0:* LISTEN –
tcp 0 0 127.0.0.1:389 0.0.0.0:* LISTEN –
tcp 0 0 127.0.0.1:10024 0.0.0.0:* LISTEN 5513/amavisd (maste
tcp 0 0 127.0.0.1:10025 0.0.0.0:* LISTEN –
tcp 0 0 127.0.0.1:7306 0.0.0.0:* LISTEN 2428/mysqld
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN –
tcp 0 0 127.0.0.1:7307 0.0.0.0:* LISTEN 2873/mysqld
tcp 0 0 0.0.0.0:3310 0.0.0.0:* LISTEN 5595/clamd
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN –
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN –
tcp 0 0 192.168.0.7:53 0.0.0.0:* LISTEN –
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN –
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN –
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN –
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN –
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN –
tcp 0 0 127.0.0.1:2207 0.0.0.0:* LISTEN –
tcp 0 0 :::7072 :::* LISTEN –
tcp 0 0 :::993 :::* LISTEN –
tcp 0 0 :::995 :::* LISTEN –
tcp 0 0 :::7780 :::* LISTEN 5611/httpd
tcp 0 0 :::110 :::* LISTEN –
tcp 0 0 :::143 :::* LISTEN –
tcp 0 0 :::80 :::* LISTEN –
tcp 0 0 :::7025 :::* LISTEN –
tcp 0 0 :::22 :::* LISTEN –
tcp 0 0 :::7071 :::* LISTEN –
udp 0 0 0.0.0.0:32769 0.0.0.0:* –
udp 0 0 192.168.0.7:137 0.0.0.0:* –
udp 0 0 0.0.0.0:137 0.0.0.0:* –
udp 0 0 192.168.0.7:138 0.0.0.0:* –
udp 0 0 0.0.0.0:138 0.0.0.0:* –
udp 0 0 0.0.0.0:53 0.0.0.0:* –
udp 0 0 192.168.0.7:53 0.0.0.0:* –
udp 0 0 127.0.0.1:53 0.0.0.0:* –
udp 0 0 0.0.0.0:957 0.0.0.0:* –
udp 0 0 0.0.0.0:960 0.0.0.0:* –
udp 0 0 0.0.0.0:5353 0.0.0.0:* –
udp 0 0 0.0.0.0:111 0.0.0.0:* –
udp 0 0 0.0.0.0:631 0.0.0.0:* –
udp 0 0 :::32768 :::* –
udp 0 0 :::32770 :::* –
udp 0 0 :::5353 :::*
dodi kalau dilihat dari paste netstat anda port 389(slapd) harusnya listen di IP 192.168.0.7 bukannya di localhost. pastkan juga settingan hostname benar di /etc/hosts ke ip diatas.
dari hasil paste zmcontrol status dibilang mysql tidak running tapi dari netstat anda mysql running. logger stopped,zmlogswatchctl is not running,mailbox stopped,stats Stopped. zmcontrol satus yg benar adalah tidak ada Stopped tetapi Running.
hasil ini pasti zimbra tidak sempurna dalam proses instalasi dari awal. pastikan juga mysql anda bener2 bisa listen dan sudah dibuatkan password untuk rootnya. Atau anda pernah mengulangi proses install tanpa dengan bersih menguninstall zimbra sebelumnya. Ikutin petunjuk uninstall saya di no 19 dan setelah bersih install ulang zimbra.
mas henry,
kemaren saya sudah berhasil install zimbra…trus saya coba restart tiba2 web admin na zimbra ga bisa di akess lg…saya dah cek hasil nay kaya gene.
[zimbra@cbimail root]$ zmcontrol status
Unable to determine enabled services from ldap.
Enabled services read from cache. Service list may be inaccurate.
Host cbimail.localdomain
antispam Stopped
zmmtaconfigctl is not running
zmamavisdctl is not running
antivirus Stopped
zmmtaconfigctl is not running
zmamavisdctl is not running
zmclamdctl is not running
ldap Stopped
logger Stopped
logmysql.server is not running
zmlogswatchctl is not running
mailbox Stopped
zmmtaconfigctl is not running.
mysql.server is not running.
zmmailboxdctl is not running.
mta Stopped
zmmtaconfigctl is not running
postfix is not running
zmsaslauthdctl is not running
snmp Stopped
zmswatch is not running.
spell Stopped
zmapachectl is not running
stats Stopped
ini juga :
[zimbra@cbimail root]$ netstat -nltup
(No info could be read for “-p”: geteuid()=501 but you should be root.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:2208 0.0.0.0:* LISTEN –
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN –
tcp 0 0 0.0.0.0:976 0.0.0.0:* LISTEN –
tcp 0 0 192.168.0.7:53 0.0.0.0:* LISTEN –
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN –
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN –
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN –
tcp 0 0 127.0.0.1:2207 0.0.0.0:* LISTEN –
tcp 0 0 :::22 :::* LISTEN –
udp 0 0 0.0.0.0:32769 0.0.0.0:* –
udp 0 0 0.0.0.0:53 0.0.0.0:* –
udp 0 0 192.168.0.7:53 0.0.0.0:* –
udp 0 0 127.0.0.1:53 0.0.0.0:* –
udp 0 0 0.0.0.0:970 0.0.0.0:* –
udp 0 0 0.0.0.0:973 0.0.0.0:* –
udp 0 0 0.0.0.0:5353 0.0.0.0:* –
udp 0 0 0.0.0.0:111 0.0.0.0:* –
udp 0 0 0.0.0.0:631 0.0.0.0:* –
udp 0 0 :::32768 :::* –
udp 0 0 :::32770 :::* –
udp 0 0 :::5353 :::*
kenapa tu yach mas, gmana carana aktive in kembali service2 na.
thanks,
udah mas tenyata utk up service zmcontrol start.
permasalaha baru mas saya ga bisa logi ke web admin na, car rubah password na gmana yach.
trims
27.dodi :
su zimbra
zmprov sp
test login :
https://ipatauhostnameanda:7071
27.dodi :
su zimbra
zmprov sp (admin email address) (new password)
test login :
https://ipatauhostnameanda:7071
alow mas saya dah berhasil install zimbra n dah bs login. kl mo agar bs kirim2 an email gmana gmana lg mas.
trims
30.dodi :
baguslah sudah bisa install dan suskes.
sebaeknya sampean mengerti dulu apa fungsi zimbra, kek mana cara menggunakannya, gimana cara memfungsikannya pasca instalasi,sehingga sampean mengerti secara umum jgn hanya proses installnya saja. kalau nanya agar bisa kirim email sepertinya sampean belum mengerti, ayo baca2 dokumentasinya dulu…
mas…henry,
saya dab bisa tes email intranet, trus sya cb test email keluar intranet. da pesa nkaya gene pada global setting, MTA relay saya dtulis nama doamin hosting
Apr 23 19:25:32 cbimail postfix/qmgr[9433]: 6722136FCD1: from=, size=1355, nrcpt=1 (queue active)
Apr 23 19:25:32 cbimail postfix/smtp[24148]: warning: relayhost configuration problem
Apr 23 19:25:32 cbimail postfix/smtp[24148]: 6722136FCD1: to=, relay=none, delay=72658, delays=72658/0.04/0/0, dsn=4.3.5, status=deferred (mail for cbigroup.co.id loops back to myself)
32.dodi :
infromasi yg anda kasih masih belum menunjukkan kenapa relayhost configuration problem…
butuh data2 lain atau apa yg sudah anda otak atik sebelumnya…
secara default saya blum rubah file2 yg ada di zimbra, cuman penambahan MTA Relay di admin na dan centang saya buka pada enables dns lookups.
mungkin ada petunjuk kira yg mengarah ke relayhost problem. makasih
dodi …
kalau dilihat log diatas hostname anda cbimail dan domain anda cbigroup.co.id
gtoms@smtpclient:~$ host -t mx mail.cbigroup.co.id
mail.cbigroup.co.id has no MX record
mungkin itu penyebabnya..
MX Recordnya kok tidak ada ?
mas masalah na sekarang saya test email kluar pesan na kaya gene :
Apr 28 22:01:34 cbimail postfix/smtp[14884]: connect to yahoo.com[69.147.114.224]: Connection timed out (port 25)
37.dodi :
Kalau ke yang lain bisa, tidak apa2 itu nanti di requeue kembali…mungkin pada saat pengirimnan koneksi ke yahoo.com dari ISP anda sedang jelek…
test jg dari serper zimbra pake :
host -t mx yahoo.com
saya cek mx yahoo okw2 aja :
mail.cbigroup.co.id has no MX record
[root@cbimail ~]# host -t mx yahoo.com
yahoo.com mail is handled by 1 a.mx.mail.yahoo.com.
yahoo.com mail is handled by 1 b.mx.mail.yahoo.com.
yahoo.com mail is handled by 1 c.mx.mail.yahoo.com.
pa da yg ngeblok di port 25. saya pake mikrotik topokogi kaya gene internet – mikrotik – mail server
trus saya coba lg kirim email yahoo pesan na kaya gini :
Apr 29 17:18:04 cbimail zmmailboxdmgr[1104]: status requested
Apr 29 17:18:04 cbimail zmmailboxdmgr[1104]: status OK
Apr 29 17:18:08 cbimail postfix/smtp[453]: connect to yahoo.com[209.131.36.159]: Connection timed out (port 25)
Apr 29 17:18:08 cbimail postfix/smtp[454]: connect to yahoo.com[209.191.93.53]: Connection timed out (port 25)
Apr 29 17:18:38 cbimail postfix/smtp[453]: connect to yahoo.com[69.147.114.224]: Connection timed out (port 25)
Apr 29 17:18:38 cbimail postfix/smtp[454]: connect to yahoo.com[69.147.114.224]: Connection timed out (port 25)
Apr 29 17:18:52 cbimail zmmailboxdmgr[1514]: status requested
Apr 29 17:18:52 cbimail zmmailboxdmgr[1514]: status OK
makasih mas henry sorry kl merepotkan
coba restart zimbra nya dulu, lalu test satu2 hasil host -t mx nya dgn cth :
gtoms@smtpclient:~$ telnet a.mx.mail.yahoo.com 25
Trying 67.195.168.31…
Connected to a.mx.mail.yahoo.com.
Escape character is ‘^]’.
220 mta146.mail.ac4.yahoo.com ESMTP YSmtp service ready
ehlo localhost
250-mta146.mail.ac4.yahoo.com
250-8BITMIME
250-SIZE 31981568
250 PIPELINING
quit
Connection closed by foreign host.
gtoms@smtpclient:~$
ini hasil test saya mas :
[root@cbimail ~]# telnet a.mx.mail.yahoo.com 25
a.mx.mail.yahoo.com/25: Temporary failure in name resolution
[root@cbimail ~]# telnet b.mx.mail.yahoo.com 25
b.mx.mail.yahoo.com/25: Temporary failure in name resolution
[root@cbimail ~]# telnet c.mx.mail.yahoo.com 25
c.mx.mail.yahoo.com/25: Temporary failure in name resolution
[root@cbimail ~]#
41.dodi :
ho..ho…ho
benahi lagi hostname, dns, disana…
pak henry, bisa gak zimbra di pake buat mail hosting? kalo hosting kan biasanya setiap klient punya control panel buat manage emailnya dia sendiri. Nah, kalo di zimbra caranya gimana yah. Saya dah coba bikin user terus saya set jadi admin, saya coba login ke user yang saya bikin itu, tapi domain-domain yang lain masih keliatan, bukan domainnya dia aja.
mas saya mau bikin laporan pkl tentang mail server zimbra yg di install di ubuntu lts 8.04…
saya belum tau mengenai linux sama sekali bisa di bilang pemula yang tak tau apa-apa….
n_n
tolongin saya mas kirimin tutorial instalasi zimbra sampai konfigurasi zimbra biar bisa ngirim emai sama menerima email (kalau bisa tutorialnya yg ada gambar ya mas)hehehehehehehehehe…
saya mohon bantuan mas…
kirim ja ke alamat email saya..
n thanx for tutorial di blog ini
43.dian :
sedang dikembangkan sama zimbra employee…
44.bodong :
dulu waktu tau zimbra di release saya jg ngeblank sama makhluk satu ini, utk itu pertama2 hanya membaca-baca-baca dimulai dari situs zimbranya, wiki nya, forumnnya, faq nya….aktifitas baca2 ini harus dibarengi uji coba langsung, dapat masalah tanya dan gugel….pelan2 dapat berkoalisi dgn makhluk ini.
hehehe…
hello mas,
saya punya masalah dengan zimbra saya coba kirim intranet udah bisa cuman skrg saya test email kluar intranet da pesana kaya gini.
: host cbigroup.co.id[222.165.255.241] said:
550-(cbimail.cbigroup.co.id) [125.161.171.146] is currently not permitted
to 550-relay through this server. Perhaps you have not logged into the
pop/imap 550-server in the last 30 minutes or do not have SMTP
Authentication turned on 550 in your email client. (in reply to RCPT TO
command)
makasih
Saya tertarik zimbra, sekarang sy pake qmail dan punya masalah, smtpnya bisa dipakai spamer, jadi mail server sangat sibuk karena tiap detik ada pengiriman, efek dari itu user susah kirim email atau lambat, apakah zimbra punya trik untuk mengakali spamer?
terima kasih
mas Henry gimana caranya import account evolution ke zimbra ya? trus bisa ga langsung buat group2 terhadap accountnya misal user1@domain.com ,user2@domain.com adalah group marketing dan seterusnya ?
Mohon sharenya ya …:)
Thank’s
Salam kenal mas,
Mo tya, saya sud install zimbra, tpi pd waktu cek status zimba “zmcontrol status” kok Postfix (MTA) tidak running yah???
tlg pencerahannya,
Trimakasih
Salam kenal mas Henry,
Saya belum lama pake internet. Saya mengikuti terus semua artikel-artikel Mas Henry tentang Membuat Radio Internet (skema 1 skema2)…Semua prosedur sudah tak jalankan. Tapi sampai pada Konfigurasi SHOUTcash/eksekusi PUTTY selalu gagal di VPS (saya pake gratisan di 000webhosting). Trus apa bisa blogspot/wordpress kita jadikan Link buat site nya Radio Web,apa Legal?
Mohon Bimbingan Mas.
Trimakasih.
GBU.