albertito / chasquid

SMTP (email) server with a focus on simplicity, security, and ease of operation [mirror]
https://blitiri.com.ar/p/chasquid/
Other
868 stars 56 forks source link

fix command -v dkimsign > /dev/null not work #34

Closed usrtax closed 1 year ago

usrtax commented 1 year ago

see the imgage GNU bash, version 5.1.16(1)-release command -v dkimsign > /dev/null not work

albertito commented 1 year ago

Hi! Thanks for sending this patch.

I have some questions, because I am trying to understand what is going on, but I'm not sure I get it.

Can you send me the output of the following commands?

ls -l /usr/bin/dkimsign

bash -c "command -v dkimsign"

Also, what was the original error? Before you introduced those debugging statements.

Thanks again!

usrtax commented 1 year ago
image

see the image above , I don't kown why, but in test.sh , everything is ok , but in post-data , it not work

original error : I try to fix the send mail not has dkim

usrtax commented 1 year ago

It's very strange, I don't know why, but after restarting the server, the original writing method can work normally. I close this merge request.