]> git.pld-linux.org Git - packages/exim-lite.git/commitdiff
- added sample STARTTLS support auto/ac/exim-4_31-1 auto/ac/exim-4_31-3 auto/ac/exim-4_32-1 auto/ac/exim-4_32-3
authorŁukasz Jarosław Mozer <lukasz.mozer@gmail.com>
Fri, 2 Apr 2004 00:37:29 +0000 (00:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exim4.conf -> 1.10

exim4.conf

index a6bf6dea8294b4564810f510257a84c57674b512..656a12582621f48c444a0e662b6b0aafedfe997d 100644 (file)
@@ -67,6 +67,11 @@ hostlist   relay_from_hosts = 127.0.0.1
 # av_scanner = clamd:/var/lib/clamav/clamd.socket
 # acl_smtp_data = acl_check_data
 
+# You can use self-signed cerficates (you will need openssl-tools package):
+
+# openssl genrsa -out /etc/openssl/mail.key 1024
+# openssl req -new -x509 -days 365 -key /etc/openssl/mail.key -out /etc/openssl/mail.crt
+
 # Most straightforward access control requirements can be obtained by
 # appropriate settings of the above options. In more complicated situations, you
 # may need to modify the Access Control List (ACL) which appears later in this
This page took 0.043762 seconds and 4 git commands to generate.