Email: Difference between revisions

From help.computerisms.ca
Jump to navigation Jump to search
 
(154 intermediate revisions by 7 users not shown)
Line 1: Line 1:
==New Features==
==Instructions For Configuring Email Clients==
<h5>Server Side Message Filtering using Sieve protocol</h5>
{| style="width: 100%; border-spacing:15px;border-collapse:separate;border: 1px solid rgb(191, 238, 255); background-color: rgb(255, 235, 205);text-align:center;font-size:1.5em;"
|- valign="center"
|  [[file:thunderbird_logo.png|link=https://help.computerisms.ca/Thunderbird|75px]]
|| [[file:Outlook.png|link=https://help.computerisms.ca/Outlook|75px]]
||
|-
| [[Thunderbird|Thunderbird]]
||  [[Outlook|Outlook]]
||
|}
 
==How to setup your email on iPhone==
{| style="width:100%" border="0" cellspacing="75" cellpadding="20" style="font-size:120%;
|-
|style="width: 50%"|
*Navigate to your settings and select the Mail, Contacts, Calenders settings
|[[File:Iphoneemail1.JPG|centre|450x450px]]
|-
|[[File:Iphoneemail2.JPG|centre|450x450px]]
|
*Select Add Account
|-
|
*Select "Other" to add a POP3 or IMAP account
|[[File:Iphoneemail3.JPG|centre|450x450px]]
|-
|[[File:Iphoneemail4.JPG|centre|450x450px]]
|
*Choose Add Mail Account
|-
|
*Enter your Name, Email, Password and a Description
*Click Next
|[[File:Iphoneemail5.JPG|centre|450x450px]]
|-
|[[File:Iphoneemail6.JPG|centre|450x450px]]
|
*For Incoming mail server
**Host name: mail.domain.tld (for example mail.ctfn.ca)
**User Name is your full email address
**Password is the same password that you are using for email
|-
|
*For Outgoing Mail Server:
**Host name: mail.domain.tld (for example mail.ctfn.ca)
**User Name is your full email address
**Password is the same password that you are using for email
*Click Next and your email should be ready
*Recommended : send an email to your self to check and make sure all settings are working
|[[File:Iphoneemail7.JPG|centre|450x450px]]
|}
 
==Email Settings==
====Computerisms Hosted Email====
*IMAP: configure using SSL (port 993) Server: [[Domain Substitution|mail.yourdomain.tld]]
*POP3: configure using SSL (port 995) Server: [[Domain Substitution|mail.yourdomain.tld]]
*SMTP: Server:[[Domain Substitution|mail.yourdomain.tld]]
**Port 465: With Authentication using incoming user/pass and SSL/TLS
***Our email hosting uses Port 465 and SSL/TLS for SMTP
*Thunderbird Users: our mail servers are set up in a way that Thunderbird should find all this information automatically, all you need to do is enter your Name, Email Address, and Password in the Add Email Account Wizard.
*Outlook Users: Outlook may not be able to find this info automatically, so you may have to key it in manually.
 
==Server Side Filters==
<b>Server Side Message Filtering can be used by any program supporting the SIEVE protocol</b>
*NOTE: Computerisms has Server Side Filtering disabled by default, please contact us to enable it
**Enabling this feature will disable the ability to do forwarding and autoreplies in [https://manage.computerisms.ca Qmailadmin]
**Qmailadmin is easier to use, Server Side Filtering provides more features and control
*The [http://sieve.info/ Sieve Protocol] is a platform independent method of filtering your mail
*The [http://sieve.info/ Sieve Protocol] is a platform independent method of filtering your mail
**This is commonly done using "Message Rules" or similar on email clients such as Thunderbird and Outlook
**This is commonly done using "Message Rules" or similar on email clients such as Thunderbird and Outlook, but your program needs to download the messages in order to filter them
*It is useful to us because the server is capable of running these filters before the mail is delivered to your Inbox
**In this case, the server does the filtering so it can drop the mail in the correct folder before your email client knows it is there
**Because the filter can be run before delivery, the server can drop the mail in the correct folder before your email client knows it is there
**Sieve Protocol also allows for other features, such as Out of Office replies, forwarding, and copying.
**Sieve Protocol also allows for other features, such as Out of Office replies.
***Be sure to include rules pertaining to BULK mail if you subscribe to mailing lists and want to use Out of Office replies
*  
*[[Round Cube#Server Side Message Filtering|RoundCube]] can be used to implement Server Side Filters
*SquirrelMail also supports Server Side Filtering, just click on the coffee filter icon after you log in
*There is also a [https://addons.mozilla.org/en-US/thunderbird/addon/sieve/ a Thunderbird Plugin], but it's a bit complicated to use


**Log into roundcube and choose settings, then go under the filters tab.  Put rules under the managesieve set.
==Mail Management (For our hosting)==
**Log into squirrelmail and click the little coffee filter icon
*[[QmailAdmin Management|Manage your email accounts, passwords, mailing lists, and more]]
**Use [https://addons.mozilla.org/en-US/thunderbird/addon/sieve/ a Thunderbird Plugin]

Latest revision as of 12:53, 3 June 2021

Instructions For Configuring Email Clients

Thunderbird Outlook

How to setup your email on iPhone

  • Navigate to your settings and select the Mail, Contacts, Calenders settings
  • Select Add Account
  • Select "Other" to add a POP3 or IMAP account
  • Choose Add Mail Account
  • Enter your Name, Email, Password and a Description
  • Click Next
  • For Incoming mail server
    • Host name: mail.domain.tld (for example mail.ctfn.ca)
    • User Name is your full email address
    • Password is the same password that you are using for email
  • For Outgoing Mail Server:
    • Host name: mail.domain.tld (for example mail.ctfn.ca)
    • User Name is your full email address
    • Password is the same password that you are using for email
  • Click Next and your email should be ready
  • Recommended : send an email to your self to check and make sure all settings are working

Email Settings

Computerisms Hosted Email

  • IMAP: configure using SSL (port 993) Server: mail.yourdomain.tld
  • POP3: configure using SSL (port 995) Server: mail.yourdomain.tld
  • SMTP: Server:mail.yourdomain.tld
    • Port 465: With Authentication using incoming user/pass and SSL/TLS
      • Our email hosting uses Port 465 and SSL/TLS for SMTP
  • Thunderbird Users: our mail servers are set up in a way that Thunderbird should find all this information automatically, all you need to do is enter your Name, Email Address, and Password in the Add Email Account Wizard.
  • Outlook Users: Outlook may not be able to find this info automatically, so you may have to key it in manually.

Server Side Filters

Server Side Message Filtering can be used by any program supporting the SIEVE protocol

  • NOTE: Computerisms has Server Side Filtering disabled by default, please contact us to enable it
    • Enabling this feature will disable the ability to do forwarding and autoreplies in Qmailadmin
    • Qmailadmin is easier to use, Server Side Filtering provides more features and control
  • The Sieve Protocol is a platform independent method of filtering your mail
    • This is commonly done using "Message Rules" or similar on email clients such as Thunderbird and Outlook, but your program needs to download the messages in order to filter them
    • In this case, the server does the filtering so it can drop the mail in the correct folder before your email client knows it is there
    • Sieve Protocol also allows for other features, such as Out of Office replies, forwarding, and copying.
      • Be sure to include rules pertaining to BULK mail if you subscribe to mailing lists and want to use Out of Office replies
  • RoundCube can be used to implement Server Side Filters
  • SquirrelMail also supports Server Side Filtering, just click on the coffee filter icon after you log in
  • There is also a a Thunderbird Plugin, but it's a bit complicated to use

Mail Management (For our hosting)