Install Postfix with virtual domain hosting


Current Home :: How to Install and Uninstall -> Install Postfix with virtual domain hosting

Simply enter keywords and click on search button, such as how to install php in apache.
  • Internet

  • Linux Application Installation

  • Server Installation

  • Windows Application Installation

  • Sponsored Link

    :: Install Postfix with virtual domain hosting
    This tutorial was written for linux users.

    • Download the newest Postfix tar.gz source code package from postfix.org
    • Add the following line to your /etc/passwd file:
      postfix:*:12345:12345:postfix:/no/where:/no/shell
    • Add the following two lines to your /etc/group file:
      postfix:*:12345:
      postdrop:*:54321:
    • Install Postfix:
      cp postfix*.tar.gz /usr/local/
      cd /usr/local/
      gzip -dc postfix*.tar.gz | tar xvf -
      cd postfix*/
      make
      make install
      (I used all default values which are prompted during 'make install')
    • Direct your attention to /etc/postfix. This contains both main.cf (the postfix config file) and virtual (the file which will contain the email addresses and the usernames to which they're mapped).
    • In /etc/postfix/main.cf, make the following modifications:

      1. Add the following lines:
      virtual_alias_domains = myFirstDomain.com mySecondDomain.net
      virtual_alias_maps = hash:/etc/postfix/virtual
      2. Add the following line:
      myhostname = smtp.myFirstDomain.com

      This should be a fully qualified domain name for your email server.

      3. If you wish to restrict relaying to the localhost (strongly recommended), add the following:
      mynetworks = 127.0.0.0/8
    • Modify /etc/postfix/virtual to include all email addresses you wish to include (and have been added to the $virtual_alias_domains list in main.cf. Example:

      bill@myFirstDomain.com	bill
      ted@mySecondDomain.net	ted
    • Run /usr/sbin/postmap /etc/postfix/virtual (this must be done each time the virtual file is modified).
    • To run the server, execute: /usr/sbin/postfix start
    done!
  • How to install GCC on RedHat and Fedora Linux
  • Custom OpenNap Installation Directions for Linux
  • Install OpenNap for Windows
  • Install OpenNap on Linux
  • Install GCC compiler on RedHat Linux 7.0
  • Install RedHat Linux / Win2k Dual Boot using lilo (recommended)
  • Install RedHat Linux / Win2k Dual Boot using boot.ini
  • Install Apache webserver with SSL and PHP4
  • Install Apache webserver with PHP4
  • Install Postfix with virtual domain hosting
  • Install MediaWiki on Linux
  • Install Apache 2.0/PHP 4.3 and MySQL 5.0
  • Install Java SDK v1.4.1.03 on Windows 2000
  • How to install PHP on IIS7 (RC1)
  • How to install mIRC
  • Install the IntelliPoint Software
  • Install a Microsoft pointing device
  • Installing MySQL for Jabberd
  • Installing Apache
  • Installing PHP
  • Installing MySQL
  • Manually install php5 on windows server 2003
  • How to Install and Configure PHP4 to Run with Apache on Windows
  • How to Install PHP 5.2 by Windows Installer
  • How to Install PHP 5.1.0 by Windows Installer
  • How to manually install PHP on Windows
  • How to install PHP 5.x on Windows Server 2003 with IIS 6
  • Install PHP to work on Windows Server 2003
  • How to Uninstall the Cluster Service on a Windows Server 2003 Cluster
  • How to Uninstall Internet Explorer 6
  • How to uninstall Spybot 1.4
  • How to uninstall the Adobe Flash Player plug-in and ActiveX control
  • INSTALLING FIREFOX IN LINUX
  • Installing Firefox for Windows
  • Installing Firefox for Linux
  • Installing Firefox for Mac OS X
  • How to install firefox-2.0.tar.gz in Linux
  • Installing Firefox 2 on Fedora Core 6
  • Installing Fedora Core from the hard drive
  • How to perform a clean installation Firefox 1.5
  • How to Install and Configure Spybot-Search & Destroy
  • How to Use Spybot Search & Destroy 1.4: Installation and Configuration
  • :: Install Postfix with virtual domain hosting

    About Us | Advertise | Submit | Your Comment | Privacy | Bookmark anyvista.com
    (C)2006,anyvista.com, how to install applications and digital devices.