diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-03-05 16:59:55 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-03-05 16:59:55 +0000 |
commit | 22a9427316883f2fd5d92257d92db4d443057a05 (patch) | |
tree | cbdb1e31b67e88227636c1c748a1622a19d9c8d1 /libexec | |
parent | bb88742ebc56513b6b004196f661a133f70faaff (diff) |
better dd options for the spamd.key generation example.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/spamd/spamd.8 | 4 |
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. |