Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
ISPConfig 3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 1,572
    • Issues 1,572
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 32
    • Merge Requests 32
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #5214

Closed
Open
Opened Jan 03, 2019 by Demetris Demetriou@deZillium
  • Report abuse
  • New issue
Report abuse New issue

relayhost without authentication (easy fix)

short description

Setting up a relayhost without username/password results in "smtp_sasl_auth_enable = yes", which means it is trying to authenticate to the relayhost, but cannot (nothing to authenticate with), hence a SASL authentication failure error from the relayhost.

correct behaviour

No relayhost credentials provided shouldn't cause authentication to be tried.

environment

Server OS: Debian Server OS version: stretch (9.6) ISPConfig version: 3.1.13

proposed fix

When the username field is empty, do not flip the smtp_sasl_auth_enable setting, but leave it instead to its default of "smtp_sasl_auth_enable = no".

Assignee
Assign to
3.1.14
Milestone
3.1.14
Assign milestone
Time tracking
None
Due date
None
2
Labels
Bug Fixed
Assign labels
  • View project labels
Reference: ispconfig/ispconfig3#5214