uinstall kerio mail server and admin install postfix

Discussion in 'Server Operation' started by hotchilli, Jan 23, 2006.

  1. hotchilli

    hotchilli New Member

    please point me to a HOWTO to install postfix on fedora core2 and
    what is the uninstall command to purge krio mail server

    hotchilli:eek:
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Have a look at the Postfix section on this page: http://www.howtoforge.com/perfect_setup_fedora_core_4_p4

    It should apply to FC2 as well. Instead of apt-get you must use yum, and instead of installing imap, you install dovecot. This means that instead of running
    Code:
    apt-get install cyrus-sasl cyrus-sasl-devel cyrus-sasl-gssapi cyrus-sasl-md5 cyrus-sasl-plain postfix imap
    you run
    Code:
    [B][COLOR="Red"]yum[/COLOR][/B] install cyrus-sasl cyrus-sasl-devel cyrus-sasl-gssapi cyrus-sasl-md5 cyrus-sasl-plain postfix [B][COLOR="Red"]dovecot[/COLOR][/B]
     
  3. hotchilli

    hotchilli New Member

    postfix

    And command to uninstall kerio mail server please


    hc:eek: :eek:
     
  4. falko

    falko Super Moderator Howtoforge Staff

    If you installed Kerio with yum, than yum should automatically remove Kerio when you install Postfix.
     
  5. hotchilli

    hotchilli New Member

    keriomail server



    It was installed with rpm. not yum

    hotchilli:p
     
  6. hotchilli

    hotchilli New Member

    ok I have taken out kerio

    I have webmin installed and it has a postfix gui I was wondering
    if instead of doing as suggested on the command line in your link
    http://www.howtoforge.com/perfect_se...dora_core_4_p4

    that you gave me a few days ago can I DO the same and set up
    postfix via webmin web interface?


    hotchilli:) :)
     
    Last edited: Jan 25, 2006
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Generally yes. But i guess it wont be easier. Firtst you would have to compare which field in Webmin corresponds to which command, etc..

    If you use a SSH client like putty on windows and connect to your server, you can simply copy the commands from the howto line by line to the putty window. This takes about 2 minutes and you will get less errors.
     
  8. hotchilli

    hotchilli New Member

    wemin

    Yes till you very correct command line is much better.

    hotchilli:)
     

Share This Page