跳到主要內容

Mac OS X Mail server 10.10


This article walks you through the steps for setting up Apple Mail 8.0 on Mac OS X 10.10 (Yosemite).
  • Once you complete the setup, you’ll have an incoming IMAP connection using SSL (without warnings) and an SMTP connection using SSL (without warnings).

How to set up a new Mail account

Step one: Finding your email server

Replace "example.com" with your actual domain name in the following examples:
04 mail servernames.png
  • outgoing – mail.example.com
  • incoming – mail.example.com
If mail.example.com does not work, an alternative is to use servername.mail.dreamhost.com. You can find your specific mail cluster in your panel on the (Panel > 'Support' > 'Data Centers') page.
Your mail cluster is to the right of any domain in the 'Mail services' section.
So, if your mail server is homiemail-sub4, your hostname would be sub4.mail.dreamhost.com
Dh-kb-note-icon.fw.png Note:When you set up the first email address under a domain (that is configured to be hosted with DreamHost), the DreamHost system automatically creates the necessary hostnames and MX records that are required to process email for that domain. Please also note that if this is your first address on a domain, it may take up to 6hrs for those emails to function.

Step two: Verifying the email user exists in your web panel

Make sure your email user is already set up in the DreamHost panel by going to (Panel > ‘Mail’ > ‘Manage E-mail’).
You will see your mail user listed on the page:
03 MacOSX web panel email user.fw.png

Step three: Setting up a new account in Mail

To set up a new account in Mail, follow these instructions:
  1. Open the Apple Mail application by clicking Mail in the top menu bar.
    04 MacOSX mail new account.fw.png
  2. Select the Add Account option.
    The 'Choose a mail account to add...' page opens:
    05 MacOSX mail account type.fw.png
  3. Select the Add Other Mail Account… option and click the Continue button.
    In this example, we'll use the email address "user@dhwiki.dreamhosters.com":
    06 MacOSX new user confirm2.fw.png
  4. Enter the following:
    • Full Name: This is how you'd like your name displayed when sending email.
    • Email Address: This field must contain the full email address.
    • Password: This is the password you set up for the email when creating it in your panel.
  5. Click the Create button when finished.
    You should receive notification that the Account must be manually configured:
  6. Click the Next button to proceed to manually configure your email address.
    After you click Next to proceed, the Incoming Mail Server Info page opens:
    07 MacOSX new incoming.fw.png
    Dh-kb-note-icon.fw.png Note:In this example, IMAP is used as the connection as this is the preferred protocol. But, if you wish you can also use POP to connect.

  7. Enter the following settings on the Incoming Mail Server Info page:
    • Account Type: IMAP
    • Mail Server: mail.EXAMPLE.COM (replacing EXAMPLE.COM with your actual domain name). In this example, mail.dhwiki.dreamhosters.com is shown as the incoming Mail Server.
    • User Name: Your full email address.
    • Password: This is the password you set up for the email when creating it in your DreamHost panel.
  8. Click the Next button to proceed.
    After you click Next, you should receive a warning about the mail server certificate:
    08 MacOSX new certificate.fw.png
  9. Click the Connect button to accept the certificate.
    After you connect, the Outgoing Mail Server Info page opens:
    09 MacOSX new outgoing.fw.png
  10. Enter the following settings on the Outgoing Mail Server Info page:
    • SMTP Server: Use mail.EXAMPLE.COM (replacing EXAMPLE.COM with your actual domain name as you did previously). This example uses mail.dhwiki.dreamhosters.com.
    • User Name: Your full email address
    • Password: This is the password you set up for the email when creating it in your DreamHost panel.
  11. Click the Create button to create the email address.
Your new email address is now set up and ready to use. You can send a test message to confirm it's working properly.

How to make changes to an existing Mail account

To perform settings changes to a Mail account that you already set up, follow these instructions:

