> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/openbsd/networking-and-daemons/services.md).

# 服务

服务章节将守护进程的配置与运维指南按功能分为若干清晰的类别。

类别：

* [数据库](/openbsd/networking-and-daemons/services/database-services.md) 数据库服务器部署与管理。
* [目录](/openbsd/networking-and-daemons/services/directory-services.md) 目录与认证基础设施。
* [文件](/openbsd/networking-and-daemons/services/file-services.md) 网络文件服务与共享协议。
* [文件同步](/openbsd/networking-and-daemons/services/sync-services.md) 同步与镜像工具。
* [FTP 服务](/openbsd/networking-and-daemons/services/ftp-services.md) FTP 守护进程及相关文件传输与分发功能。
* [日志](/openbsd/networking-and-daemons/services/logging-services.md) 系统日志设施、收集、转发与保留策略。
* [邮件](/openbsd/networking-and-daemons/services/mail-services.md) 邮件传输、投递与过滤组件。
* [消息](/openbsd/networking-and-daemons/services/messaging-services.md) 消息代理与服务间通信。
* [监控](/openbsd/networking-and-daemons/services/monitoring-services.md) 主机与服务监控、指标收集与告警。
* [名称](/openbsd/networking-and-daemons/services/name-services.md) 权威 DNS 与递归 DNS 服务。
* [网络服务](/openbsd/networking-and-daemons/services/networking-services.md) DHCP、路由器通告与 SLAAC 等支撑性守护进程。
* [远程访问](/openbsd/networking-and-daemons/services/remote-access-services.md) 安全的远程管理与访问。
* [时间](/openbsd/networking-and-daemons/services/time-services.md) 网络时间同步与时钟校准。
* [Web](/openbsd/networking-and-daemons/services/web-services.md) HTTP 服务器、TLS 终止与反向代理。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://book.bsdcn.org/openbsd/networking-and-daemons/services.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
