Отправка почты не работает
Примерно так заканчивается попытка отправить e-mail:
SMTP error from remote mail server after DATA: host mxs.mail.ru [94.100.176.20]: 550 Your HELO string is incorrect
При попытке отправить письмо на другие сервера выдается та же ошибка 550.
Exim настраивался через dpkg-reconfigure exim4-config
# cat /etc/exim4/update-exim4.conf.conf
dc_eximconfig_configtype='internet'
dc_other_hostnames='somehost.dyndns.org'
dc_local_interfaces='127.0.0.1 ; ::1'
dc_readhost="
dc_relay_domains="
dc_minimaldns='false'
dc_relay_nets="
dc_smarthost="
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname="
dc_mailname_in_oh='true'
dc_localdelivery='mail_spool'