Ignore:
Timestamp:
09/10/18 15:25:59 (7 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master, perl-5.22
Children:
4933918
Parents:
66e7a2c
Message:

fix dh2048, causing slow mail delivery when TLS is used.

Location:
npl/mailserver/netqmail_conf
Files:
6 edited
1 moved

Legend:

Unmodified
Added
Removed
  • npl/mailserver/netqmail_conf/netqmail_conf.build

    r66e7a2c rc9ea2dd  
    1 46
     149
  • npl/mailserver/netqmail_conf/netqmail_conf.md5

    r66e7a2c rc9ea2dd  
    1 2d22069ace446e9f5cbf6890d9cbbb4d  ./netqmail_conf.pkg
     13fb6160c2f8d0e947dcb298d9166647b  ./netqmail_conf.pkg
    22f4f9e3673e49bd56810ee75e666f51a0  ./netqmail_conf.SlackBuild
    3 5373229d903d2c91059d1b6f4bbc690f  ./netqmail_conf.SlackBuild.log.gz
    4 47946b00d0dd8e0d1c6c87867496bf85  ./root/etc/postinst.d/post.qmail_conf
     342f722aff7e6afd32dfe6ff7a44a93cc  ./netqmail_conf.SlackBuild.log.gz
     48cda2a553c2c5ba922813a14115841e0  ./root/etc/postinst.d/post.qmail_conf
    55efed79f2f7840be05415132dd99e005a  ./root/etc/qmail.permissions
    66a781066c2d8b2e42e4eae0cd0545391b  ./root/etc/qmail.rc.config
     
    1010d41d8cd98f00b204e9800998ecf8427e  ./root/home/system/qmail/control/defaultdomain.new
    1111919d117956d3135c4c683ff021352f5c  ./root/home/system/qmail/control/maxrcpt.new
    12 2909a2c64757ce93daa60e3cfc653ef1  ./root/home/system/qmail/control/qmqpservers.new
     122909a2c64757ce93daa60e3cfc653ef1  ./root/home/system/qmail/control/qmqpservers
    1313d41d8cd98f00b204e9800998ecf8427e  ./root/home/system/qmail/control/rcpthosts.new
    1414063221b732091cd47898d4f4de0d3a86  ./root/home/system/qmail/control/relaylimits.new
     
    2828ce8344b9f086b8d80deedd97999af4a2  ./root/var/qmail/supervise/qmail-send/run
    2929664eb748dcf70763bbb8af153a60f4fc  ./root/var/qmail/supervise/qmail-smtpd/log/run
    30 d1b75635cf714be5a03ae4b559eabff7  ./root/var/qmail/supervise/qmail-smtpd/run
     3000adde32d609dfbfa66a3af47f6be7e2  ./root/var/qmail/supervise/qmail-smtpd/run
    31310c00964a4500bb13bcba905b59954802  ./root/var/qmail/supervise/qmail-submission/log/run
    323200df93e4a56a546880039677deb50a30  ./root/var/qmail/supervise/qmail-submission/run
  • npl/mailserver/netqmail_conf/root/etc/postinst.d/post.qmail_conf

    r66e7a2c rc9ea2dd  
    6565
    6666#TLS configuration
    67 if ! [ -e /var/qmail/control/dh1024.pem ]; then
    68     openssl dhparam -out /var/qmail/control/dh1024.pem.tmp 1024 || exit 1
    69     chown qmaild /var/qmail/control/dh1024.pem.tmp || exit 1
    70     chmod 400 /var/qmail/control/dh1024.pem.tmp || exit 1
    71     mv /var/qmail/control/dh1024.pem.tmp /var/qmail/control/dh1024.pem || exit 1
     67if ! [ -e /var/qmail/control/dh2048.pem ]; then
     68    openssl dhparam -out /var/qmail/control/dh2048.pem.tmp 2048 || exit 1
     69    chown qmaild /var/qmail/control/dh2048.pem.tmp || exit 1
     70    chmod 400 /var/qmail/control/dh2048.pem.tmp || exit 1
     71    mv /var/qmail/control/dh2048.pem.tmp /var/qmail/control/dh2048.pem || exit 1
    7272fi
     73
    7374
    7475#certificate
  • npl/mailserver/netqmail_conf/root/var/qmail/supervise/qmail-smtpd/run

    r66e7a2c rc9ea2dd  
    2828
    2929# This enables greetdelay for qmail-smtpd
    30 export SMTPD_GREETDELAY=20
     30export SMTPD_GREETDELAY=5
    3131export DROP_PRE_GREET=1
    3232
Note: See TracChangeset for help on using the changeset viewer.