Sending E-Mails from Bitwrden is broken #33

Closed
opened 2025-02-07 17:38:02 +01:00 by fabianhauser · 1 comment
Owner

This is probably caused by a change in the service configuration upstream and our special configuration to allow msmtp password access.

Error sending SMTP test email
Sendmail client error: internal client error: sendmail: cannot read output of '/nix/store/ynqj6p4k04p5zv23wyr59xnhvl0c6a1f-busybox-1.36.1/bin/cat /run/secrets/msmtp/password'

This is probably caused by a change in the service configuration upstream and our special configuration to allow msmtp password access. > Error sending SMTP test email > Sendmail client error: internal client error: sendmail: cannot read output of '/nix/store/ynqj6p4k04p5zv23wyr59xnhvl0c6a1f-busybox-1.36.1/bin/cat /run/secrets/msmtp/password'
fabianhauser self-assigned this 2025-02-07 17:38:02 +01:00
fabianhauser added the
bug
urgent
labels 2025-02-07 17:38:07 +01:00
Author
Owner

Solved with ! The issue was related to msmtp using cat from busybox and not from coreutils - which somehow get's filtered by systemd's system calls.

Solved with #35 ! The issue was related to msmtp using `cat` from `busybox` and not from `coreutils` - which somehow get's filtered by systemd's system calls.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: qo.is/infrastructure#33
No description provided.