From 5a64a543ca46fea90a5cd7623685c935286c2961 Mon Sep 17 00:00:00 2001 From: teru Date: Tue, 25 Jul 2017 11:05:28 +0900 Subject: [PATCH] cosmetic --- doc/configuration.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/configuration.md b/doc/configuration.md index aa73a0d..649b1d7 100644 --- a/doc/configuration.md +++ b/doc/configuration.md @@ -3,10 +3,10 @@ Configuration `.mailfull/config` -| key | type | default | required | description | -|:----|:-----|:--------|:---------|:------------| -| dir_database | string | `"./etc"` | no | A relative path from repository dir (or a absolute path) | -| dir_maildata | string | `"./domains"` | no | A relative path from repository dir (or a absolute path) | -| username | string | The username who executed `mailfull init` | **yes** | It used for setting owner of database files and maildata files. | -| cmd_postalias | string | `"postalias"` | no | Command name or path | -| cmd_postmap | string | `"postmap"` | no | Command name or path | +| key | type | default | required | description | +|:--------------|:-------|:------------------------------------------|:---------|:----------------------------------------------------------------| +| dir_database | string | `"./etc"` | no | A relative path from repository dir (or a absolute path) | +| dir_maildata | string | `"./domains"` | no | A relative path from repository dir (or a absolute path) | +| username | string | The username who executed `mailfull init` | **yes** | It used for setting owner of database files and maildata files. | +| cmd_postalias | string | `"postalias"` | no | Command name or path | +| cmd_postmap | string | `"postmap"` | no | Command name or path |