etc †
pkg install -y mess822
pkg install -y procmail
pkg install -y autorespond
pkg install -y daemontools
ucspi-tcp †
make config
OPTIONS UNSET IPV6
OPTIONS SET SSL
make install
- IPV6 と SSL オプション同時はpatchの競合あり
netqmail mail/qmail †
- host名がDNSで解決できる状態でインストールする事が望ましい
make config
OPTIONS SET LOCALTIME_PATCH
OPTIONS SET MAILDIRQUOTA_PATCH
OPTIONS SET SMTP_AUTH_PATCH
OPTIONS UNSET RCDLINK
cp /mnt/src/patch-z* ./files/
make install
vpopmail †
make config
OPTIONS SET CLEAR_PASSWD
OPTIONS SET SMTP_AUTH_PATCH
OPTIONS SET MYSQL
portmaster --show-work | grep -w 'NOT INSTALLED' | cut -d'/' -f2 > /back/list
sed s/py-/py27-/ < /back/list > /back/list2
# pkg と ports の名前違いで 変換
cat /back/list2 | xargs -n 1 pkg install -y
portmaster --show-work | grep -w 'NOT INSTALLED'
# 全部インストールできたか確認
make install
courier-imap †
- パッケージのcourier-authlib-vchkpwはmysql非対応なのでportsから
make config
OPTIONS UNSET IPV6
OPTIONS SET AUTH_VCHKPW
portmaster --show-work | grep -w 'NOT INSTALLED' | cut -d'/' -f2 > /back/list
cat /back/list | xargs -n 1 pkg install -y
portmaster --show-work | grep -w 'NOT INSTALLED'
# 全部インストールできたか確認
# pkg の courier-unicode-1.1_1 と ports の courier-unicode-1.2 version 違いでやむなくportsからってこともあった。
make install
etc2 †
pkg install -y queue-fix
pkg install -y qmailmrtg7
pkg lock †
pkg lock -y ucspi-tcp
pkg lock -y netqmail
pkg lock -y vpopmail
pkg lock -y courier-imap
FreeBSD/インストール9.3