Monday, March 24, 2014

Setting mail client for most famous providers

GMAIL
  1. Log into your Gmail account.
  2. Click the gear icon at the top right, then choose Settings.
  3. Click Forwarding and POP/IMAP to bring up the POP and IMAP settings.
  4. Click Enable IMAP.
  5. Click Save Changes.
    After you configure Gmail for IMAP, you can add your Gmail account to Outlook. Here are the steps for Microsoft Outlook:

    1. Start Outlook 2013.
    2. Choose File→Account Settings.
    3. In the Account Settings dialog box, click New.
    4. Choose Email Account, then click Next.
    5. Choose Manual Setup or Additional Server Types, then click Next.
    6. Choose Pop or IMAP, then click Next.
    7. In the Add Account page, enter the following information:
      Your name: The display name you’d like to use
      Email address: Your complete Gmail address (e.g.,
      me@Gmail.com)
      Account type: IMAP
      Incoming mail server: imap.Gmail.com
      Outgoing mail server (SMTP): smtp.Gmail.com
      User name: Your complete Gmail address (e.g.,
      me@Gmail.com)
      Password: Your Gmail password
    1. Click More Settings.
    2. Click the Outgoing Server tab.
    3. Select My Outgoing Server (SMTP) requires authentication.
    4. Select Use Same Settings As My Incoming Mail Server.
      1. Click the Advanced tab.
      2. Enter the following information:
        Incoming server (IMAP): 993
        Use the following type of encrypted connection: SSL
        Outgoing server (SMTP): 465
        Use the following type of encrypted connection: SSL
      1. Click OK to close the More Settings dialog box.
      2. Click Next.
      3. Be patient while Outlook tests the connection.
      4. When the test completes, click Close. (If the test is not successful, carefully double-check all of your entries.)
      5. Click Finish.















Kali Linux

  Activate Root: sudo apt -y install kali-root-login =============================== Change boot order ( Easily Change GRUB Boot Order in Ka...