mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #926] Missing reference to sql-sender-login-mailboxes-extra.cf restricts using extra user sender addresses #801
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#801
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 @tkosars on GitHub (Sep 26, 2016).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/926
Originally assigned to: @tonioo on GitHub.
I have a special account for relaying messages using various email addresses. Added the required Sender addresses but I kept getting the following error in mail.log:
553 5.7.1 <example.adress@domain.com>: Sender address rejected: not owned by user specialaccount@modoboa-host;Started lurking in /etc/postfix folder and found out that modoba already has a mapping for this case, but there is no reference in main.cf:
mysql:/etc/postfix/sql-sender-login-mailboxes-extra.cfAdded this mapping to smtpd_sender_login_maps and the Sender address is being accepted for relaying now:
smtpd_sender_login_maps = mysql:/etc/postfix/sql-sender-login-mailboxes.cf mysql:/etc/postfix/sql-sender-login-aliases.cf mysql:/etc/postfix/sql-sender-login-mailboxes-extra.cfPlease let me know if I'm thinking it right.
@tonioo commented on GitHub (Sep 26, 2016):
You're right, I forgot to mention in the documentation and in the upgrade procedure. I'll fix it asap. Thanks for the feedback!