phabricator 配置出站郵箱

2021-08-17 20:05:06 字數 1001 閱讀 3991

一.頁面設定

config -->core-->mail-->metamta.default-address設定發件郵箱

-->metamta.mail-adapter 設定郵件介面卡

二、配置郵箱資訊

到phabricator的目錄下,

bin/config set phpmailer.smtp-host smtp.exmail.qq.com

bin/config set phpmailer.smtp-port 25(或嘗試465,163郵箱可能是465)

bin/config set phpmailer.smtp-protocol tls

bin/config set phpmailer.smtp-user  傳送郵箱

bin/config set phpmailer.smtp-password  郵箱密碼

這些資訊可以在phabricator/conf/local/local.json檢視

[root@localhost local]# cat local.json 

三、檢查配置

在頁面上發個郵件,使用下面的命令檢視是否傳送成功

phabricator/ $ ./bin/mail list-outbound   # list outbound mail.

phabricator/ $ ./bin/mail show-outbound # show details about messages.

phabricator/ $ ./bin/mail send-test # send test messages.

Phabricator安裝及配置

一.安裝 用的是docker映象hachque phabricator 啟動 docker run d restart always p 80 80 p 443 443 p 22 22 env phabricator host cr.abc.com env mysql host ip env mys...

phabricator 配置及使用

1.開啟此鏈結 進行註冊 公司cr位址 2.git clone git clone 不要從windos拷貝到linux,直接在本地轉殖 3.vi bashrc 新增如下兩行 export path path arcanist bin所在目錄 export editor which vim 4.sou...

phabricator安裝記錄

安裝方式使用的是官網的安裝指令碼,官網的安裝教程 主要安裝過程說明 2 執行指令碼 1 將指令碼上傳到將要安裝的伺服器的相關目錄,如 usr local phabricator 2 新增執行許可權 chmod x install rhel derivs.sh3 執行安裝指令碼 cd usr loca...