mirror of
https://github.com/modoboa/modoboa-postfix-autoreply.git
synced 2026-04-25 08:35:53 +03:00
[GH-ISSUE #61] [Version 1.5.0] Problem of lookup with SQL table #33
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#33
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 @mirtouf on GitHub (Oct 5, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa-postfix-autoreply/issues/61
Bonjour,
After upgrade to version 1.5.0, it is no more possible to use the plugin as it prevents postfix to perform correctly its requests in the table sql-autoreplies-transport.cf
Here are some errors I got:
38301:Oct 2 17:51:24 mail postfix/trivial-rewrite[2983]: warning: mysql:/etc/postfix/modoboa/sql-autoreplies-transport.cf lookup error for "*"38302:Oct 2 17:51:24 mail postfix/trivial-rewrite[2983]: warning: mysql:/etc/postfix/modoboa/sql-autoreplies-transport.cf lookup error for "*"38303:Oct 2 17:51:24 mail postfix/trivial-rewrite[2983]: warning: mysql:/etc/postfix/modoboa/sql-autoreplies-transport.cf lookup error for "*"38304:Oct 2 17:51:24 mail postfix/trivial-rewrite[2983]: warning: mysql:/etc/postfix/modoboa/sql-autoreplies-transport.cf lookup error for "*"118379:Oct 4 21:27:51 mail postfix/trivial-rewrite[29715]: warning: mysql:/etc/postfix/modoboa/sql-autoreplies-transport.cf lookup error for "bounce-debian-changes=mirtouf=mirtouf.net@lists.debian.org"118381:Oct 4 21:27:51 mail postfix/trivial-rewrite[29715]: warning: mysql:/etc/postfix/modoboa/sql-autoreplies-transport.cf lookup error for "bounce-debian-changes=mirtouf=mirtouf.net@lists.debian.org"118383:Oct 4 21:27:51 mail postfix/trivial-rewrite[29715]: warning: mysql:/etc/postfix/modoboa/sql-autoreplies-transport.cf lookup error for "mirtouf@mirtouf.net"118385:Oct 4 21:27:51 mail postfix/trivial-rewrite[29715]: warning: mysql:/etc/postfix/modoboa/sql-autoreplies-transport.cf lookup error for "mirtouf@mirtouf.net"The upgrade process
$ python manage.py migrate modoboa_postfix_autoreply$ python manage.py collectstatic$ python manage.py load_initial_datadid not generate any error (I did not capture the output).
Can you advise of the possible actions to perform ?
@tonioo commented on GitHub (Oct 6, 2018):
Please consult the documentation https://modoboa.readthedocs.io/en/latest/upgrade.html#modoboa-postfix-autoreply-1-5-0.