mirror of
https://github.com/modoboa/modoboa-postfix-autoreply.git
synced 2026-04-25 16:45:59 +03:00
[GH-ISSUE #30] the postfix_map command should be run has a standard management command #15
Labels
No labels
bug
bug
enhancement
enhancement
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-postfix-autoreply-modoboa#15
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 @gawel on GitHub (Mar 17, 2016).
Original GitHub issue: https://github.com/modoboa/modoboa-postfix-autoreply/issues/30
No need to generate postfix_maps from the modoboa-admin script.
If you use a standard command, you can get the app context and avoid passing the --db-url parameters.
You'll also be able to use the orm to generate maps (and avoid typo and other stupid bugs)
For instance, this will generate the correct query for the autoreply plugin:
@gawel commented on GitHub (Mar 17, 2016):
Hm... Bad repo