diff options
-rw-r--r-- | fripost-docs.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fripost-docs.org b/fripost-docs.org index ea8a762..e651610 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -1404,6 +1404,7 @@ If everything goes through, it is now time to modify Postfix's main.cf: smtpd_sasl_type = cyrus smtpd_sasl_path = smtpd smtpd_recipient_restrictions = + [...] permit_mynetworks permit_sasl_authenticated [...] @@ -1434,7 +1435,6 @@ First, we ensured that encrypted conections are required. :: telnet localhost 25 [...] - 250-VRFY 250-ETRN 250-STARTTLS 250-ENHANCEDSTATUSCODES @@ -1450,7 +1450,6 @@ What the user type is here emphasized and prefixed with a `*' 250 DSN * EHLO localhost [...] - 250-VRFY 250-ETRN 250-AUTH LOGIN PLAIN 250-AUTH=LOGIN PLAIN |