OpenBSD 3.4 email server
2009-05-13 10:53:37来源:未知 阅读 ()
Introduction
This document is written for configuring a OpenBSD 3.4-based
mailserver, however it there is no reason it should not apply to
versions as old as OpenBSD 3.0 or something newer.
Install src
untar src.tar.gz into /usr/src from the if you have an OpenBSD CD. If
you're grabbing them from the ftp site then you want both src.tar.gz
and srcsys.tar.gz.
- Even OpenBSD can have security updates so be sure to update to the
-stable branch of the release you're working with. To update OpenBSD
3.1 change the _3_4 to _3_1.
# export CVSROOT=anoncvs@anoncvs1.usa.openbsd.org:/cvs
# cd /usr
# cvs -q up -rOPENBSD_3_4 -P src
To update this tree later simply cd /usr/src; cvs -q up -rOPENBSD_3_4 -Pd
- Rebuild Kernel # cd /usr/src/sys/arch/i386/conf
# /usr/sbin/config GENERIC
# cd /usr/src/sys/arch/i386/compile/GENERIC
# make clean && make depend && make
# cd /usr/src/sys/arch/i386/compile/GENERIC
# cp /bsd /bsd.old (Save an old copy of your kernel)
# cp bsd /bsd (Copy the new kernel into place)
# reboot
Rebuild userland programs # cd /usr/src
# rm -r /usr/obj/*
# make obj && make build
Reboot the machine, at this point it's safe to connect it to the internet
Install ports tree, upgrade to stable # export CVSROOT=anoncvs@anoncvs1.usa.openbsd.org:/cvs
# cd /usr
# tar -xvzf /path/to/ports.tar.gz
# cvs -q up -rOPENBSD_3_1 ports
Postfix Install
- # cd /usr/ports/mail/postfix
Optionally, edit Makefile and uncomment out all the SUBDIR+= except for: SUBDIR+= stable,pcre,tls
# make install
edit /etc/rc.conf
Comment out line:
#sendmail_flags="-L sm-mta -C/etc/mail/localhost.cf -bd -q30m"
and add:
sendmail_flags="-bd -q30m"
Comment out line:
#*/30 * * * * /usr/sbin/sendmail -L sm-msp-queue -Ac -q
Set the following fields:
mydomain = your domain here
myorigin = $mydomain
mydestination = $myhostname, localhost.$mydomain, $mydomain
home_mailbox = .maildir/ # NOTE: the trailing / is important
# mailbox_command = /usr/local/bin/procmail
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- Freebsd oracle 10g 2009-05-13
- KDE/FreeBSD 测试 QT-4.5.1. 2009-05-13
- OpenBSD 4.5下安装Gnome 2.24成功! 2009-05-13
- OpenBSD 4.5 2009-05-13
- DragonFly BSD 2.2.1发布 2009-05-13
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash