]> git.deb.at Git - debienna.git/blobdiff - RerunClamavSpamassGreylistd/index.mdwn
imported attachments
[debienna.git] / RerunClamavSpamassGreylistd / index.mdwn
index d58bfd43936daf7b43e9ab39b79aa3c6b7417657..4c0de5612806bf34772ca69f446e461a6cd18519 100644 (file)
@@ -5,14 +5,14 @@
 
 ### Main
 
-zuerst: 
+zuerst:
 [[!format txt """
 sudo aptitude install clamav spamassassin spamc greylistd
 
 adduser clamav Debian-exim
 adduser Debian-exim clamav
 """]]
-/etc/clamav/clamd.conf 
+/etc/clamav/clamd.conf
 [[!format txt """
 #Automatically Generated by clamav-base postinst
 #To reconfigure clamd run #dpkg-reconfigure clamav-base
@@ -42,7 +42,7 @@ DetectBrokenExecutables
 ScanHTML
 ArchiveBlockMax
 """]]
-/etc/exim4/conf.d/main/02_exim4-config_options 
+/etc/exim4/conf.d/main/02_exim4-config_options
 [[!format txt """
 ### main/02_exim4-config_options
 #################################
@@ -52,7 +52,7 @@ spamd_address = 127.0.0.1 783
 
 ...
 """]]
-/etc/exim4/conf.d/acl/30_exim4-config_check_rcpt 
+/etc/exim4/conf.d/acl/30_exim4-config_check_rcpt
 [[!format txt """
 # This access control list is used for every RCPT command in an incoming
 # SMTP message. The tests are run in order until the address is either
@@ -151,7 +151,7 @@ acl_check_rcpt:
   #     !verify = sender
 
   # Warn if the sender host does not have valid reverse DNS.
-  # 
+  #
   # This is disabled by default so that DNSless systems don't break. If
   # your system can do DNS lookups without delay or cost, you might want
   # to enable the following lines.
@@ -256,7 +256,7 @@ acl_check_rcpt:
 
 
 """]]
-/etc/exim4/conf.d/acl/40_exim4-config_check_data 
+/etc/exim4/conf.d/acl/40_exim4-config_check_data
 [[!format txt """
 # 40_exim4-config_check_data
 
@@ -265,7 +265,7 @@ acl_check_data:
   # This statement has been added by "greylistd-setup-exim4",
   # and can be removed by running "greylistd-setup-exim4 remove".
   # Any changes you make here will then be lost.
-  # 
+  #
   # Perform greylisting on incoming messages with no envelope sender here.
   # We did not subject these to greylisting after RCPT TO:, because that
   # would interfere with remote hosts doing sender callout verifications.
@@ -325,7 +325,7 @@ deny   message   = Blacklisted file extension detected
 
 deny message = This message contains malware ($malware_name)
      malware = *
-     
+  
 
 # Always put X-Spam-Score header in the message.
 # It looks like this:
@@ -361,4 +361,4 @@ deny message = Spam score too high ($spam_score)
 
 ---
 
- [[CategoryCodeSnippets|CategoryCodeSnippets]] [[CategoryTipsAndTricks|CategoryTipsAndTricks]] 
+ [[CategoryCodeSnippets|CategoryCodeSnippets]] [[CategoryTipsAndTricks|CategoryTipsAndTricks]]