welcome: please sign in

The following 455 words could not be found in the dictionary of 7 words (including 7 LocalSpellingWords) and are highlighted below:
able   about   Accept   access   activities   activity   Add   address   administrator   again   all   allow   alone   alpine   Alpine   also   always   an   Anchors   and   Android   Another   any   app   appear   application   are   around   as   As   at   At   back   bazillion   be   been   Between   bottom   box   Bring   bringing   Browse   browse   browser   bug   but   button   by   ca   cache   cachedir   called   can   card   Category   cert   certificate   certificates   certs   certtool   certutil   change   changes   check   choose   Choose   click   Click   clicking   client   clients   Close   Collection   come   comes   compose   computer   Config   configuration   configure   configured   confirm   connect   Connect   Connection   Contents   Coop   Copy   corner   cp   create   created   crt   ctl   customize   db   default   denote   desired   directory   do   does   Doing   Domain   don   done   Double   down   download   Download   downloaded   Drafts   drag   drive   due   each   easily   easy   edits   eg   either   email   Email   enabled   enter   Enter   entry   everything   example   examples   Exit   exit   few   field   fields   Figure   file   Fill   fill   first   Folder   folder   folders   Follow   following   For   for   form   found   from   From   Future   gecko   get   Give   go   Go   good   guessed   hard   has   have   hcoop   Hcoop   hcoopmail   hdrs   header   here   Here   hit   hovering   how   http   https   icon   id   idle   If   if   imap   imaps   import   imported   in   In   inbox   Inbox   Incoming   incoming   info   Insert   install   installed   installing   instances   instructions   Instructions   Internet   into   invoke   is   issue   ists   it   It   Journal   just   keepalive   keychain   Keychains   laptop   last   later   leave   Leave   left   libnss3   Library   like   line   lines   list   ll   login   look   looking   ls   Mac   Mail   mail   mailbox   mailboxes   Mailboxes   mails   mailserv   Main   make   Manual   may   mbox   means   media   member   Member   menu   Menu   message   messages   Messaging   mkdir   mobile   mostly   Mount   mounted   move   mozilla   msgs   must   mutt   Mutt   My   mydomain   N91   name   Name   necessary   need   net   new   New   next   Next   Nickname   no   None   not   novalidate   Now   now   Of   of   On   on   ones   only   open   Open   openssl   opted   Options   or   org   other   our   out   outgoing   Outgoing   output   over   P4   package   page   passive   password   Password   path   pem   Personal   phones   pinerc   point   pop   Port   ports   possible   postponed   Prerequisites   present   Press   press   probably   problem   program   prompt   provides   quit   read   reader   record   remain   Require   rid   root   run   Safari   same   Save   save   say   screen   section   Secure   Security   see   select   send   sending   Sent   served   Server   server   set   setting   settings   Settings   setup   Setup   should   showcerts   sign   signed   similar   simply   site   Skip   smtp   smtps   so   solution   specific   specify   spoolfile   ssl   Start   start   successfully   sugar   Switch   symbian   Symbian   system   System   Table   Tap   tap   Terminal   text   that   The   the   them   then   Then   there   thing   this   This   those   thumb   time   to   To   too   tool   tools   type   Type   typing   Ubuntu   unchecked   under   Unmount   up   update   url   use   user   User   Username   username   Using   using   various   verbose   very   via   view   want   warn   warning   warns   was   way   We   we   web   webmail   websites   well   When   when   where   will   wish   with   won   work   working   writing   X509   yes   You   you   Your   your  

Clear message
Edit

MemberManual / Email / Clients

This page provides examples of how to get various email clients working with our setup.

MacOS X

Using our CA certificate

Doing this will get rid of the warning message for all SSL-enabled HCoop websites, as well as mail. It will also get rid of the warning for any HCoop member websites served via HTTPS that have opted to be signed by our CA certificate.

Using just the email certificate

If you don't want to install the CA certificate, then it is possible to install just the certificate for mail.

The easy way

In mail.app when the warning about the certificate comes up, drag the certificate icon to a folder. Then drag this into keychain access into the system keychain, or open it with keychain access and specify "system".

The hard way

When using webmail, MacOS X always warns you about the root certificate not found. Mail.app does this as well. The solution for this problem is to do the following:

openssl s_client -showcerts -connect mail.hcoop.net:443

In that output look for "BEGIN CERTIFICATE" and "END CERTIFICATE". Between those lines there is the certificate. Copy that to a pem file. Then do:

certtool i hcoopmail.pem k=/System/Library/Keychains/X509Anchors v

It will import this into the X509Anchors keychain, the 'v' is for verbose. It should also say it imported successfully. Now Safari should not warn you about this.

Symbian

Hcoop email can be easily configured on your symbian mobile. This example is N91 specific, but other Symbian 9.1 phones should be very similar. IMAP4 configuration will be good if you like your mails to remain on the server.

Your mailbox name will appear in the list of mailboxes.

Android

This is the configuration for the default 'Email' application on Android.

OLPC

At the time of this writing, the only way to access email from an OLPC laptop is via https://mail.hcoop.net, and there is no easy way to successfully browse that site, due to a bug in the OLPC web browser. Here is how to work around the issue.

Prerequisites

Instructions

Mutt

#
# ~/.muttrc
#
set certificate_file=~/.mutt/certs
set folder=imaps://mail.hcoop.net/INBOX.
set from=user@hcoop.net
set header_cache=~/.mutt/cache/hdrs
set imap_idle=yes
set imap_keepalive=300
set imap_passive=no
set imap_user=user
# set imap_pass=password
set mbox=imaps://mail.hcoop.net/INBOX
set mail_check=300
set message_cachedir=~/.mutt/cache/msgs
set move=no
set postponed=+Drafts
set record=+Sent
# set realname=Your Other Name
set smtp_url=smtps://user:password@mail.hcoop.net
set spoolfile=imaps://mail.hcoop.net/INBOX

Alpine

You can also check your hcoop email using Alpine. To do so, simply type 'alpine' at the prompt. This will invoke the Alpine client, but as is, it won't be able to access your messages, or send new ones. You will need to configure a few settings first.

You have just done everything that you need to do to read incoming mail, and send outgoing messages. The next (and last) thing you will probably want to do, is to get access to other folders that you may have created/want to create.

To do this,

You can now browse your mail and compose messages using Secure IMAP and Secure SMTP.


CategoryMemberManual

MemberManual/Email/Clients (last edited 2017-01-03 10:06:26 by KevinEverets)