From e7e0cc05cbd907543eff621c86b8c7033dd80010 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Mon, 6 Jul 2020 10:20:08 +0800 Subject: [PATCH] Fix an incorrect file path. Thanks Antoon Gijsens. :) --- en_US/howto/relayhost.md | 2 +- html/relayhost.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US/howto/relayhost.md b/en_US/howto/relayhost.md index a95ecc3f..2896df48 100644 --- a/en_US/howto/relayhost.md +++ b/en_US/howto/relayhost.md @@ -55,7 +55,7 @@ service postfix restart smtp_sender_dependent_authentication = yes ``` - Then add smtp username and password in file `/etc/password/sasl_password` + Then add smtp username and password in file `/etc/postfix/sasl_password` like below: ``` diff --git a/html/relayhost.html b/html/relayhost.html index da1e4372..33b05115 100644 --- a/html/relayhost.html +++ b/html/relayhost.html @@ -77,7 +77,7 @@ service postfix restart add one more Postfix parameter in /etc/postfix/main.cf (Linux/OpenBSD) or /usr/local/etc/postfix/main.cf (FreeBSD):

smtp_sender_dependent_authentication = yes

-

Then add smtp username and password in file /etc/password/sasl_password +

Then add smtp username and password in file /etc/postfix/sasl_password like below:

user@domain.com smtp_user:smtp_password

Don't forget to run postmap hash:/etc/postfix/sasl_password after