Всем привет!
Поставил настроил забикс на два хоста линукс и виндовс .
Настроил действие для отправки через емайл:
указал в настройках:
SMTP сервер: "127.0.0.1", SMTP приветствие: "HELO monitor.aka.local", SMTP адрес электронной почты: "[email protected]"
вот настройки exin4^
root@monitor:~# cat /etc/exim4/update-exim4.conf.conf
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'
#
# Please note that this is _not_ a dpkg-conffile and that automatic changes
# to this file might happen. The code handling this will honor your local
# changes, so this is usually fine, but will break local schemes that mess
# around with multiple versions of the file.
#
# update-exim4.conf uses this file to determine variable values to generate
# exim configuration macros for the configuration file.
#
# Most settings found in here do have corresponding questions in the
# Debconf configuration, but not all of them.
#
# This is a Debian specific file
dc_eximconfig_configtype='smarthost'
dc_other_hostnames='monitor.aka.local'
dc_local_interfaces='127.0.0.1'
dc_readhost=''
dc_relay_domains='aka.ru'
dc_minimaldns='false'
dc_relay_nets='192.168.1.0/24'
dc_smarthost='smtp.gmail.com::587'
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname='false'
dc_mailname_in_oh='true'
dc_localdelivery='mail_spool'
root@monitor:~#
почта через телнет ходит вот команнды телнета :
telnet 127.0.0.1 25
helo monitor.aka.ru
mail from: [email protected]
rcpt to: [email protected]
data
Subject: ZABBIX
TEST
TEST
.
quit
все приходит
Делал все офф мануалу
http://www.zabbix.com/documentation/...ual/quickstart
Помогите разобраться !
Заранее благодарен !!!
Поставил настроил забикс на два хоста линукс и виндовс .
Настроил действие для отправки через емайл:
указал в настройках:
SMTP сервер: "127.0.0.1", SMTP приветствие: "HELO monitor.aka.local", SMTP адрес электронной почты: "[email protected]"
вот настройки exin4^
root@monitor:~# cat /etc/exim4/update-exim4.conf.conf
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'
#
# Please note that this is _not_ a dpkg-conffile and that automatic changes
# to this file might happen. The code handling this will honor your local
# changes, so this is usually fine, but will break local schemes that mess
# around with multiple versions of the file.
#
# update-exim4.conf uses this file to determine variable values to generate
# exim configuration macros for the configuration file.
#
# Most settings found in here do have corresponding questions in the
# Debconf configuration, but not all of them.
#
# This is a Debian specific file
dc_eximconfig_configtype='smarthost'
dc_other_hostnames='monitor.aka.local'
dc_local_interfaces='127.0.0.1'
dc_readhost=''
dc_relay_domains='aka.ru'
dc_minimaldns='false'
dc_relay_nets='192.168.1.0/24'
dc_smarthost='smtp.gmail.com::587'
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname='false'
dc_mailname_in_oh='true'
dc_localdelivery='mail_spool'
root@monitor:~#
почта через телнет ходит вот команнды телнета :
telnet 127.0.0.1 25
helo monitor.aka.ru
mail from: [email protected]
rcpt to: [email protected]
data
Subject: ZABBIX
TEST
TEST
.
quit
все приходит
Делал все офф мануалу
http://www.zabbix.com/documentation/...ual/quickstart
Помогите разобраться !
Заранее благодарен !!!


Comment