Exim
Exim是在類 Unix 操作系統上使用的郵件傳輸代理。Exim 是根據 GNU 通用公共許可證的條款分發的免費軟件,其目標是成為一個通用且靈活的郵件程序,具有檢查傳入電子郵件的廣泛功能。Exim 是 Debian 作業系統內建的郵件代理程式。
外部轉信主機設定
Tutorials
Sendinblue
Home: https://www.sendinblue.com/
SMTP Server Info
- smtp_server: smtp-relay.sendinblue.com
- smtp_port: 587
- smtp_user: <user-name>
- smtp_pass: <password>
update-exim4.conf.conf :
# Change dc_readhost, dc_other_hostnames to yours
dc_eximconfig_configtype='smarthost'
dc_other_hostnames='<your-hostname>'
dc_local_interfaces='127.0.0.1'
dc_readhost='<your-sender-FQDN:e.g xxx.my.com>'
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='smtp-relay.sendinblue.com::587'
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname='true'
dc_mailname_in_oh='true'
passwd.client :
*:<smtp_user>:<smtp_pass>