]> Cypherpunks.ru repositories - nncp.git/blob - ports/nncp/files/pkg-message.in
Up to date FreeBSD port
[nncp.git] / ports / nncp / files / pkg-message.in
1 [
2 { type: install
3   message: <<EOM
4 - Add the following lines to /etc/rc.conf to enable nncp-daemon,
5   nncp-caller and nncp-toss:
6
7     nncp_daemon_enable="YES"
8     nncp_caller_enable="YES"
9     nncp_toss_enable="YES"
10
11 - %%PREFIX%%/etc/newsyslog.conf.d/nncp.conf
12   log rotation configuration has been installed.
13 - /var/spool/nncp is the packet spool directory.
14 - Look in nncp.info how to integrate mail exchanging with Postfix.
15 - Generate NNCP configuration file using the command:
16
17     # umask 077
18     # nncp-cfgnew > %%PREFIX%%/etc/nncp.hjson
19 EOM
20 }
21 ]