From 748d69e52e329e124b240cfddaa3725d8a7ee398 Mon Sep 17 00:00:00 2001 From: andryyy Date: Wed, 22 Mar 2017 18:44:06 +0100 Subject: [PATCH] Fix check_sender_access --- docs/u_and_e.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/u_and_e.md b/docs/u_and_e.md index 73714627..aa9c2982 100644 --- a/docs/u_and_e.md +++ b/docs/u_and_e.md @@ -74,9 +74,9 @@ Simply create a file `data/conf/postfix/check_sender_access` and enter the follo user-to-allow-everything@example.com OK ``` -Open `data/conf/postfix/main.cf` and find `smtpd_sender_restrictions`. Prepend `check_sasl_access hash:/opt/postfix/conf/check_sender_access` like this: +Open `data/conf/postfix/main.cf` and find `smtpd_sender_restrictions`. Prepend `check_sender_access hash:/opt/postfix/conf/check_sender_access` like this: ``` -smtpd_sender_restrictions = check_sasl_access hash:/opt/postfix/conf/check_sender_access reject_authenticated_sender [...] +smtpd_sender_restrictions = check_sender_access hash:/opt/postfix/conf/check_sender_access reject_authenticated_sender [...] ``` Run postmap on check_sender_access: