我已经设置监控发送电子邮件,如果我的Java监听器端口8000失败。我试图closures列表,并运行下面的monitvalidation是我得到的错误。
monit validate 'cs8000' process is not running Sendmail error: 550-Verification failed for <monit@localhost> Aborting event monit: Start or stop method not defined -- process cs8000
我已经设置了邮件服务器如下。
set mailserver mail.***.com port 26 username "test1@***.com" password "****" . I am just using the *** to hide the actual name.
为了让电子邮件被发送出去,我还需要做些什么?