mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 18:05:58 +03:00
[GH-ISSUE #1302] Sender addresses not working #1053
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1053
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lmfrazao on GitHub (Nov 21, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1302
Impacted versions
Steps to reproduce
Current behavior
When a user has sender addresses configured are they supposed to work only on modoboa webmail ?
Expected behavior
Is there a way to configure this as sender-login-maps ? I had to put the old file to be able to use send connectors on microsoft exchange.
Video/Screenshot link (optional)
@tonioo commented on GitHub (Nov 23, 2017):
@lmfrazao yes, if you send your emails through the submission port (587)
Are you using it?
@lmfrazao commented on GitHub (Nov 23, 2017):
I am using port 587, yes, it's only working if I use sender_login_maps on postfix.
Somehow it's not reading the list of users that should be sending email with that address.
For example, I have an exchange server using account user@domain.com as send connector for user1@domain.com, user2@domain.com, all of them are modoboa's existing users. When I add the users on sender address for user@domain.com it's always 5.7.1 errors (not owned by), if the user doesn't exists, for example usernonexistand@domain.com it works as intended.
@tonioo commented on GitHub (Nov 23, 2017):
How did you install Modoboa ?
@lmfrazao commented on GitHub (Nov 23, 2017):
through the installer
@tonioo commented on GitHub (Nov 23, 2017):
Have you checked #1164 ?
@lmfrazao commented on GitHub (Nov 23, 2017):
Will try, I guess it might be the postfix 2 on centos...
Will give feedback later
Thanx!
On Nov 23, 2017 19:41, Antoine Nguyen notifications@github.com wrote:
Have you checked #1164https://github.com/modoboa/modoboa/issues/1164 ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com/modoboa/modoboa/issues/1302#issuecomment-346688315, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AgSo-h5DEOw9ot2eYQZ_Mf8zt476-FJTks5s5cpigaJpZM4Qld95.
@lmfrazao commented on GitHub (Nov 27, 2017):
working fine with postfix 3
Thank you!