Отправка почты Яндекс на OPENWRT ssmtp
opkg update
opkg install ssmtp
vi /etc/ssmtp/ssmtp.conf
vi /etc/ssmtp/revaliases
opkg install ssmtp
vi /etc/ssmtp/ssmtp.conf
[email protected]
mailhub=smtp.yandex.ru:465
hostname=smtp.yandex.ru
UseTLS=YES
[email protected]
AuthPass=password
vi /etc/ssmtp/revaliases
# sSMTP aliases
#
# Format: local_account:outgoing_address:mailhub
#
# Example: root:[email protected]:mailhub.your.domain[:port]
# where [:port] is an optional port number that defaults to 25.
root:[email protected]:smtp.yandex.ru:465
3 комментария