[PR #1009] [MERGED] SMTP authentication backend. #2088

Closed
opened 2026-02-27 11:20:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/1009
Author: @tonioo
Created: 1/18/2017
Status: Merged
Merged: 1/18/2017
Merged by: @tonioo

Base: masterHead: feature/smtp_auth


📝 Commits (3)

📊 Changes

11 files changed (+361 additions, -159 deletions)

View changed files

📝 .travis.yml (+1 -0)
📝 doc/configuration.rst (+29 -5)
📝 doc/upgrade.rst (+14 -0)
📝 modoboa/admin/tests/test_account.py (+3 -3)
📝 modoboa/core/commands/templates/settings.py.tpl (+9 -1)
modoboa/core/tests/test_authentication.py (+97 -0)
📝 modoboa/core/tests/test_core.py (+3 -138)
modoboa/core/tests/test_ldap.py (+157 -0)
📝 modoboa/lib/authbackends.py (+45 -10)
📝 test-requirements.txt (+2 -1)
📝 test_project/test_project/settings.py (+1 -1)

📄 Description

see #989


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/1009 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 1/18/2017 **Status:** ✅ Merged **Merged:** 1/18/2017 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `feature/smtp_auth` --- ### 📝 Commits (3) - [`4c1c647`](https://github.com/modoboa/modoboa/commit/4c1c64771ed569154bf59a0ab56a717f3ebf6db2) SMTP authentication backend. - [`adf4750`](https://github.com/modoboa/modoboa/commit/adf4750c1f242b747dd0b8d7fbdd2990518a3f56) Fixed tests configuration. - [`f794b9d`](https://github.com/modoboa/modoboa/commit/f794b9d9cb6e69bb5f40cc45093ef69ef91892d5) Try to fix unit tests. ### 📊 Changes **11 files changed** (+361 additions, -159 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -0) 📝 `doc/configuration.rst` (+29 -5) 📝 `doc/upgrade.rst` (+14 -0) 📝 `modoboa/admin/tests/test_account.py` (+3 -3) 📝 `modoboa/core/commands/templates/settings.py.tpl` (+9 -1) ➕ `modoboa/core/tests/test_authentication.py` (+97 -0) 📝 `modoboa/core/tests/test_core.py` (+3 -138) ➕ `modoboa/core/tests/test_ldap.py` (+157 -0) 📝 `modoboa/lib/authbackends.py` (+45 -10) 📝 `test-requirements.txt` (+2 -1) 📝 `test_project/test_project/settings.py` (+1 -1) </details> ### 📄 Description see #989 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 11:20:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2088
No description provided.