zammad icon indicating copy to clipboard operation
zammad copied to clipboard

SMTP fails if port is in fqdn

Open ssendev opened this issue 1 year ago • 4 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

ssendev avatar Apr 16 '24 09:04 ssendev

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?

MrGeneration avatar Apr 16 '24 09:04 MrGeneration

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

ssendev avatar Apr 16 '24 09:04 ssendev

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

ssendev avatar Apr 16 '24 10:04 ssendev

exactly same issue with v12.0.0 when adding new email account: image

kpchen avatar Jun 27 '24 10:06 kpchen

Same here ... too disappointing the failure on the very initial steps

aboubeta avatar Sep 13 '24 11:09 aboubeta