瀏覽代碼

Merge branch 'master' of github.com:LukeSmithxyz/emailwiz into master

pull/77/head
Luke Smith 3 年之前
父節點
當前提交
0bdbbbef6d
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4C50B54A911F6252
共有 2 個檔案被更改,包括 2 行新增1 行删除
  1. +1
    -1
      README.md
  2. +1
    -0
      emailwiz.sh

+ 1
- 1
README.md 查看文件

@@ -90,7 +90,7 @@ Cassie already exists and we want to let her receive mail to. Just run:
usermod -a -G mail cassie
```

A user's mail will appear in `~/Mail/`. I you want to see your mail while ssh'd
A user's mail will appear in `~/Mail/`. If you want to see your mail while ssh'd
in the server, you could just install mutt, add `set spoolfile="+Inbox"` to
your `~/.muttrc` and use mutt to view and reply to mail. You'll probably want
to log in remotely though:


+ 1
- 0
emailwiz.sh 查看文件

@@ -127,6 +127,7 @@ echo "# Dovecot config
ssl = required
ssl_cert = <$certdir/fullchain.pem
ssl_key = <$certdir/privkey.pem
ssl_dh = </usr/share/dovecot/dh.pem
# Plaintext login. This is safe and easy thanks to SSL.
auth_mechanisms = plain login



Loading…
取消
儲存