View | Details | Raw Unified | Return to bug 253458
Collapse All | Expand All

(-)b/documentation/content/en/books/handbook/mail/_index.adoc (-1 / +1 lines)
Lines 472-478 When configuring a MTA for a network, any mail sent to hosts in its domain shoul Link Here
472
472
473
To make life easiest, a user account with the same _username_ should exist on both the MTA and the system with the MUA. Use man:adduser[8] to create the user accounts.
473
To make life easiest, a user account with the same _username_ should exist on both the MTA and the system with the MUA. Use man:adduser[8] to create the user accounts.
474
474
475
The MTA must be the designated mail exchanger for each workstation on the network. This is done in theDNS configuration with an MX record:
475
The MTA must be the designated mail exchanger for each workstation on the network. This is done in the DNS configuration with an MX record:
476
476
477
[.programlisting]
477
[.programlisting]
478
....
478
....
(-)b/documentation/content/en/books/handbook/network-servers/_index.adoc (-2 / +2 lines)
Lines 54-60 By the end of this chapter, readers will know: Link Here
54
* How to set FreeBSD up to act as an LDAP server or client
54
* How to set FreeBSD up to act as an LDAP server or client
55
* How to set up automatic network settings using DHCP.
55
* How to set up automatic network settings using DHCP.
56
* How to set up a Domain Name Server (DNS).
56
* How to set up a Domain Name Server (DNS).
57
* How to set up the ApacheHTTP Server.
57
* How to set up the Apache HTTP Server.
58
* How to set up a File Transfer Protocol (FTP) server.
58
* How to set up a File Transfer Protocol (FTP) server.
59
* How to set up a file and print server for Windows(R) clients using Samba.
59
* How to set up a file and print server for Windows(R) clients using Samba.
60
* How to synchronize the time and date, and set up a time server using the Network Time Protocol (NTP).
60
* How to synchronize the time and date, and set up a time server using the Network Time Protocol (NTP).
Lines 1380-1386 If [.filename]#slapd# was running, restart it. As stated in [.filename]#/usr/loc Link Here
1380
1380
1381
[.programlisting]
1381
[.programlisting]
1382
....
1382
....
1383
lapd_enable="YES"
1383
slapd_enable="YES"
1384
slapd_flags='-h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/
1384
slapd_flags='-h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/
1385
ldap://0.0.0.0/"'
1385
ldap://0.0.0.0/"'
1386
slapd_sockets="/var/run/openldap/ldapi"
1386
slapd_sockets="/var/run/openldap/ldapi"

Return to bug 253458