mirror of
https://github.com/modoboa/modoboa-postfix-autoreply.git
synced 2026-04-25 08:35:53 +03:00
[GH-ISSUE #37] Performance issue #21
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#21
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 (Feb 17, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa-postfix-autoreply/issues/37
Regarding http://www.postfix.org/VIRTUAL_README.html#autoreplies it seems that you dont have to always call the autoreply script
The script is called iif the mail has a vmap to an autoreply domain.
But modoboa seems to always call that script even if there is no autoreply to send. And this seems to cause some performances issues on our server.
Do you think that this can be avoid ?
Maybe by adding a temporary "autoreply" alias when the user set an autoreply ?
@tonioo commented on GitHub (Feb 20, 2017):
Actually, the autoreply script is only called for users who have enabled their auto reply messages. (https://github.com/modoboa/modoboa-postfix-autoreply/blob/master/modoboa_postfix_autoreply/handlers.py#L81)
@gawel commented on GitHub (Feb 20, 2017):
Fixed by repair https://github.com/modoboa/modoboa/pull/1042 Thanks