home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Linux / kerio-mailserver-6.0.4-linux.i386.rpm / kerio-mailserver-6.0.4.linux.cpio.gz / kerio-mailserver-6.0.4.linux.cpio / opt / kerio / mailserver / doc / LINUX-README < prev    next >
Text File  |  2004-10-14  |  3KB  |  111 lines

  1. CHECKLIST
  2. =========
  3.  
  4. KMS is a complete mail server solution  incorporating 
  5. various messaging protocols. For this reason, it uses 
  6. various network port numbers such as 25 for SMTP, 110 
  7. for  POP3  or  143  for  IMAP.  These  ports  must be
  8. available to  KMS. You  should check if any of  these
  9. ports  are  not  used by  other applications.
  10.  
  11. To see what applications are listening on  what ports,
  12. type command:
  13.  
  14. netstat --tcp -lp
  15.  
  16. Often default  Linux installations install  packages
  17. like sendmail or postfix, using these ports.
  18.  
  19. if sendmail or postfix is running, you can stop it by
  20. running command: 
  21.  
  22. /etc/init.d/sendmail stop
  23.  
  24. or
  25.  
  26. /etc/init.d/postfix stop
  27.  
  28. To  prevent  sendmail or postfix  from  automatic run
  29. upon the system boot, you can disable them by running
  30. command:
  31.  
  32. /sbin/chkconfig sendmail off
  33.  
  34. or
  35.  
  36. /sbin/chkconfig postfix off
  37.  
  38.  
  39. INSTALLATION
  40. ============
  41.  
  42. Kerio  MailServer (KMS)  comes as  two standalone rpm
  43. packages:
  44.  
  45. 1. The mail server package
  46.  
  47.    You must install this package on a  computer where 
  48.    you want to run the mail server.
  49.  
  50. 2. X-Windows-based administration console
  51.  
  52.    You should install this package on a computer from
  53.    which you will administer KMS. This computer  must 
  54.    run  X-Windows  system.  Alternatively,  you   may
  55.    install and use  the  Microsoft  Windows based KMS
  56.    administration console.
  57.  
  58.  
  59. AFTER INSTALLATION
  60. ==================
  61.  
  62. After  you  install  the mail server package, you must
  63. run text-based console wizard from linux  terminal by
  64. typing commands:
  65.  
  66. cd /opt/kerio/mailserver
  67.  
  68. ./cfgwizard
  69.  
  70. In this wizard you will be asked for basic setup information
  71. necessary to create first local domain and administration
  72. account which can be later used to configure the server.
  73.  
  74.  
  75. RUNNING KMS
  76. ===========
  77.  
  78. KMS  installs itself  as  a service  and  will  start
  79. automatically upon the system boot.
  80.  
  81. After  installation  you  must  start  KMS  manually.
  82. To manually  control KMS,  you can use the following 
  83. script:
  84.  
  85. To start KMS, type:
  86.  
  87. /etc/init.d/keriomailserver start
  88.  
  89. To stop KMS, type:
  90.  
  91. /etc/init.d/keriomailserver stop
  92.  
  93.  
  94. ADMINISTRATION
  95. ==============
  96.  
  97. KMS configuration is  performed  through the admini-
  98. stration console.  The   console  is available  for
  99. X-Windows and MS Windows systems. You  may  install
  100. the console on a  different  computer than  the one
  101. running KMS.  The administration console will allow
  102. you to connect remotely to the KMS over the network.
  103.  
  104. If  you've installed the administration  console on
  105. Linux,  you  may  launch the console by typing the
  106. command:
  107.  
  108. kerioadmin
  109.  
  110.  
  111.