Build a fully functional mail server on the FreeBSD

Source: Internet
Author: User
Tags install openssl mail openssl

#1 build a fully functional mail server on the FreeBSD

Part I: Install Mail server: Postfix+vm-pop3d+openwebmail

Welcome to share this article, but to retain the following copyright information:

Author: llzqq

Contact: llzqq@126.com

The following installation is done on the FreeBSD 5.2.1 system

1. Update ports

# CVSUP-GL 2-h Cvsup.freebsdchina.org/usr/share/examples/cvsup/ports-supfile

2. Install Openssl+apache Server

# Cd/usr/ports/security/openssl

# make Install

# Make Clean

# Cd/usr/ports/www/apache2

# make Install

# Make Clean

# vi/etc/rc.conf

Apache2_enable= "YES"

3. Install Openwebmail

# cd/usr/ports/mail/openwebmail/

# Make With_quota=yes Install

# Make Clean

4. Install the postfix, in the installation process with Yes to answer the questions raised

# cd/usr/ports/mail/postfix/

# make Install

# Make Clean

# vi/etc/rc.conf

In order to be able to start postfix join:

Sendmail_enable= "YES"

Sendmail_flags= "-BD"

Sendmail_pidfile= "/var/spool/postfix/pid/master.pid"

Sendmail_outbound_enable= "NO"

Sendmail_submit_enable= "NO"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.