mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #1098] Unable to add new relay domain post amavis extension installation #917
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#917
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 @lazynooblet on GitHub (Apr 15, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1098
Impacted versions
Steps to reproduce
Create new relay domain
Current behavior
Stacktrace
Expected behavior
New relay domain
Notes
I have added the amavis extension, created tables, setup amavis. Mails are being placed into SQL correctly by amavis.
I now want to add a domain to the modoboa system, however I get stacktrace as follows (only visible in browser console, no error in browser content area)
@tonioo commented on GitHub (Apr 19, 2017):
@stalks What's your amavis version please?
@lazynooblet commented on GitHub (Apr 19, 2017):
Running Debian 8.7 (Jessie)
amavisd-new 1:2.10.1-2~deb8u1
@lazynooblet commented on GitHub (Apr 19, 2017):
I finally realised what this was, simple structure issue with the database. I had used an incorrect table structure that required non-null entries for various fields. Used the included examples with amavis, now working. Apologies.