Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: routed emails not sent when ClamAV is enabled. #2989

Open
Reftek85 opened this issue May 24, 2024 · 1 comment
Open

BUG: routed emails not sent when ClamAV is enabled. #2989

Reftek85 opened this issue May 24, 2024 · 1 comment
Labels

Comments

@Reftek85
Copy link

Describe the bug

When clamav is enabled, I can send emails using the SMTP connector with an SMTP key, but when I try to reply to an email that was sent from the SMTP that try to use a route and an address endpoint, it cannot send the mail
the message is stuck in "Incoming Messages" with this error message

May 24, 2024 12:34
Error
An internal error occurred while sending this message. This message will be retried automatically.
TypeError: no implicit conversion of Array into String

To Reproduce

1 clamav installed
2 postal.yml
clamav:
enabled: true
host: 127.0.0.1
port: 2000
3 postal restart
4 new email to [email protected] from your prefered email client application
5 mail comes in and stays stuck

Expected behaviour

message should be sent to the route

Screenshots

image
image

Environment details

  • OS: ubuntu 22.04 Lts
  • Version Postal 3.3.3

Additional information/context

same error mentionned here #2941

@uhlhosting
Copy link

@Reftek85 one thing is certain, in my case I get this error and my clamav is not running.

clamav:
  enabled: false
  host: 127.0.0.1
  port: 2000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants