diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-05 14:47:52 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-05 16:59:25 +0800 |
commit | ab4f8ebdcbc13ab7556023a212e067d472d22069 (patch) | |
tree | a72e084c875a2a4382258fc60a1ae158a8246052 /man/lindenii-forge-mail.5 | |
parent | Reduce unnecessary allocations when converting []byte to string (diff) | |
download | forge-ab4f8ebdcbc13ab7556023a212e067d472d22069.tar.gz forge-ab4f8ebdcbc13ab7556023a212e067d472d22069.tar.zst forge-ab4f8ebdcbc13ab7556023a212e067d472d22069.zip |
Remove man pages
They're better documented on the Web
Diffstat (limited to 'man/lindenii-forge-mail.5')
-rw-r--r-- | man/lindenii-forge-mail.5 | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/man/lindenii-forge-mail.5 b/man/lindenii-forge-mail.5 deleted file mode 100644 index a7134a7..0000000 --- a/man/lindenii-forge-mail.5 +++ /dev/null @@ -1,31 +0,0 @@ -.\" SPDX-License-Identifier: AGPL-3.0-only -.\" SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> -.Dd March 30, 2025 -.Dt LINDENII-FORGE-MAIL 5 -.Os Lindenii Forge -.Sh NAME -.Nm lindenii-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 lindenii-forge 1 , -.Xr lindenii-forge 5 , -.Xr smtpd.conf 5 -.Sh AUTHORS -.An Runxi Yu Aq Mt https://runxiyu.org -.An Test_User Aq Mt hax@runxiyu.org |