zammad / zammad

Zammad is a web based open source helpdesk/customer support system

Home Page:https://zammad.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMTP fails if port is in fqdn

ssendev opened this issue · comments

Used Zammad Version

6.2.0

Environment

  • Installation method: docker-compose

Actual behaviour

installing a test setup failed during smtp config with "Mail::AddressList can not parse |Zammad Helpdesk <noreply@localhost:8080>"

After skipping smtp setup and overriding Settings ->Channels->E-Mail->Settings->Sender with an adress without port smtp setup worked.

Expected behaviour

Setting up SMTP in the initial installation flow should work.
So maybe add a variable fqdn_without_port or remove the port automatically or allow to override the sender in the same form.

Steps to reproduce the behaviour

install Zammad on an url with port and then try to set up smtp in the initial installation flow

Support Ticket

No response

I'm sure this is a bug and no feature request or a general question.

no

You're saying you're using the getting started wizard and the port is being added to the fqdn? That was fixed some versions ago?

Yes.

I used https://github.com/zammad/zammad-docker-compose/blob/master/docker-compose.yml docker-compose-override.yml and .env
and set VERSION=latest

in the GUI it reports version 6.2.0

I just tried VERSION=develop which displays Version 6.4.x but it has the same probem