Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outbound "Email Notification" configuration via port 465 defect #1084

Closed
fthommen opened this issue May 14, 2017 · 3 comments
Closed

Outbound "Email Notification" configuration via port 465 defect #1084

fthommen opened this issue May 14, 2017 · 3 comments

Comments

@fthommen
Copy link

Infos:

  • Used Zammad version: 1.5.0
  • Used Zammad installation source: DEB
  • Operating system: Debian 8
  • Browser + version: Not relevant

Problem Description

Configuring authenticated outbound mail via SMTP on port 465 (SSL) works fine for Channels -> Email -> Email Accounts -> Outbound, but the identical settings generate an error "No Such User" when used to configure Channels -> Email -> Email Notification -> Outbound (see attached screenshot):

zammad_smtp_outbound_error

When deliberately entering a wrong password in the configuration form, the automatic configuration testing issue an "Authentication error" error, which seems to show, that the account indeed does exist.

There seem to be two problems:

a) the form for the Email Notification configuration doesn't seem to work properly

b) the two forms for outbound mail (for Email Accounts and for Email Notification) don't seem to use the same codebase

@martini martini self-assigned this May 15, 2017
@martini martini added the bug label May 15, 2017
@fthommen
Copy link
Author

Hello, is there a - quick - solution for this bug in sight? Preferrably still in Zammad 1.5 ;-). This issue is kind of a blocker for us, as our mailrelays don't allow sending emails to external addresses via port 25. Since SMTP on port 465 works fine for the "Email Accounts" settings, why not just use the same code for the "Email Notification"?

@dennykorsukewitz
Copy link
Contributor

Hello @fthommen ,

we are using the same module / codebase for the email account configuration and the email notification configuration.
Furthermore, we could not reproduce this issue yet.

Is there the possibility to get the logfile from the mailserver?

The "Notification Sender" may have to be configured.
Please check this via:
Channels -> Emails -> Settings -> Notification Sender

Best regards,
Denny

@fthommen
Copy link
Author

The "Notification Sender" may have to be configured.
Please check this via:
Channels -> Emails -> Settings -> Notification Sender

That was it! There was a notification sender configured, but it was a noreply-address which didn't exist on the SMTP server (tested both with a foreign domain and with the local domain) and therefore the server refused to relay the mail (even though we authenticated as a valid user). By using the ticketing system's main address we finally succeeded to configure the email notification. Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants