From aac4d536143169243a1a121e2f880b58de2ba6fd Mon Sep 17 00:00:00 2001 From: fpiccinali Date: Sat, 24 Oct 2015 19:15:08 +0200 Subject: [PATCH 1/5] documentation about --debug --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 71cd68b..69507cf 100644 --- a/README.rst +++ b/README.rst @@ -23,3 +23,5 @@ By default, the following components are installed: * Postfix * Dovecot * Amavis (with SpamAssassin and ClamAV) + +If you want to follow details of installation process, use --debug From a2a948d3da75b000aac89738aaf9208196e98fdb Mon Sep 17 00:00:00 2001 From: fpiccinali Date: Sun, 25 Oct 2015 06:22:43 +0100 Subject: [PATCH 2/5] mend --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 69507cf..9607224 100644 --- a/README.rst +++ b/README.rst @@ -25,3 +25,9 @@ By default, the following components are installed: * Amavis (with SpamAssassin and ClamAV) If you want to follow details of installation process, use --debug + +At the end of the process, you should consider updating virus database with this command: +```` +freshclam +/etc/init.d/clamav-daemon restart +```` From bbc2874adea2caa4c6c0a557b8797bf995dd3d18 Mon Sep 17 00:00:00 2001 From: fpiccinali Date: Sun, 25 Oct 2015 06:22:43 +0100 Subject: [PATCH 3/5] mise en page --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 69507cf..cdee5c6 100644 --- a/README.rst +++ b/README.rst @@ -25,3 +25,10 @@ By default, the following components are installed: * Amavis (with SpamAssassin and ClamAV) If you want to follow details of installation process, use --debug + +At the end of the process, you should consider updating virus database with this command: + +``` +freshclam +/etc/init.d/clamav-daemon restart +``` From aa0732b7805ebcf2cd094b2b4bd6688a01ed561b Mon Sep 17 00:00:00 2001 From: fpiccinali Date: Sun, 25 Oct 2015 06:28:10 +0100 Subject: [PATCH 4/5] mise en page --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index a66c932..cdee5c6 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,6 @@ If you want to follow details of installation process, use --debug At the end of the process, you should consider updating virus database with this command: - ``` freshclam /etc/init.d/clamav-daemon restart From 7dceb6c0a4b70274a94ab894f6fb51f744fbf616 Mon Sep 17 00:00:00 2001 From: Fabrice Piccinali Date: Sun, 25 Oct 2015 06:32:04 +0100 Subject: [PATCH 5/5] mise en page --- README.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index cdee5c6..61ce1c0 100644 --- a/README.rst +++ b/README.rst @@ -26,9 +26,7 @@ By default, the following components are installed: If you want to follow details of installation process, use --debug -At the end of the process, you should consider updating virus database with this command: +At the end of the process, you should consider updating virus database with this command:: -``` -freshclam -/etc/init.d/clamav-daemon restart -``` + freshclam + /etc/init.d/clamav-daemon restart