blob c3c55ea1aedfd15a7547f0d0fd0d6b296fd47ef3 780 bytes (raw)
name: examples/public-inbox-imapd.socket # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| | # ==> /etc/systemd/system/public-inbox-imapd.socket <==
# This contains 5 sockets for an public-inbox-imapd instance.
# The TCP ports are well-known ports registered in /etc/services.
# The /run/imapd.onion.sock entry is meant for the Tor hidden service
# enabled by the following line in the torrc(5) file:
# HiddenServicePort 143 unix:/run/imapd.onion.sock
[Unit]
Description = public-inbox-imapd sockets
[Socket]
ListenStream = 0.0.0.0:143
ListenStream = 0.0.0.0:993
ListenStream = /run/imapd.onion.sock
# Separating IPv4 from IPv6 listeners makes for nicer output
# of IPv4 addresses in various reporting/monitoring tools
BindIPv6Only = ipv6-only
ListenStream = [::]:143
ListenStream = [::]:993
Service = public-inbox-imapd@1.service
[Install]
WantedBy = sockets.target
|
debug log:
solving c3c55ea1 ...
found c3c55ea1 in https://80x24.org/public-inbox.git
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://80x24.org/public-inbox.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).