В очередной раз пришлось настраивать сервер на отправку почты через яндекс домен.
Как обычно, устав гуглить одно и то-же, рисую заметку.
/etc/postfix/main.cf
/etc/postfix/private/canonical
/etc/postfix/private/generic
Как обычно, устав гуглить одно и то-же, рисую заметку.
/etc/postfix/main.cf
#Added by Me 4 using pdd.yandexвыделенное жирным в инетах пишется smtp_sender_dependent_authentification=yes и вызывает ошибку
relayhost =
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/private/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_sasl_type = cyrus
smtp_sasl_mechanism_filter = login
smtp_sender_dependent_authentication = yes
sender_dependent_relayhost_maps = hash:/etc/postfix/private/sender_relay
sender_canonical_maps = hash:/etc/postfix/private/canonical
smtp_generic_maps = hash:/etc/postfix/private/generic
/etc/postfix/private/canonical
@mydomain.ru mymail@mydomain.ru
/etc/postfix/private/generic
root@localhost root@mydomain.ru
/etc/postfix/private/sasl_passwd
smtp.yandex.ru mymail@mydomain.ru:MyP@$$w0rd
/etc/postfix/private/sender_relay
@mydomain.ru smtp.yandex.ru
Затем создаем понятные postfix'у конфиги
postmap /etc/postfix/private/canonical
postmap /etc/postfix/private/generic
postmap /etc/postfix/private/sasl_passwd
postmap /etc/postfix/private/sender_relay
и перегружаем postfix
/etc/init.d/postfix restart
Проверяем как ходит почта
mail -s "ttest" my@mail.com
Hi dear I!
This is test e-mail
If you can read it, then mail is working.
Bye, dear I!
для окончания ввода жмакаем ctrl+d и enter
если ходит - идем пить пиво
если нет - идем в логи /var/log/mail.log
Как всегда спасибо всем кого нагуглил
http://www.linux.profiua.com/2011/07/11/настройка-smtp-relay-в-postfix-через-яндекс/
https://dev.1c-bitrix.ru/community/webdev/user/8078/blog/nastroyka-postfix-dlya-otpravki-pochty/
http://postfix.ru/viewtopic.php?p=43161
http://teaseo.ru/debian/postfix-configure-gmail-as-relay/961
http://www.linux.profiua.com/2011/07/11/настройка-smtp-relay-в-postfix-через-яндекс/
https://dev.1c-bitrix.ru/community/webdev/user/8078/blog/nastroyka-postfix-dlya-otpravki-pochty/
http://postfix.ru/viewtopic.php?p=43161
http://teaseo.ru/debian/postfix-configure-gmail-as-relay/961
!не забыть
ОтветитьУдалитьтеперь Яндекс секьюрен и стучаться к нему нужно не
smtp.yandex.ru
а по новому, по секьюрному
[smtp.yandex.ru]:465
Так postfix же не умеет в 465.
Удалить