Update for Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail

Discussion in 'HOWTO-Related Questions' started by de Freitas, Jul 2, 2010.

  1. de Freitas

    de Freitas New Member

    Is the edition of 04/20/2009 of the tutorial Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (CentOS 5.3 x86_64) compatible with CentOS 5.5 x86_64 version?

    For when this foreseen the tutorial Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (CentOS 5.3 x86_64) update for the version CentOS 5.5 x86_64?

    de Freitas
     
  2. Mark_NL

    Mark_NL Member

    installation will be the same, only the versions of some software packages might be newer ..
     
  3. de Freitas

    de Freitas New Member

    Thanks for its answer, Mark.

    I have a doubt regarding the topic 6 of the tutorial (Set MySQL Passwords And Configures phpMyAdmin).

    In the tutorial The Perfect Server - CentOS 5.5 x86_64 [ISPConfig 3] the topic content Set MySQL Passwords And Configures phpMyAdmin, this very changed.

    Which should use?
     
  4. Mark_NL

    Mark_NL Member

    If you installed centos 5.5 then i'd use that one ..
     
  5. de Freitas

    de Freitas New Member

    I am translating the tutorial for Brazil's Portuguese language, and trying to do this update.

    I have another doubt:
    Which routine use to install Postfix:

    1) The Perfect Server - CentOS 5.5 x86_64 [ISPConfig 3] - 11 Install Postfix With MySQL Support
    OR
    2) Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (CentOS 5.3 x86_64) - 5 Apply Quota Patch Have Postfix

    The routine used in the version installation CentOS 5.5 seems to facilitate a future upgrade. Is that right?
     
    Last edited: Jul 3, 2010
  6. falko

    falko Super Moderator Howtoforge Staff

    If you plan to install ISPConfig 3, then use the first tutorial, otherwise the second.
     
  7. de Freitas

    de Freitas New Member

    I prepared email server using the following:

    Of the tutorial The Perfect Server - CentOS 5.5 x86_64 [ISPConfig 3] used the chapters:

    1 Requirements
    2 Preliminary Note
    3 Install The Base System
    4 Adjust /etc/hosts
    5 Configure Additional IP Addresses
    6 Disable The Firewall And SELinux
    8 Quota
    17 Install A Chrooted DNS Server (BIND9)


    Obs: I did some adaptations to be able to use the tutorial without ISPConfig 3.

    Then I did that:

    chmod 755 /var/named/
    chmod 775 /var/named/chroot/
    chmod 775 /var/named/chroot/var/
    chmod 775 /var/named/chroot/var/named/
    chmod 775 /var/named/chroot/var/run/
    chmod 777 /var/named/chroot/var/run/named/
    cd /var/named/chroot/var/named/
    ln -s ../../ chroot
    cp /usr/share/doc/bind-9.3.6/sample/var/named/named.local /var/named/chroot/var/named/named.local
    cp /usr/share/doc/bind-9.3.6/sample/var/named/named.root /var/named/chroot/var/named/named.root
    touch /var/named/chroot/etc/named.conf.local

    etc, etc, etc...
    Obs: Here I created named.conf according to my needs.

    yum install caching-nameserver

    chkconfig --levels 235 named on
    /etc/init.d/named start


    Of the Virtual tutorial Users And Domains With Postfix, Courier, MySQL And SquirrelMail (CentOS 5.3 x86_64) used the chapters:

    2 Install Some Software
    3 Install Apache, MySQL, phpMyAdmin


    Alterations:
    wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.x86_64.rpm
    rpm -Uvh rpmforge-release-0.5.1-1.el5.rf.x86_64.rpm

    4 Install Courier-IMAP, Courier-Authlib, And Maildrop

    Alterations:

    wget http://prdownloads.sourceforge.net/courier/courier-authlib-0.63.0.tar.bz2
    wget http://prdownloads.sourceforge.net/courier/courier-imap-4.8.0.tar.bz2
    wget http://prdownloads.sourceforge.net/courier/maildrop-2.5.0.tar.bz2
    ...
    ...

    5 Apply Quota Patch To Postfix
    6 Set MySQL Passwords And Configure phpMyAdmin


    Alterations:

    mysql_secure_installation
    ...
    ...
    ...

    7 Create The MySQL Database For Postfix/Courier
    8 Configure Postfix
    9 Configure Saslauthd
    10 Configure Courier
    11 Modify /etc/aliases
    12 Install Amavisd-new, SpamAssassin And ClamAV
    13 Install Razor, Pyzor And DCC And Configure SpamAssassin
    14 Quota - Notificações Excedentes
    15 Testando o Postfix
    16 Preenchendo e testando o banco de dados


    That was everything...

    I am already with the server in production working very well... :) :)

    Next step: Do new installation in another machine to learn to use ISPConfig 3...

    I rely on help from friends of the HowtoForge...

    Thank you very much, Falko...
     

Share This Page