mirror of
https://github.com/modoboa/modoboa-postfix-autoreply.git
synced 2026-04-25 08:35:53 +03:00
[GH-ISSUE #68] Autoreply error #37
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#37
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 @piensavirtual on GitHub (Jul 31, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa-postfix-autoreply/issues/68
Good afternoon, I get an error, the auto-replace too, send me an undelivered with this
Action: failed
Status: 5.3.0
Diagnostic-Code: x-unix; Traceback (most recent call last): File
"/srv/modoboa/instance/manage.py", line 22, in
execute_from_command_line(sys.argv) File
"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/management/init.py",
line 364, in execute_from_command_line utility.execute() File
"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/management/init.py",
line 356, in execute
self.fetch_command(subcommand).run_from_argv(self.argv) File
"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/management/base.py",
line 283, in run_from_argv self.execute(*args, **cmd_options) File
"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/management/base.py",
line 330, in execute output = self.handle(*args, **options) File
"/srv/modoboa/env/local/lib/python2.7/site-packages/modoboa_postfix_autoreply/management/commands/autoreply.py",
line 140, in handle handler =
SysLogHandler(address=options["syslog_socket_path"]) File
"/usr/lib/python2.7/logging/handlers.py", line 761, in init
self._connect_unixsocket(address) File
"/usr/lib/python2.7/logging/handlers.py", line 789, in _connect_unixsocket
self.socket.connect(address) File "/usr/lib/python2.7/socket.py", line
228, in meth return getattr(self._sock,name)(*args) socket.error:
[Errno 111] Connection refused
@tonioo commented on GitHub (Sep 10, 2019):
The script fails to connect to your syslog server. It will try
/dev/logby default so make sure it's the right path, or change it using the--syslog-socket-pathoption.