Editing existing Incoming settings

  1. Open the Apple Mail application by clicking Mail in the top menu bar.
    10 MacOSX mail edit pref - Copy - Copy.fw.png
  2. Select the Preferences option.
    The Accounts page opens:
    11 MacOSX new mail settings - Copy.fw.png
  3. Click the @ Accounts option in the top bar.
    12 MacOSX new mail imap settings.fw.png
  4. Click the Advanced tab in the upper right.
  5. Edit the incoming Port number and enable/disable SSL by selecting/deselecting the Use SSL box, as needed.

Editing pre-existing SMTP settings

  1. Open the Apple Mail application by clicking Mail in the top menu bar.
    10 MacOSX mail edit pref - Copy - Copy.fw.png
  2. Select the Preferences option.
    The Accounts page opens:
    11 MacOSX new mail settings - Copy.fw.png
  3. Click the @ Accounts option in the top bar.
    15 MacOSX new mail smtp list.fw.png
  4. Select your outgoing mail server from the available options within the Outgoing Mail Server (SMTP) drop-down list.
    After you select an outgoing mail server, the Account Information page opens:
    16 MacOSX new mail smtp ports.fw.png
  5. Click the Advanced tab.
  6. Edit the incoming SMTP Port number and enable/disable SSL by selecting/deselecting the Use SSL box, as needed.

這個網誌中的熱門文章

正確設置404頁面及其他.505,500....

正確設置404頁面 404頁面的設置是否正確直接關係到網站粘性,而現在很多網站的錯誤頁面返回碼都是200和302,只要蜘蛛爬行錯誤頁面不是404,那麼你的404頁 面設置就是錯誤的了,這裡跟大家介紹如何正確設置404頁面。 怎麼正確設置404頁面?很多人看到這個話題可能覺得下文不屑一顧,其實你是否知道自己的404頁面有沒有設置正確呢?很多開源的cms系統和博客 系統都會帶有404頁面,你是不是覺得這樣已經ok了?不用設置了?這些想法是錯誤的,我們做優化的時候,應該測試404頁面時候生效,設置是否正 確等。下面我們詳細說明怎麼設置404頁面。 這先說一下怎麼樣的404頁面才是有效的404頁面。大家應該都知道搜索引擎是通過http狀態碼來識別網頁狀態的,那麼當蜘蛛檢索到一個錯誤鏈 接時,就需要返回404狀態碼來告訴搜索引擎,這個頁面是錯誤頁面,以後不用索取了。而如果返回200,則告訴搜索引擎這個頁面是正常頁面。 所以我們要查看網站錯誤頁面的返回碼是200還是404,而現在很多網站的404頁面返回碼是200而不是404.    那怎麼正確設置404頁面?

Mac OS X Server 架設兩個網站、兩個郵件伺服器

from:http://www.bnw.com.tw/conference/viewtopic.php?t=208 我的需求要更簡單。  朋友的工作室就兩三人而已,另外一個工作室也是兩三人。  希望有屬於自己的網站及網域名稱郵件  www.123.com   abc@123.com  

Mac mini server(2012 年末和 2011 年中):如何將 OS X Server 安裝到軟體 RAID

重要事項 這些步驟會清除 Mac mini Server 中兩個磁碟機上的所有資料。雖然您可以重新安裝 OS X Server,但是請務必確認這些磁碟機上的任何其他資料都已完成備份,然後再繼續。 您無法在 RAID 卷宗上建立恢復分割區。如果沒有恢復分割區, 將無法支援 OS X 的某些功能 ,因此您應該考慮使用 恢復磁碟輔助程式 建立外接恢復磁碟,然後才建立 RAID 卷宗。 本文所提供的步驟需要使用透過 WiFi 或乙太網路的寬頻 Internet 連線。您的網路連線必須符合 這篇連結文章 的「重新安裝 OS X 的需求」一節中,針對 Internet 回復功能所述的需求。 安裝步驟 按住 Command、Option 和 R 鍵的同時啟動 Mac mini Server,以便啟動進入 Internet 回復模式。這可能要花數分鐘的時間。看到旋轉地球和“正在從網路啟動回復程序”訊息時,放開這些按鍵。