mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #2077] Problems with generate_postfix_maps #1517
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#1517
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 @DaveDischord on GitHub (Nov 3, 2020).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2077
Impacted versions
Steps to reproduce
python3 manage.py generate_postfix_maps --destdir /etc/postfix
Current behavior
Expected behavior
No Error
Video/Screenshot link (optional)
A slew of issues started happening when I upgraded from 1.15 to 1.16 (using ./run.py --upgrade). Now emails aren't coming through and some people are unable to log in, via Webmail or Outlook. I'm using LDAP auth through Active Directory
@bduhan commented on GitHub (Nov 3, 2020):
You need to use root privileges when running this command.
@DaveDischord commented on GitHub (Nov 3, 2020):
Still get the same error, even in root
@tonioo commented on GitHub (Nov 4, 2020):
Make sure the /etc/postfix directory has write permission.
@DaveDischord commented on GitHub (Nov 5, 2020):
Ended up changing owner of /etc/postfix to 'modoboa' from 'root'. Fixed this issue.