summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2007-03-05 16:59:55 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2007-03-05 16:59:55 +0000
commit22a9427316883f2fd5d92257d92db4d443057a05 (patch)
treecbdb1e31b67e88227636c1c748a1622a19d9c8d1 /libexec
parentbb88742ebc56513b6b004196f661a133f70faaff (diff)
better dd options for the spamd.key generation example.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/spamd/spamd.84
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8
index 4a68bf8cc3d..4a4d1837ea9 100644
--- a/libexec/spamd/spamd.8
+++ b/libexec/spamd/spamd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: spamd.8,v 1.87 2007/03/05 16:57:25 reyk Exp $
+.\" $OpenBSD: spamd.8,v 1.88 2007/03/05 16:59:54 reyk Exp $
.\"
.\" Copyright (c) 2002 Theo de Raadt. All rights reserved.
.\"
@@ -513,7 +513,7 @@ 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
+# dd if=/dev/arandom of=/etc/mail/spamd.key bs=2048 count=1
.Ed
.Pp
The file needs to be copied to all synchronised hosts.