Files
town/home/setup.html
T
2026-07-24 11:11:55 +01:00

32 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>atom.town</title>
<link rel="stylesheet" href="style/fonts.css">
<link rel="stylesheet" href="style/reset.css">
<link rel="stylesheet" href="style/style.css">
<link rel="icon" type="image/avif" href="assets/logo_icon.avif">
<link rel="preload" as="image" href="assets/clouds.avif">
<link rel="preload" as="font" href="assets/InterVariable-Italic.woff2" crossorigin>
</head>
<body>
<img src="assets/logo.avif" class="logo" />
<div class="flex flex-col gap-8 mt-4 max-w-md">
<p class="font-light">things that are useful to know</p>
<div class="flex flex-col gap-2">
<h2 class="font-heavy big">email</h2>
<ul class="font-light">
<li>the mailserver lives at <b>post.atom.town</b></li>
<li>incoming mail uses <b>imap</b> with <b>ssl/tls</b> on port <b>993</b></li>
<li>outgoing mail uses <b>smtp</b> with <b>ssl/tls</b> on port <b>465</b></li>
</ul>
<ul class="font-light">
<li>the mailserver also has a few other functions. it is an admin dashboard, which anyone can use to configure their own email account, and also the oidc (auth) provider.</li>
</ul>
</div>
<a href="/" class="self-start font-normal pop">← back</a>
</div>
</body>
</html>