設定Workflow notification mailer on Solaris 10 簡易說明

1、檢查Solaris 10 Sendmail是否有啟用(如果是以其他的SMTP Server寄送,就不用檢查)
       # svcs -a | grep sendmail
       online         May_09   svc:/network/sendmail-client:default
       online         13:19:35 svc:/network/smtp:sendmail

2、編輯/etc/hosts,加入mail server的資訊,注意要加上mailhost的關鍵字,如果去觀察sendmail.cf
      ,可以發現設定檔內都是用變數mailhost來指定mail server,所以在hosts中要加上mailhost。
      如果要用其他的mail server來寄送,一樣要加入/etc/hosts,並增加mailhost的關鍵字。
     
      例如mail server是test.ccc.com.tw
      # vi /etc/hosts
      192.168.10.100    test.ccc.com.tw  mailhost    


3、設定Workflow notification mailer:
      路徑:Administrator--> Oracle Application Manager --> Wrokflow
     



在Outbound的「Server Name」輸入SMTP Server的IP或Hostname
在InBound的「Relay-To Address」輸入mail,雖然沒有使用IMAP,可是還是要輸入mail,
此欄位也是mail寄送時的發信者,輸入完成後就可以用Test Mailer或Alert直接測試了。


Windows 11安裝時跳過網路連線