目次

ちょいとメモ

あとでまとめなおす。

NetBSD-current@20130502

Routerを作成する前提での設定。

Install時には、Test系、X系、Sourceを除いて全部入れる。

とにかく最初に設定すること

$NetBSD: MESSAGE.NetBSD,v 1.3 2007/07/11 12:25:53 martti Exp $

If you are running NetBSD 1.5 (or newer), the existing /etc/rc.d/postfix can be forced to start /usr/pkg/sbin/postfix instead of /usr/sbin/postfix, by adding the following lines to /etc/rc.conf.d/postfix:

postfix_command='/usr/pkg/sbin/postfix'

       required_files='/usr/pkg/etc/postfix/main.cf'
       start_cmd='/usr/pkg/sbin/postfix start'
       stop_cmd='/usr/pkg/sbin/postfix stop'
       reload_cmd='/usr/pkg/sbin/postfix reload'

Please note that /etc/rc.conf.d/postfix does not exist by default so you need to create that file if you need to override the default settings.

</ccode>

細かい設定

最小限の設定をして再起動したら、以下を実施。