瀏覽代碼

Merge 3bd2cf080c into 4847043384

pull/202/merge
Thamognya 2 年之前
committed by GitHub
父節點
當前提交
55808c407f
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      README.md

+ 2
- 2
README.md 查看文件

@@ -77,7 +77,7 @@ give your full domain without any subdomain, i.e. `lukesmith.xyz`.
Let's say we want to add a user Billy and let him receive mail, run this:

```
useradd -m -G mail billy
useradd -m -G mail -s /bin/bash billy
passwd billy
```

@@ -85,7 +85,7 @@ Any user added to the `mail` group will be able to receive mail. Suppose a user
Cassie already exists and we want to let her receive mail too. Just run:

```
usermod -a -G mail cassie
usermod -a -G mail -s /bin/bash cassie
```

A user's mail will appear in `~/Mail/`. If you want to see your mail while ssh'd


Loading…
取消
儲存