mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
dkim: Implement internal dkim signing and verification
This patch implements internal DKIM signing and verification.
This commit is contained in:
@@ -43,7 +43,7 @@ class Process (object):
|
||||
return self.cmd.wait()
|
||||
|
||||
def close(self):
|
||||
return self.cmd.terminate()
|
||||
return self.cmd.stdin.close()
|
||||
|
||||
class Sock (object):
|
||||
"""A (generic) socket.
|
||||
|
||||
@@ -48,7 +48,7 @@ function chasquid-util() {
|
||||
# data_dir is relative to the config.
|
||||
CONFDIR="${CONFDIR:-config}"
|
||||
( cd "$CONFDIR" && \
|
||||
go run "${TBASE}/../../cmd/chasquid-util/chasquid-util.go" \
|
||||
go run "${TBASE}/../../cmd/chasquid-util/" \
|
||||
-C=. \
|
||||
"$@" \
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user