mirror of
https://github.com/tildeclub/site.git
synced 2026-03-14 07:10:18 +00:00
add wiki.md, email.md
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="pandoc" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||
<meta name="author" content="vielmetti" />
|
||||
<title>Setting up email</title>
|
||||
<meta name="author" content="benharri" />
|
||||
<title>email</title>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<style type="text/css">
|
||||
code{white-space: pre-wrap;}
|
||||
@@ -20,15 +20,25 @@ div.column{display: inline-block; vertical-align: top; width: 50%;}
|
||||
<body>
|
||||
<a href="/wiki/">< back to wiki home</a>
|
||||
<header>
|
||||
<h1 class="title">Setting up email</h1>
|
||||
<h1 class="title">email</h1>
|
||||
|
||||
<p>authors:</p>
|
||||
<p class="author"><a href="/~vielmetti/">~vielmetti</a></p>
|
||||
<p class="author"><a href="/~benharri/">~benharri</a></p>
|
||||
|
||||
</header>
|
||||
<p>Your shiny, new tilde.club account comes with an email account you can use between tilde.club members as well as internet email. <code>alpine</code> is a command-line email application to use it, as is <code>mutt</code>. Good old-fashioned <code>mail</code> works too, although it’s a little cryptic.</p>
|
||||
<p>Your shiny, new tilde.club account comes with an email account. <code>alpine</code> is a command-line email application to use it, as is <code>mutt</code>. Good old-fashioned <code>mail</code> works too, although it’s a little cryptic.</p>
|
||||
<p><code>alpine</code> is menu driven, and the menus are self-explanatory; it’s surprisingly easy to learn, and surprisingly powerful when you want to customize it.</p>
|
||||
<p>From the command line (after logged in via SSH), type: <code>alpine</code> and <code>[return]</code> Follow instructions and use the menus at the bottom and top. (Note: When you see the ^ in front of the letter it means you need to use CTRL, otherwise just use the letter.)</p>
|
||||
<p>From the command line (after logged in via SSH), type: <code>pine</code> and <code>[return]</code> Follow instructions and use the menus at the bottom and top. (Note: When you see the ^ in front of the letter it means you need to use CTRL, otherwise just use the letter.)</p>
|
||||
<h2 id="non-cli-options">non-cli options</h2>
|
||||
<p>alternatively, you can use the <a href="https://webmail.tilde.club/">webmail</a> or standard imap/smtp.</p>
|
||||
<p>some clients will automatically detect the right settings (tested with thunderbird).</p>
|
||||
<p>connection settings: - imap.tilde.club port 993 with ssl - pop3.tilde.club port 995 with ssl - smtp.tilde.club port 587 with starttls</p>
|
||||
<p>if you’d like your <span class="citation" data-cites="tilde.club">@tilde.club</span> mail forwarded elsewhere, you can put an email address in a file called <code>~/.forward</code></p>
|
||||
<h2 id="sieve-filtering">sieve filtering</h2>
|
||||
<p>our dovecot configuration supports <a href="http://sieve.info/">sieve</a> and <a href="https://wiki1.dovecot.org/ManageSieve">managesieve</a>.</p>
|
||||
<p>this means that you should put your scripts in a <code>~/sieve/</code> directory, symlink the active script to <code>~/.dovecot.sieve</code>, and make sure to compile it with <code>sievec ~/.dovecot.sieve</code>.</p>
|
||||
<p>you can find some example sieve scripts <a href="https://wiki.dovecot.org/Pigeonhole/Sieve/Examples">here</a>.</p>
|
||||
<p>alternately, you can use webmail’s <a href="https://webmail.tilde.club/#/settings/filters">filter settings</a> to configure your filters.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user