Skip to content
Snippets Groups Projects
Unverified Commit c961b2ea authored by Roma's avatar Roma Committed by Rémy Huet
Browse files

entrypoint2: désactivation des restrictions sur le helo

parent 59295860
No related branches found
No related tags found
1 merge request!20pica-mailnt
......@@ -14,6 +14,8 @@ postconf -e "smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_des
#désactivation de la blacklist de clients à des fins de debug (elle rejette les clients en local)
postconf -e "smtpd_client_restrictions = "
#désactivation des restrictions sur le helo
postconf -e "smtpd_helo_restrictions = "
#configuration du local delivery agent sous la forme du serveur lmtp de dovecot connecté par socket ip (inet)
postconf -e "virtual_transport = lmtp:inet:${LMTP_LAN_HOSTNAME}:${LMTP_PORT}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment