From 13d14e8bb609c5e3d2fee96d4bde11309bcd8d35 Mon Sep 17 00:00:00 2001 From: Sina Ghaderi <32870524+Sina-Ghaderi@users.noreply.github.com> Date: Fri, 19 Mar 2021 09:34:48 +0330 Subject: a typooo :( --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index f102215..a3870a4 100644 --- a/Readme.md +++ b/Readme.md @@ -40,8 +40,8 @@ fixrate-go supports unix socket and tcp network listeners, in order to reduce ke default configuration file of fixrate is `./fixrate.conf`, you may want to specify another file path by using `--config` flag ### preparing postfix server -edit postfix mail agent config file under `/etc/postfix/main.cf` (debian based systems) -if planning to use unix file you should note that for some reasons postfix root directory is under /var/spool/postfix so you should create fixrate-go socket file under this directory, otherwise you may facing with `warning: connect to no such a file or directory` warning in` mail.log` file +edit postfix mail agent config file under `/etc/postfix/main.cf` (debian based systems) +if planning to use unix file you should note that for some reasons postfix root directory is under `/var/spool/postfix` so you need to create fixrate-go socket file under this directory, otherwise you may facing with `warning: connect to no such a file or directory` warning in` mail.log` file ``` ## if using unix socket --> # echo "smtpd_sender_restrictions = reject_unknown_sender_domain, check_policy_service unix:/fix/fixrate.sock" >> /etc/postfix/main.cf -- cgit v1.2.3