Решено Unable to write bytes on the wire.

  • Автор темы Автор темы Lehhaa
  • Дата начала Дата начала
  • Теги Теги
    glpi
Статус
Закрыто для дальнейших ответов.

Lehhaa

Участник
Добрый день! не получается настроить уведомления в GLPI хелпдеске. Параметры почтового сервера указал но тестовое сообщение на администратора не уходит - появляется ошибка Unable to write bytes on the wire.
 
Добрый день! не получается настроить уведомления в GLPI хелпдеске. Параметры почтового сервера указал но тестовое сообщение на администратора не уходит - появляется ошибка Unable to write bytes on the wire.
Некорректные настройки.
 
Steps to Fix "Unable to Write Bytes on the Wire":
  • Check Network/Firewall: Your Internet Service Provider (ISP) or server firewall might be blocking the SMTP port (usually 587 or 465).
  • Verify SMTP Configuration: Ensure the SMTP host, port, username, and encryption (TLS/SSL) match your provider's requirements.
  • Toggle Mailer Transport: If using Symfony/Laravel, try switching from smtp to sendmail, or configure a local_domain (EHLO) in your SMTP config.
  • Timeout Issues: If using persistent connections (like for queue workers), the socket might have closed. Implement a retry mechanism or ensure the handler recreates the transport.
  • Switch Connections: Test sending via a different connection (e.g., mobile hotspot) to rule out ISP blocking
 
Настроил отдельный коннектор в exchange для анонимной отправки
Дело было в авторизации на смтп
Всем спасибо
 
Статус
Закрыто для дальнейших ответов.
Назад
Верх