Zimbra server için Bütün ön hazırlıkları 1. ve 2 Makalede tamamladık artık Zimbra Serverımızı kurabiliriz.
Bütün ön hazırlıklarımızı tamamladığımıza göre artık zimbra için Kuruluma geçebiliriz.
Root ile login olduğumuz ubuntu serverımızda komut satırına aşağıdaki komutları sırasıyla copyalıyoruz.
1 2 3 |
<span style="color: #0000ff;"> #apt-get install -y netcat-openbsd sudo libidn11 libpcre3 libgmp10 libexpat1 libstdc++6 libperl5.18 libaio1 resolvconf unzip pax sysstat sqlite3 <a href="https://www.serdarbayram.net/wp-content/uploads/2015/09/ubuntu_srv_341.jpg"><img class="alignnone wp-image-1508" src="https://www.serdarbayram.net/wp-content/uploads/2015/09/ubuntu_srv_341.jpg" alt="ubuntu_srv_34" width="610" height="75" /></a> </span> |
1 |
<span style="color: #0000ff;">#apt-get install netcat-traditional</span> |
1 |
<span style="color: #0000ff;">#apt-get install libperl5.14</span> |
1 |
<span style="color: #0000ff;">#apt-get install libidn11-dev</span> |
1 |
<span style="color: #0000ff;">#apt-get install libgmp3c2 sysstat sqlite3</span> |
1 |
<span style="color: #0000ff;"># /etc/init.d/apparmor stop</span> |
1 |
<span style="color: #0000ff;"># /etc/init.d/apparmor teardown</span> |
1 |
<span style="color: #0000ff;"># update-rc.d -f apparmor remove</span> |
Aşağıdaki Komut ile zimbra OpenSource Edition u indiriyoruz.
1 |
#wget <a href="https://files.zimbra.com/downloads/8.6.0_GA/zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116.tgz">https://files.zimbra.com/downloads/8.6.0_GA/zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116.tgz</a> |
Dosyamız indikten sonra
1 |
<span style="color: #0000ff;">#ls</span> |
Aşağıdaki komut ile sıkıştırılmış dosyamızı extrack ediyoruz.
1 2 3 |
<span style="color: #0000ff;">#tar -zxvf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116.tgz</span><span style="color: #0000ff;"> <a href="https://www.serdarbayram.net/wp-content/uploads/2015/09/ubuntu_srv_351.jpg"><img class="alignnone size-full wp-image-1509" src="https://www.serdarbayram.net/wp-content/uploads/2015/09/ubuntu_srv_351.jpg" alt="ubuntu_srv_35" width="614" height="386" /></a> </span> |
Aşağıdaki komut ile extrack ettiğim dizinimin içerisine giriyorum.
1 |
<span style="color: #0000ff;">#cd zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116.tgz</span> |
Aşağıdaki Komut ile kurulumu başlatıyorum.
1 |
<span style="color: #0000ff;">#./install.sh</span> |
Kurulumunu yapacağım bütün paketlere “Y” diyerek onay veriyorum ben proxy kullanmayacağım için
Zimbra-proxy ye N diyerek devam ediyorum ve sonraki ekranda kurulacak paketleri onaylamak için ”Y”
Diyorum ve installationu başlatıyorum.
Kurulum bittikten sonra karşımıza aşağdaki gibi bir ekran gelecek burada yıldızlı bölüm Zimbra server’ın admin hesabı için bir parola belirlememiz gerektiğini söylüyor Bunun için bir parola belirleyeceğiz.
Önce 7 diyerek Zimbra-Store a giriyoruz sonrasında da 4 diyerek Admin parolamızı belirliyoruz.
Parolamızı girdikten sonra enter diyoruz. parolamızı belirledik “r” diyerek menüden çıkış yapıyoruz.daha sonra ayarlarımızı uygulaması için “a” ve gelen değişikliklere “yes” diyerek devam ediyoruz.
Gördüğünüz gibi kurulumumuzu başarıyla tamamladık artık zimbra serverımıza Web arayüzü üzerinden erişim yapabiliriz.
7-) Zimbra server Login ekranına Erişim
https://zimbraserveradresiniz:7071
benim sistemimde
1 2 3 4 |
<a href="https://mail.systemlab.local:7071">https://mail.systemlab.local:7071</a> <a href="https://192.168.1.150:7071">https://192.168.1.150:7071 </a> |
1 2 |
Username : admin Password : zimbra için belirlediğiniz parolanızı giriniz. |
Zimbra Serverımıza erişimimizi sağladık artık mail serverımızı yönetmeye başlayabiliriz
Komut ekranının çıktısı aşağıdaki gibidir.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 |
Connecting to 192.168.1.90:22... Connection established. To escape to local shell, press 'Ctrl+Alt+]'. Welcome to Ubuntu 14.04.3 LTS (GNU/Linux 3.19.0-25-generic x86_64) * Documentation: https://help.ubuntu.com/ System information as of Thu Sep 10 15:17:42 EEST 2015 System load: 0.32 Processes: 200 Usage of /: 3.2% of 56.73GB Users logged in: 0 Memory usage: 5% IP address for eth0: 192.168.1.90 Swap usage: 0% Graph this data and manage this system at: https://landscape.canonical.com/ Last login: Thu Sep 10 15:08:27 2015 from 192.168.1.100 serdar@mail:~$ su Password: su: Authentication failure serdar@mail:~$ su Password: root@mail:/home/serdar# cd root@mail:~# dig mail.systemlab.local mx ; <<>> DiG 9.9.5-3ubuntu0.5-Ubuntu <<>> mail.systemlab.local mx ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 35292 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 2 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4000 ;; QUESTION SECTION: ;mail.systemlab.local. IN MX ;; ANSWER SECTION: mail.systemlab.local. 3600 IN MX 10 mail.systemlab.local. ;; ADDITIONAL SECTION: mail.systemlab.local. 3600 IN A 192.168.1.90 ;; Query time: 1 msec ;; SERVER: 192.168.1.100#53(192.168.1.100) ;; WHEN: Thu Sep 10 15:19:22 EEST 2015 ;; MSG SIZE rcvd: 81 root@mail:~# apt-get install netcat-traditional Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: netcat-traditional 0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded. Need to get 65.0 kB of archives. After this operation, 161 kB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty/universe netcat-traditional amd64 1.10-40 [65.0 kB] Fetched 65.0 kB in 5s (12.7 kB/s) Selecting previously unselected package netcat-traditional. (Reading database ... 56627 files and directories currently installed.) Preparing to unpack .../netcat-traditional_1.10-40_amd64.deb ... Unpacking netcat-traditional (1.10-40) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up netcat-traditional (1.10-40) ... root@mail:~# apt-get install libperl5.14 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libperl5.14 E: Couldn't find any package by regex 'libperl5.14' root@mail:~# apt-get install libidn11-dev Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: pkg-config The following NEW packages will be installed: libidn11-dev pkg-config 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. Need to get 558 kB of archives. After this operation, 1,091 kB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty/main pkg-config amd64 0.26-1ubuntu4 [40.9 kB] Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty/main libidn11-dev amd64 1.28-1ubuntu2 [517 kB] Fetched 558 kB in 3s (144 kB/s) Selecting previously unselected package pkg-config. (Reading database ... 56663 files and directories currently installed.) Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... Unpacking pkg-config (0.26-1ubuntu4) ... Selecting previously unselected package libidn11-dev. Preparing to unpack .../libidn11-dev_1.28-1ubuntu2_amd64.deb ... Unpacking libidn11-dev (1.28-1ubuntu2) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for install-info (5.2.0.dfsg.1-2) ... Setting up pkg-config (0.26-1ubuntu4) ... Setting up libidn11-dev (1.28-1ubuntu2) ... root@mail:~# apt-get install libgmp3c2 sysstat sqlite3 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libgmp3c2 root@mail:~# apt-get -y install libgmp10 libperl5.18 libaio1 unzip pax sysstat sqlite3 Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libsensors4 Suggested packages: lm-sensors sqlite3-doc isag zip The following NEW packages will be installed: libaio1 libgmp10 libperl5.18 libsensors4 pax sqlite3 sysstat unzip 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. Need to get 807 kB of archives. After this operation, 2,370 kB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B] Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:3 http://us.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:4 http://us.archive.ubuntu.com/ubuntu/ trusty/main libperl5.18 amd64 5.18.2-2ubuntu1 [1,322 B] Get:5 http://us.archive.ubuntu.com/ubuntu/ trusty/main pax amd64 1:20120606-2+deb7u1 [85.7 kB] Get:6 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main sqlite3 amd64 3.8.2-1ubuntu2.1 [28.8 kB] Get:7 http://us.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:8 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main unzip amd64 6.0-9ubuntu1.3 [157 kB] Fetched 807 kB in 8s (90.6 kB/s) Preconfiguring packages ... Selecting previously unselected package libaio1:amd64. (Reading database ... 56753 files and directories currently installed.) Preparing to unpack .../libaio1_0.3.109-4_amd64.deb ... Unpacking libaio1:amd64 (0.3.109-4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1) ... Selecting previously unselected package pax. Preparing to unpack .../pax_1%3a20120606-2+deb7u1_amd64.deb ... Unpacking pax (1:20120606-2+deb7u1) ... Selecting previously unselected package sqlite3. Preparing to unpack .../sqlite3_3.8.2-1ubuntu2.1_amd64.deb ... Unpacking sqlite3 (3.8.2-1ubuntu2.1) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package unzip. Preparing to unpack .../unzip_6.0-9ubuntu1.3_amd64.deb ... Unpacking unzip (6.0-9ubuntu1.3) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... ureadahead will be reprofiled on next reboot Processing triggers for mime-support (3.54ubuntu1.1) ... Setting up libaio1:amd64 (0.3.109-4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1) ... Setting up pax (1:20120606-2+deb7u1) ... Setting up sqlite3 (3.8.2-1ubuntu2.1) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up unzip (6.0-9ubuntu1.3) ... Processing triggers for libc-bin (2.19-0ubuntu6.6) ... Processing triggers for ureadahead (0.100.0-16) ... root@mail:~# apt-get install -y netcat-openbsd sudo libidn11 libpcre3 libgmp10 libexpat1 libstdc++6 libperl5.18 libaio1 resolvconf unzip pax sysstat sqlite3 Reading package lists... Done Building dependency tree Reading state information... Done libaio1 is already the newest version. libgmp10 is already the newest version. libidn11 is already the newest version. libperl5.18 is already the newest version. netcat-openbsd is already the newest version. pax is already the newest version. sysstat is already the newest version. libexpat1 is already the newest version. libpcre3 is already the newest version. libstdc++6 is already the newest version. resolvconf is already the newest version. sqlite3 is already the newest version. sudo is already the newest version. unzip is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. root@mail:~# /etc/init.d/apparmor stop * Clearing AppArmor profiles cache [ OK ] All profile caches have been cleared, but no profiles have been unloaded. Unloading profiles will leave already running processes permanently unconfined, which can lead to unexpected situations. To set a process to complain mode, use the command line tool 'aa-complain'. To really tear down all profiles, run the init script with the 'teardown' option." root@mail:~# /etc/init.d/apparmor teardown * Unloading AppArmor profiles [ OK ] root@mail:~# update-rc.d -f apparmor remove Removing any system startup links for /etc/init.d/apparmor ... /etc/rcS.d/S37apparmor root@mail:~# ls zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116.tgz root@mail:~# tar -zxvf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116.tgz zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/ zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/packages/ zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/packages/zimbra-apache_8.6.0.GA.1153.UBUNTU14.64_amd64.deb zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/packages/zimbra-core_8.6.0.GA.1153.UBUNTU14.64_amd64.deb zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/packages/zimbra-dnscache_8.6.0.GA.1153.UBUNTU14.64_amd64.deb zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/packages/zimbra-ldap_8.6.0.GA.1153.UBUNTU14.64_amd64.deb zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/packages/zimbra-logger_8.6.0.GA.1153.UBUNTU14.64_amd64.deb zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/packages/zimbra-memcached_8.6.0.GA.1153.UBUNTU14.64_amd64.deb zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/packages/zimbra-mta_8.6.0.GA.1153.UBUNTU14.64_amd64.deb zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/packages/zimbra-proxy_8.6.0.GA.1153.UBUNTU14.64_amd64.deb zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/packages/zimbra-snmp_8.6.0.GA.1153.UBUNTU14.64_amd64.deb zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/packages/zimbra-spell_8.6.0.GA.1153.UBUNTU14.64_amd64.deb zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/packages/zimbra-store_8.6.0.GA.1153.UBUNTU14.64_amd64.deb zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/bin/ zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/bin/get_plat_tag.sh zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/bin/zmValidateLdap.pl zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/bin/checkLicense.pl zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/bin/zmdbintegrityreport zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/data/ zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/data/versions-init.sql zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/ zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/YPL.txt zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/zcl.txt zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/zimbra_public_eula_2.5.txt zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/en_US/ zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/en_US/admin.pdf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/en_US/Fedora Server Config.pdf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/en_US/Import_Wizard_Outlook.pdf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/en_US/Migration_Exch_Admin.pdf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/en_US/Migration_Exch_User.pdf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/en_US/MigrationWizard_Domino.pdf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/en_US/MigrationWizard.pdf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/en_US/OSmultiserverinstall.pdf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/en_US/quick_start.pdf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/en_US/RNZCSO_2005Beta.pdf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/en_US/User Instructions for ZCS Import Wizard.pdf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/en_US/Zimbra iCalendar Migration Guide.pdf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/en_US/Zimbra_Release_Note.pdf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/en_US/Zimbra Schema.pdf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/docs/en_US/zimbra_user_guide.pdf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/util/ zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/util/modules/ zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/util/modules/getconfig.sh zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/util/modules/packages.sh zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/util/modules/postinstall.sh zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/util/addUser.sh zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/util/globals.sh zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/util/utilfunc.sh zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/readme_source_en_US.txt zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/readme_binary_en_US.txt zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/install.sh zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116/README.txt root@mail:~# cd zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116 root@mail:~/zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116# ls bin data docs install.sh packages readme_binary_en_US.txt readme_source_en_US.txt README.txt util root@mail:~/zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116# nano /etc/hosts root@mail:~/zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116# ./install.sh Operations logged to /tmp/install.log.2756 Checking for existing installation... zimbra-ldap...NOT FOUND zimbra-logger...NOT FOUND zimbra-mta...NOT FOUND zimbra-dnscache...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-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-5.html Do you agree with the terms of the software license agreement? [N] y Checking for prerequisites... FOUND: NPTL FOUND: netcat-openbsd-1.105-7ubuntu1 FOUND: sudo-1.8.9p5-1ubuntu1.2 FOUND: libidn11-1.28-1ubuntu2 FOUND: libpcre3-1:8.31-2ubuntu2.1 FOUND: libgmp10-2:5.1.3+dfsg-1ubuntu1 FOUND: libexpat1-2.1.0-4ubuntu1.1 FOUND: libstdc++6-4.8.4-2ubuntu1~14.04 FOUND: libperl5.18-5.18.2-2ubuntu1 FOUND: libaio1-0.3.109-4 FOUND: resolvconf-1.69ubuntu1.1 FOUND: unzip-6.0-9ubuntu1.3 Checking for suggested prerequisites... FOUND: pax FOUND: perl-5.18.2 FOUND: sysstat FOUND: sqlite3 Prerequisite check complete. Checking for installable packages Found zimbra-core Found zimbra-ldap Found zimbra-logger Found zimbra-mta Found zimbra-dnscache 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] y Install zimbra-logger [Y] y Install zimbra-mta [Y] y Install zimbra-dnscache [Y] y Install zimbra-snmp [Y] y Install zimbra-store [Y] y Install zimbra-apache [Y] y Install zimbra-spell [Y] y Install zimbra-memcached [Y] y Install zimbra-proxy [Y] n Checking required space for zimbra-core Checking space for zimbra-store Checking required packages for zimbra-store zimbra-store package check complete. Installing: zimbra-core zimbra-ldap zimbra-logger zimbra-mta zimbra-dnscache zimbra-snmp zimbra-store zimbra-apache zimbra-spell zimbra-memcached The system will be modified. Continue? [N] y Removing /opt/zimbra Removing zimbra crontab entry...done. Cleaning up zimbra init scripts...done. Cleaning up /etc/ld.so.conf...done. Cleaning up /etc/security/limits.conf...done. Finished removing Zimbra Collaboration Server. Installing packages zimbra-core......zimbra-core_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done zimbra-ldap......zimbra-ldap_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done zimbra-logger......zimbra-logger_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done zimbra-mta......zimbra-mta_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done zimbra-dnscache......zimbra-dnscache_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done zimbra-snmp......zimbra-snmp_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done zimbra-store......zimbra-store_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done zimbra-apache......zimbra-apache_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done zimbra-spell......zimbra-spell_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done zimbra-memcached......zimbra-memcached_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done Operations logged to /tmp/zmsetup09102015-152817.log Installing LDAP configuration database...done. Setting defaults... MX: mail.systemlab.local (192.168.1.90) Interface: 192.168.1.90 Interface: 127.0.0.1 Interface: ::1 192.168.1.90 done. Checking for port conflicts Main menu 1) Common Configuration: 2) zimbra-ldap: Enabled 3) zimbra-logger: Enabled 4) zimbra-mta: Enabled 5) zimbra-dnscache: Enabled 6) zimbra-snmp: Enabled 7) zimbra-store: Enabled +Create Admin User: yes +Admin user to create: admin@mail.systemlab.local ******* +Admin Password UNSET +Anti-virus quarantine user: virus-quarantine.mdqqvbrclo@mail.systemlab.local +Enable automated spam training: yes +Spam training user: spam.gxz5ue8i@mail.systemlab.local +Non-spam(Ham) training user: ham.nlnmdk5yu_@mail.systemlab.local +SMTP host: mail.systemlab.local +Web server HTTP port: 80 +Web server HTTPS port: 443 +Web server mode: https +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.systemlab.local: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@mail.systemlab.local +Version update source email: admin@mail.systemlab.local +Install mailstore (service webapp): yes +Install UI (zimbra,zimbraAdmin webapps): yes 8) zimbra-spell: Enabled 9) Default Class of Service Configuration: s) Save config to file x) Expand menu q) Quit Address unconfigured (**) items (? - help) 6 Snmp configuration 1) Status: Enabled 2) Enable SNMP notifications: yes 3) SNMP Trap hostname: mail.systemlab.local 4) Enable SMTP notifications: yes 5) SMTP Source email address: admin@mail.systemlab.local 6) SMTP Destination email address: admin@mail.systemlab.local Select, or 'r' for previous menu [r] r Main menu 1) Common Configuration: 2) zimbra-ldap: Enabled 3) zimbra-logger: Enabled 4) zimbra-mta: Enabled 5) zimbra-dnscache: Enabled 6) zimbra-snmp: Enabled 7) zimbra-store: Enabled +Create Admin User: yes +Admin user to create: admin@mail.systemlab.local ******* +Admin Password UNSET +Anti-virus quarantine user: virus-quarantine.mdqqvbrclo@mail.systemlab.local +Enable automated spam training: yes +Spam training user: spam.gxz5ue8i@mail.systemlab.local +Non-spam(Ham) training user: ham.nlnmdk5yu_@mail.systemlab.local +SMTP host: mail.systemlab.local +Web server HTTP port: 80 +Web server HTTPS port: 443 +Web server mode: https +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.systemlab.local: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@mail.systemlab.local +Version update source email: admin@mail.systemlab.local +Install mailstore (service webapp): yes +Install UI (zimbra,zimbraAdmin webapps): yes 8) zimbra-spell: Enabled 9) Default Class of Service Configuration: s) Save config to file x) Expand menu q) Quit Address unconfigured (**) items (? - help) 7 Store configuration 1) Status: Enabled 2) Create Admin User: yes 3) Admin user to create: admin@mail.systemlab.local ** 4) Admin Password UNSET 5) Anti-virus quarantine user: virus-quarantine.mdqqvbrclo@mail.systemlab.local 6) Enable automated spam training: yes 7) Spam training user: spam.gxz5ue8i@mail.systemlab.local 8) Non-spam(Ham) training user: ham.nlnmdk5yu_@mail.systemlab.local 9) SMTP host: mail.systemlab.local 10) Web server HTTP port: 80 11) Web server HTTPS port: 443 12) Web server mode: https 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.systemlab.local: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@mail.systemlab.local 24) Version update source email: admin@mail.systemlab.local 25) Install mailstore (service webapp): yes 26) Install UI (zimbra,zimbraAdmin webapps): yes Select, or 'r' for previous menu [r] 4 Password for admin@mail.systemlab.local (min 6 characters): [c_rhmKZK] Sanko1122 Store configuration 1) Status: Enabled 2) Create Admin User: yes 3) Admin user to create: admin@mail.systemlab.local 4) Admin Password set 5) Anti-virus quarantine user: virus-quarantine.mdqqvbrclo@mail.systemlab.local 6) Enable automated spam training: yes 7) Spam training user: spam.gxz5ue8i@mail.systemlab.local 8) Non-spam(Ham) training user: ham.nlnmdk5yu_@mail.systemlab.local 9) SMTP host: mail.systemlab.local 10) Web server HTTP port: 80 11) Web server HTTPS port: 443 12) Web server mode: https 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.systemlab.local: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@mail.systemlab.local 24) Version update source email: admin@mail.systemlab.local 25) Install mailstore (service webapp): yes 26) Install UI (zimbra,zimbraAdmin webapps): yes Select, or 'r' for previous menu [r] r Main menu 1) Common Configuration: 2) zimbra-ldap: Enabled 3) zimbra-logger: Enabled 4) zimbra-mta: Enabled 5) zimbra-dnscache: Enabled 6) zimbra-snmp: Enabled 7) zimbra-store: Enabled 8) zimbra-spell: Enabled 9) Default Class of Service Configuration: 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] yes Save config in file: [/opt/zimbra/config.11957] Saving config in /opt/zimbra/config.11957...done. The system will be modified - continue? [No] yes Operations logged to /tmp/zmsetup09102015-152817.log Setting local config values...done. Initializing core config...Setting up CA...done. Deploying CA to /opt/zimbra/conf/ca ...done. Creating SSL zimbra-store certificate...done. Creating new zimbra-ldap SSL certificate...done. Creating new zimbra-mta SSL certificate...done. Installing mailboxd SSL certificates...done. Installing MTA SSL certificates...done. Installing LDAP SSL certificate...done. Initializing ldap...done. Setting replication password...done. Setting Postfix password...done. Setting amavis password...done. Setting nginx password...done. Setting BES searcher password...done. Creating server entry for mail.systemlab.local...done. Setting Zimbra IP Mode...done. Saving CA in ldap ...done. Saving SSL Certificate in ldap ...done. Setting spell check URL...done. Setting service ports on mail.systemlab.local...done. Setting zimbraFeatureTasksEnabled=TRUE...done. Setting zimbraFeatureBriefcasesEnabled=TRUE...done. Setting Master DNS IP address(es)...done. Setting DNS cache tcp lookup preference...done. Setting DNS cache udp lookup preference...done. Setting DNS tcp upstream preference...done. Setting TimeZone Preference...done. Initializing mta config...done. Setting services on mail.systemlab.local...done. Adding mail.systemlab.local to zimbraMailHostPool in default COS...done. Creating domain mail.systemlab.local...done. Setting default domain name...done. Creating domain mail.systemlab.local...already exists. Creating admin account admin@mail.systemlab.local...done. Creating root alias...done. Creating postmaster alias...done. Creating user spam.gxz5ue8i@mail.systemlab.local...done. Creating user ham.nlnmdk5yu_@mail.systemlab.local...done. Creating user virus-quarantine.mdqqvbrclo@mail.systemlab.local...done. Setting spam training and Anti-virus quarantine accounts...done. Initializing store sql database...done. Setting zimbraSmtpHostname for mail.systemlab.local...done. Configuring SNMP...done. Setting up syslog.conf...done. Starting servers...done. Installing common zimlets... com_zimbra_viewmail...done. com_zimbra_cert_manager...done. com_zimbra_bulkprovision...done. com_zimbra_attachcontacts...done. com_zimbra_proxy_config...done. com_zimbra_ymemoticons...done. com_zimbra_date...done. com_zimbra_attachmail...done. com_zimbra_tooltip...done. com_zimbra_email...done. com_zimbra_adminversioncheck...done. com_zimbra_srchhighlighter...done. com_zimbra_url...done. com_zimbra_phone...done. com_zimbra_webex...done. com_zimbra_clientuploader...done. com_zimbra_mailarchive...done. Finished installing common zimlets. Restarting mailboxd...done. Creating galsync account for default domain...done. You have the option of notifying Zimbra of your installation. This helps us to track the uptake of the Zimbra Collaboration Server. The only information that will be transmitted is: The VERSION of zcs installed (8.6.0_GA_1153_UBUNTU14_64) The ADMIN EMAIL ADDRESS created (admin@mail.systemlab.local) Notify Zimbra of your installation? [Yes] Notifying Zimbra of installation via http://www.zimbra.com/cgi-bin/notify.cgi?VER=8.6.0_GA_1153_UBUNTU14_64&MAIL=admin@mail.systemlab.local Notification complete Setting up zimbra crontab...done. Moving /tmp/zmsetup09102015-152817.log to /opt/zimbra/log Configuration complete - press return to exit root@mail:~/zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116# |
Bir başka makalede görüşmek üzere….
Hazırlayan
Serdar BAYRAM