[Git][debian-proftpd-team/proftpd][master] Copy templates/dnsbl.conf from proftpd-mod-dnsbl package.

Hilmar Preuße gitlab at salsa.debian.org
Mon Aug 24 09:50:54 BST 2020



Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd


Commits:
947eb0d5 by Hilmar Preuße at 2020-08-24T10:50:28+02:00
Copy templates/dnsbl.conf from proftpd-mod-dnsbl package.

- - - - -


1 changed file:

- + debian/templates/dnsbl.conf


Changes:

=====================================
debian/templates/dnsbl.conf
=====================================
@@ -0,0 +1,31 @@
+#
+# Proftpd sample configuration for dnsbl.
+#
+<IfModule mod_dnsbl.c>
+# Syntax: DNSBLDomain domain
+# Default: None
+
+DNSBLDomain sbl.spamhaus.org
+DNSBLDomain xbl.spamhaus.org
+
+# Syntax: DNSBLEngine on|off
+# Default: None
+# usually used inside a <VirtualHost> section to enable DNS blacklist 
+# use for a particular virtual host.
+DNSBLEngine on
+	
+# Syntax: DNSBLLog file
+# Default: None
+DNSBLLog /var/log/proftpd/mod_dnsbl.log
+	
+# Syntax: DNSBLPolicy "allow,deny"|"deny,allow"
+# Default: None
+# If DNSBLPolicy is configured using "allow,deny", then the mod_dnsbl module 
+# will allow the connection, unless the connecting client is blacklisted 
+# by any of the configured DNSBLDomain sites.
+# If DNSBLPolicy is configured using "deny,allow", then the mod_dnsbl module 
+# will not allow the connection, unless the connecting client is listed by 
+# any of the configured DNSBLDomain sites. 
+DNSBLPolicy "allow,deny"
+
+</IfModule>



View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/947eb0d565e91a25f4f2d3a4171ea052313562ed

-- 
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/947eb0d565e91a25f4f2d3a4171ea052313562ed
You're receiving this email because of your account on salsa.debian.org.




More information about the Pkg-proftpd-maintainers mailing list