diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-03-05 16:57:26 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-03-05 16:57:26 +0000 |
commit | bb88742ebc56513b6b004196f661a133f70faaff (patch) | |
tree | 4a242ef56455dacb6b7ecc597480608c7ff5dd47 | |
parent | 86104cba783e0657e0f0472f7229c73503094d3b (diff) |
document spamd.key better. what format does the file take? how do i
create one? and so on...
help from jmc@
-rw-r--r-- | libexec/spamd/spamd.8 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index 409ebc73eb2..4a68bf8cc3d 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.86 2007/03/04 06:44:45 joel Exp $ +.\" $OpenBSD: spamd.8,v 1.87 2007/03/05 16:57:25 reyk Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -510,6 +510,13 @@ exists, .Nm will calculate the message-digest fingerprint (checksum) for the file and use it as a shared key to authenticate the synchronisation messages. +The file can contain any data. +For example, create a secure random key: +.Bd -literal -offset indent +# dd if=/dev/arandom of=/etc/mail/spamd.key count=4 +.Ed +.Pp +The file needs to be copied to all synchronised hosts. .Sh FILES .Bl -tag -width "/etc/mail/spamd.alloweddomainsXX" -compact .It /etc/mail/spamd.conf |