welcome: please sign in

Diff for "MemberManual/Email/Clients"

Differences between revisions 8 and 9
Revision 8 as of 2007-11-21 01:55:47
Size: 2337
Editor: MichaelOlson
Comment: Move sending w/ emacs section to new page
Revision 9 as of 2007-12-21 06:01:17
Size: 2879
Editor: MichaelOlson
Comment: Mention CA certificate, since I no longer consider it harmful to install
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:

== 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.

 * Click on [http://deleuze.hcoop.net/ca/ca.crt] using Safari to download our CA certificate.
 * Double-click the icon of the downloaded root certificate.
 * Choose X509 Anchors from the pop-up menu and click Add.
 * Enter an administrator password and click OK.

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

TableOfContents()

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.

  • Click on [http://deleuze.hcoop.net/ca/ca.crt] using Safari to download our CA certificate.

  • Double-click the icon of the downloaded root certificate.
  • Choose X509 Anchors from the pop-up menu and click Add.
  • Enter an administrator password and click OK.

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 deleuze.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.

  • Go to "Menu | Messaging". From there choose "Options | Settings | E-mail". From there choose "Mailboxes | Options | New mailbox" and hit Start.
  • Choose "IMAP4" for the mailbox type and hit Next.
  • Enter your email address in "My email address" and hit Next.
  • Enter "deleuze.hcoop.net" as your "Incoming mailserv." and hit Next.
  • Enter "deleuze.hcoop.net" as your "Outgoing mailserv." and hit Next.
  • Choose an access point that you will mostly use.
  • Give your mailbox a name eg:user_mydomain and hit OK to create the mailbox.

Your mailbox name will appear in the list of mailboxes.

  • Go on and select the mailbox name | "Connection Settings" | "Incoming Email".
  • Enter your username and password and change "Security(ports)" setting to "SSL/TLS" and change "Port" to "993".
  • Go on to configure "Outgoing mail" using the same settings with "Port" as "465".
  • Go back to "Menu | Messaging" and you will see your mailbox appear in the list. Open it and hit "Options | Connect" to read your mail.

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