Zimbra enables SMTP Authentication and binds authentication logon and sender
Source: Internet
Author: User
Zimbra enables SMTP Authentication and binds authentication login and sender 1. smtp Authentication 1.1 modify mynetworks to log on to the zimbra background -- & gt; global configuration -- & gt; MTA -- & gt; trusted network -- & gt; 127.0.0.0/8 -- & gt; server configuration -- & gt; MTA -- & gt; trust network -- & gt; reset to enable SMTP authentication for all zimbra and bind authentication logon and sender 1. smtp Authentication 1.1 modify mynetworks to log on to the zimbra background --> Global configuration --> MTA --> trust network --> 127.0.0.0/8 --> server configuration --> MTA --> trust network --> Reset to Global configure 1.2 modify postfix to configure nano/opt/zimbra/conf/zmmta. cf modify smtpd_client_restrictions permit_sasl_authenticated, permit_mynetworks, reject_unauth_pipelining, reject2. smtp Authentication and mail from binding description: Purpose: The user must send an email through smtp Authentication, the sender of the email must be the same as the authenticated user before the email can be sent. prevent the sender from forging the email sending email. 2.1 modify the postfix configuration nano/opt/zimbra/conf/zmmta. cf modify smtpd_sender_restrictions = permit_mynetworks, reject_sender_login_mismatch, expires, expires 2.2 modify postfix Configuration 2 su zimbra postconf-e "smtpd_sender_login_maps = hash: /data/zimbra/sender "2.3 Create/data/zimbra/sender hash file 2.3.1 create directory/data/zimbra/and modify permission # mkdir-p/data/zimbra/# chmod 777-R/data/zimbra/2.3.2 create file sender # nano/data/zimbra/sender content: user1@example.com user1 user2@example.com user2... 2.3.3 create the/data/zimbra/sender hash file sender. db #/opt/zimbra/postfix/sbin/postmap/data/zimbra/sender
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.