Skip to content

fix SASL domain fixes #892#970

Merged
johansmitsnl merged 1 commit intodocker-mailserver:masterfrom
n00dl3:master
Jun 14, 2018
Merged

fix SASL domain fixes #892#970
johansmitsnl merged 1 commit intodocker-mailserver:masterfrom
n00dl3:master

Conversation

@n00dl3
Copy link
Copy Markdown
Contributor

@n00dl3 n00dl3 commented May 3, 2018

setting value as $myhostname will make sasl look for users [email protected] instead of [email protected]

setting value as `$myhostname` will make sasl look for users `[email protected]` instead of `[email protected]`
@johansmitsnl
Copy link
Copy Markdown
Contributor

Reading the Postfix manual:

Default authentication domain
Postfix can append a domain name (or any other string) to a SASL login name that does not have a domain part, e.g. "john" instead of "[email protected]":

/etc/postfix/main.cf:
    smtpd_sasl_local_domain = example.com
This is useful as a default setting and safety net for misconfigured clients, or during a migration to an authentication method/backend that requires an authentication REALM or domain name, before all SMTP clients are configured to send such information.

It should only have effect when no domain is given and this is indeed in my case the issue.

Restarted Travis.

@johansmitsnl johansmitsnl merged commit 261a78c into docker-mailserver:master Jun 14, 2018
johansmitsnl added a commit that referenced this pull request Jul 31, 2018
* Deliver root mail (Closes: #952)
* don't update permissions on non-existent file (Closes: #956)
* Update docker-configomat (Closes: #959)
* Support for detecting running container mount (Closes: #884)
* Report sender (Closes: #965)
  added REPORT_SENDER env variable to the container.
* Add saslauthd option for ldap_start_tls & ldap_tls_check_peer - (Closes: #979, #980)
* fix SASL domain (Closes: #892, #970)
* DOMAINNAME can fail to be set in postsrsd-wrapper.sh (Closes: #989)
johansmitsnl added a commit that referenced this pull request Jul 31, 2018
Release 6.1.0

* Deliver root mail (#952)
* don't update permissions on non-existent file (#956)
* Update docker-configomat (#959)
* Support for detecting running container mount (#884)
* Report sender (#965)
  added REPORT_SENDER env variable to the container.
* Add saslauthd option for ldap_start_tls & ldap_tls_check_peer - (#979, #980)
* fix SASL domain (#892, #970)
* DOMAINNAME can fail to be set in postsrsd-wrapper.sh (#989)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants