From 93e73678e3568369f57c55db14d6c22cc6238db7 Mon Sep 17 00:00:00 2001 From: Sina Ghaderi <32870524+Sina-Ghaderi@users.noreply.github.com> Date: Tue, 23 Mar 2021 00:29:17 +0430 Subject: Typoo:/ --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 13e9ef1..b9fe6b0 100644 --- a/Readme.md +++ b/Readme.md @@ -3,8 +3,8 @@ last night we figured out someone sending too many emails to our mailing servers fixrate applies sending rate limit per users, so you don't have to limit entire domain. from now on fixrate protects [mail.snix.ir](https://mail.snix.ir) service. ### usege and installation -fixrate is written in golang, so for compiling this code you should have `golang` installed. -if not, use apt to installed `apt install golang`, after that clone this repository by useing either [git.snix.ir](https://git.snix.ir/fixrate-go) or github.com +fixrate is written in golang, for compiling this code you should have `golang` installed. +if not, use apt to install it `apt install golang`, after that clone this repository by using either [git.snix.ir](https://git.snix.ir/fixrate-go) or github.com ``` # git clone https://git.snix.ir/fixrate-go.git # git clone https://github.com/Sina-Ghaderi/fixrate-go.git @@ -33,7 +33,7 @@ Copyright (c) 2021 git.snix.ir, All rights reserved. Developed BY sina@snix.ir --> Sina Ghaderi This work is licensed under the terms of the MIT license. ``` -you may wnat to create a systemd file for runing this as a linux service (`systemctl start` ... and `enable` etc...) +you may want to create a systemd file for runing this as a linux service (`systemctl start` ... and `enable` etc...) ### config postfix and fixrate fixrate-go supports unix socket and tcp network listeners, in order to reduce kernel opened connections its recommended to use unix socket if you can host fixrate on postfix server -- cgit v1.2.3