#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"