blob: 58e35807b06fd97818d44ad8f5d2e95486d8b8af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
.\" SPDX-License-Identifier: AGPL-3.0-only
.\" SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org>
.Dd March 30, 2025
.Dt FORGE-MAIL 5
.Os Lindenii Forge
.Sh NAME
.Nm forge-mail
.Nd configuring Lindenii Forge email integration
.Sh DESCRIPTION
.Nm
is a guide to configuring Lindenii Forge for email integration.
.Pp
This is currently a stub. Here is a working configuration that works
for the Lindenii Project itself, though.
.Sh /etc/smtpd/smtpd.conf
.Bd -literal
table forge file:/etc/smtpd/forge
action "FORGE" lmtp "/srv/forge/lmtp.sock" rcpt-to virtual <forge>
match from any for domain "forge.lindenii.runxiyu.org" action "FORGE"
.Ed
.Sh /etc/smtpd/forge
.Bd -literal
@ forge
.Ed
.Sh SEE ALSO
.Xr forge 1 ,
.Xr forge 5 ,
.Xr smtpd.conf 5
.Sh AUTHORS
.An Runxi Yu Aq Mt https://runxiyu.org
.An Test_User Aq Mt hax@runxiyu.org
|