Welcome to the Linux Foundation Forum!

Lab 9.4 - Postfix SASL

Posts: 16
edited February 2019 in LFS211 Class Forum

Hello,
Could there maybe be a typo in the PDF for this Lab (point 3 of the solution)?

  1. # postconf -e "smtpd_recipient_restrictions =
  2. permit_mynetworks,
  3. permit_sasl_authenticated,
  4. reject_unauth_destination",
  5. reject

What is that "reject" outside the quote? The error I see:

  1. postconf: fatal: missing '=' after attribute name: "reject"

Comments

  • Posts: 380

    The reject outside the quote is a typo.
    The quote (") goes after the reject. Thank you for pointing that out, it will be corrected in the next update.

    It should be:
    postconf -e "smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject"

    You can check it by using:
    postconf smtpd_recipient_restrictions

    Thanks lee

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training