mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #583] amavis tables not created #552
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#552
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 @zodman on GitHub (Jul 16, 2014).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/583
Hi i create a fabric install script for modoboa.
https://bitbucket.org/zodman/vagrant_modoboa/src/d8a4fbe65e0296f0a5493763a3aefd45b710a4ec/fabfile.py?at=master
Here the code
when it finished the database amavis no had tables. ( missing the tables for modoboa.extensions.amavis)
@piwats commented on GitHub (Jul 17, 2014):
I think, modoboa relies on the standart amavis db layout.
I used to install the amavis db according to this documentation:
http://www.ollegustafsson.com/en/ultimate-mailserver-setup/
Also, as far as I know, you have deploy modoboa with amavis support:
modoboa-admin.py deploy --syncdb --collectstatic --with-amavis mailadmin
-Paul
@zodman commented on GitHub (Jul 17, 2014):
tnks
2014-07-17 12:38 GMT-05:00 piwats notifications@github.com:
Andres Vargas
www.zodman.com.mx
@tonioo commented on GitHub (Jul 20, 2014):
Actually, Modoboa is not responsible for amavis database creation. You must do it manually (http://modoboa.readthedocs.org/en/latest/plugins/amavis.html#quick-amavis-setup).
@stefanocoding commented on GitHub (Sep 7, 2014):
I just noticed the same. Maybe could be created for new installations.
@tonioo commented on GitHub (May 3, 2015):
This issue was moved to modoboa/modoboa-amavis#10