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