-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
webmail.html
39 lines (35 loc) · 1.95 KB
/
webmail.html
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
32
33
34
35
36
37
38
<!--#set var="title" value="SRCF Webmail" -->
<!--#include virtual="inc/header.html" -->
<h2>SRCF Webmail</h2>
<p>Starting in October 2018, the SRCF runs <a href="faq/email">two email services</a>. We originally offered webmail access to both, although
following a system upgrade to Ubuntu 20.04 we are not in a position to offer SquirrelMail webmail access to the older pip-based email service
(via <code>webmail.pip.srcf.net</code>) any more. However, you can still access pip mailboxes
<a href="https://docs.srcf.net/reference/email/legacy-mail-on-pip/">using IMAP</a> and terminal mail clients.</p>
<div class="row">
<div class="col-md-6">
<div class="card">
<div class="card-body">
<h4 class="card-title">SRCF Hades webmail</h4>
<p>Hades is the standard SRCF email service since October 2018. If you signed up since then, or <a href="https://control.srcf.net/member">migrated your email</a>, this is probably the one you want.</p>
</div>
<div class="card-footer">
<a class="btn btn-outline-primary" href="https://webmail.hades.srcf.net/">webmail.hades.srcf.net</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card">
<div class="card-body">
<h4 class="card-title">pip webmail</h4>
<p>Before October 2018, the only SRCF email service was hosted on pip (our shell server). For older mailboxes, or if you chose to use
pip, this is probably where your email is kept.</p>
<p>The pip webmail service is no longer available. You can still access your email through a terminal email client while logged into pip,
such as Alpine or Mutt, or by <a href="https://docs.srcf.net/reference/email/legacy-mail-on-pip/">using IMAP</a>.</p>
</div>
<div class="card-footer">
<a class="btn btn-outline-secondary disabled" aria-disabled="true">webmail.pip.srcf.net</a>
</div>
</div>
</div>
</div>
<!--#include virtual="inc/footer.html" -->