LordGusli
Проверенные
- Сообщения
- 143
- Решения
- 10
- Реакции
- 83
- Баллы
- 55
Приветствую, решил подключить bounce почту, потому что устал от вечных мёртвых аккаунтов из-за невалид почты + спам идёт на основную почту. Делал всё по гайду:
Как итог, ничего не получилось. Снизу предоставлю код проверки исходящей почты:
Домен + личную почту скрыл ------
У Вас недостаточно прав для просмотра ссылок.
Вход или Регистрация
Как итог, ничего не получилось. Снизу предоставлю код проверки исходящей почты:
Код:
++ Starting XF\Mail\SmtpTransport
<< 220 smtp42.i.mail.ru ESMTP ready (Looking for Mail for your domain? Visit https://biz.mail.ru)
>> EHLO milfordrp.com
<< 250-smtp42.i.mail.ru
250-SIZE 73400320
250-8BITMIME
250-PIPELINING
250-DSN
250 AUTH PLAIN LOGIN XOAUTH2
>> AUTH LOGIN
<< 334 VXNlcm5hbWU6
>> YWRtaW5AbWlsZm9yZHJwLmNvbQ==
<< 334 UGFzc3dvcmQ6
>> Rmt5WndSNEtEVWFrcGttVVNFTHI=
<< 235 Authentication succeeded
++ XF\Mail\SmtpTransport started
>> MAIL FROM:<bounce@-------->
>> RCPT TO:<-------------->
>> DATA
<< 250 OK
<< 501 sender address must match authenticated user
!! Expected response code 250/251/252 but got code "501", with message "501 sender address must match authenticated user
" (code: 501)
<< 503 sender not yet given
!! Expected response code 354 but got code "503", with message "503 sender not yet given
" (code: 503)
!! Expected response code 354 but got code "503", with message "503 sender not yet given
"
Log data:
++ Starting XF\Mail\SmtpTransport
<< 220 smtp42.i.mail.ru ESMTP ready (Looking for Mail for your domain? Visit https://biz.mail.ru)
>> EHLO milfordrp.com
<< 250-smtp42.i.mail.ru
250-SIZE 73400320
250-8BITMIME
250-PIPELINING
250-DSN
250 AUTH PLAIN LOGIN XOAUTH2
>> AUTH LOGIN
<< 334 VXNlcm5hbWU6
>> YWRtaW5AbWlsZm9yZHJwLmNvbQ==
<< 334 UGFzc3dvcmQ6
>> Rmt5WndSNEtEVWFrcGttVVNFTHI=
<< 235 Authentication succeeded
++ XF\Mail\SmtpTransport started
>> MAIL FROM:<bounce@------>
>> RCPT TO:<------->
>> DATA
<< 250 OK
<< 501 sender address must match authenticated user
!! Expected response code 250/251/252 but got code "501", with message "501 sender address must match authenticated user
" (code: 501)
<< 503 sender not yet given
!! Expected response code 354 but got code "503", with message "503 sender not yet given
" (code: 503) (code: 503)
++ Stopping XF\Mail\SmtpTransport
>> QUIT
<< 503 valid RCPT command must precede DATA
!! Expected response code 221 but got code "503", with message "503 valid RCPT command must precede DATA
" (code: 503)
!! Expected response code 221 but got code "503", with message "503 valid RCPT command must precede DATA
"
Log data:
++ Starting XF\Mail\SmtpTransport
<< 220 smtp42.i.mail.ru ESMTP ready (Looking for Mail for your domain? Visit https://biz.mail.ru)
>> EHLO milfordrp.com
<< 250-smtp42.i.mail.ru
250-SIZE 73400320
250-8BITMIME
250-PIPELINING
250-DSN
250 AUTH PLAIN LOGIN XOAUTH2
>> AUTH LOGIN
<< 334 VXNlcm5hbWU6
>> YWRtaW5AbWlsZm9yZHJwLmNvbQ==
<< 334 UGFzc3dvcmQ6
>> Rmt5WndSNEtEVWFrcGttVVNFTHI=
<< 235 Authentication succeeded
++ XF\Mail\SmtpTransport started
>> MAIL FROM:<bounce@------>
>> RCPT TO:<------>
>> DATA
<< 250 OK
<< 501 sender address must match authenticated user
!! Expected response code 250/251/252 but got code "501", with message "501 sender address must match authenticated user
" (code: 501)
<< 503 sender not yet given
!! Expected response code 354 but got code "503", with message "503 sender not yet given
" (code: 503)
!! Expected response code 354 but got code "503", with message "503 sender not yet given
"
Log data:
++ Starting XF\Mail\SmtpTransport
<< 220 smtp42.i.mail.ru ESMTP ready (Looking for Mail for your domain? Visit https://biz.mail.ru)
>> EHLO milfordrp.com
<< 250-smtp42.i.mail.ru
250-SIZE 73400320
250-8BITMIME
250-PIPELINING
250-DSN
250 AUTH PLAIN LOGIN XOAUTH2
>> AUTH LOGIN
<< 334 VXNlcm5hbWU6
>> YWRtaW5AbWlsZm9yZHJwLmNvbQ==
<< 334 UGFzc3dvcmQ6
>> Rmt5WndSNEtEVWFrcGttVVNFTHI=
<< 235 Authentication succeeded
++ XF\Mail\SmtpTransport started
>> MAIL FROM:<bounce@----->
>> RCPT TO:<-------->
>> DATA
<< 250 OK
<< 501 sender address must match authenticated user
!! Expected response code 250/251/252 but got code "501", with message "501 sender address must match authenticated user
" (code: 501)
<< 503 sender not yet given
!! Expected response code 354 but got code "503", with message "503 sender not yet given
" (code: 503) (code: 503)
++ Stopping XF\Mail\SmtpTransport
>> QUIT
<< 503 valid RCPT command must precede DATA
!! Expected response code 221 but got code "503", with message "503 valid RCPT command must precede DATA
" (code: 503) (code: 503)
++ XF\Mail\SmtpTransport stopped
Домен + личную почту скрыл ------