X-Git-Url: https://git.deb.at/?p=debienna.git;a=blobdiff_plain;f=RerunClamavSpamassGreylistd%2Findex.mdwn;h=5e4b76b652d98fbea7e7d4b955dbbe1109f8a919;hp=d58bfd43936daf7b43e9ab39b79aa3c6b7417657;hb=002c2ec44e7cad8ac26f85657700e703b4d923b4;hpb=ea8c87317210d15fe425d979903108b7998ba38b diff --git a/RerunClamavSpamassGreylistd/index.mdwn b/RerunClamavSpamassGreylistd/index.mdwn index d58bfd4..5e4b76b 100644 --- a/RerunClamavSpamassGreylistd/index.mdwn +++ b/RerunClamavSpamassGreylistd/index.mdwn @@ -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: @@ -359,6 +359,4 @@ deny message = Spam score too high ($spam_score) """]] ---- - - [[CategoryCodeSnippets|CategoryCodeSnippets]] [[CategoryTipsAndTricks|CategoryTipsAndTricks]] + [[!tag CategoryCodeSnippets]] [[!tag CategoryTipsAndTricks]]