Linux Configuration mail Client

Source: Internet
Author: User

Linux configuration mail client 1. Request a 163 mailbox and configure the client authorization password

L Open Pop3/smtp/imap

L Set the client authorization password

# # # This password cannot be the same as the mailbox password, this password is used in Linux mail client configuration. Add the client authorization code set here to ABC

# # #备注最好配置完之后, configure the mailbox password and the client authorization password to be the same.

2. Linux installation sendmail,mailx 3. Configure message sender information

Edit /etc/mail.rc Add the following information on the last line

Set [email protected] # # # here to set the sender's information

Set smtp=smtp.163.com # # # here configures the Mail service address because the mailbox is 163 , so it is configured here as smtp.163.com

Set [email protected] # # # here to configure the sender's email address

Set SMTP-AUTH-PASSWORD=ABC # # # Remember here the configuration ABC is the client authorization code, not the sender's email address password.

Set Smtp-auth=login # # # e-mail authentication method

4. Test Send

echo " test content " |mail-s " test mail " [email protected]

Linux Configuration mail Client

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.