簡單使用 exim4 郵件系統轉發郵件 debian

 

http://www.exim.org/

man mailx
man exim4

exim4 聽說很高深,我目前只是需要應用 mailx, exim4 轉發,我需要因 psad 端口功擊偵測程式要通知我

設定 /etc/exim4/update-exim4.conf.conf

dc_eximconfig_configtype='smarthost'
dc_other_hostnames='mailserver.茶刹诧.com.tw'
dc_local_interfaces='127.0.0.1 ; ::1'
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='mailserver.刹叉插.com.tw'
CFILEMODE='644'
dc_use_split_config='true'
dc_hide_mailname='false'
dc_mailname_in_oh='true'
dc_localdelivery='mail_spool'

可用

dpkg-reconfigure exim4-config

 

你可能感兴趣的:(Debian,Mailx,gnu,EXIM4,psad)