pkg install -y mess822
 pkg install -y procmail
 pkg install -y autorespond
 pkg install -y daemontools


** ucspi-tcp [#pe4b25d2]

 make config  
  
 OPTIONS UNSET  IPV6 
 OPTIONS SET    SSL
 
 make install
 pkg lock -y ucspi-tcp

 IPV6 と SSL オプション同時はpatchの競合あり

** netqmail mail/qmail [#df880a32]

 make config
 
 OPTIONS SET   LOCALTIME_PATCH
 OPTIONS SET   SMTP_AUTH_PATCH
 OPTIONS UNSET RCDLINK

 cp /mnt/src/patch-z* ./files/
 
 make install
 pkg lock -y netqmail
 
 /var/qmail/scripts/enable-qmail
 

** vpopmail [#r9e1054c]

 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
 
 make install
 pkg lock -y vpopmail



** courier-imap [#m230caff]

 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
 # pkg の courier-unicode-1.1_1 と ports の courier-unicode-1.2 version 違いで削除

 make install
 pkg lock -y courier-imap




 pkg install queue-fix 

 pkg install qmailmrtg7
 mrtg_daemon_enable="YES"

**daemontools [#kb12943a]
 #!/bin/sh
 exec /usr/local/bin/setuidgid qmailp /usr/local/bin/multilog t s16777215 n30 \
 -* \
 +tcpserver* \
 +*USER* \
 +*PASS* \
 +*APOP* \
 +*ERR* \
 /var/log/qmail/pop3d \
 -* \
 +tcpserver*status* \
 =/var/log/qmail/pop3d/status





 





----
[[FreeBSD/インストール9.3]]

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS