smtpd_tls_eckey_file ($smtpd_tls_eccert_file) File with the Postfix SMTP server ECDSA private key in PEM for- mat. smtpd_tls_eecdh_grade (see 'postconf -d' output) The Postfix SMTP server security grade for ephemeral ellip- tic-curve Diffie-Hellman (EECDH) key exchange. tls_eecdh_...
smtpd_tls_dkey_file ($smtpd_tls_dcert_file) File with the Postfix SMTP server DSA private key in PEM format. smtpd_tls_key_file ($smtpd_tls_cert_file) File with the Postfix SMTP server RSA private key in PEM format. smtpd_tls_loglevel (0) Enable additional Postfix SMTP server logg...
For TLS support, add the paths to the certificate and key files as for the HTTP server. funcListenAndServeTLS(addrstring,certFilestring,keyFilestring,handlerHandler,appnamestring,hostnamestring)error The handler function must have the following definition: ...
为此,我们使用它们创建一个纯文本文件,使用形式为 <key> <user>:<password> 的条目: gnu jao:my fencepost password jao mail@jao.io:xxxxxxxxxxxxxxxxx fencepost.gnu.org 用户是 jao,smtp.jao.io 的用户是 mail@jao.io(你看,不需要转义空格或 ats)。然后我们使用程序 makemap 来创建密钥数据库:...
我们还为此配置了本地投递。这是完整的配置文件!唯一需要的另一件事是生成secrets.db文件,其中包含与键gnu和jao对应的用户和密码(这些只是任意名称)。为此,我们使用它们创建一个纯文本文件,使用形式为<key> <user>:<password>的条目: gnu jao:m...
Once you are confident the key is correct, you can verify the release as described below: 1. download both release tarball and matching signature file to same directory: ``` $ wget https://www.opensmtpd.org/archives/opensmtpd-7.4.0p0.sum.sig ...
openbsd-compat libtls: switch ECDSA_METHOD usage to EC_KEY_METHOD Jun 20, 2023 smtpscript merge histories Apr 30, 2020 usr.sbin/smtpd remove ssl_init() Jun 25, 2023 .gitattributes merge histories Apr 30, 2020 .gitignore portable: update, sort and extend ignore patterns Jun 23, 2023 ...
# PKI for TLS pki hawk.host.planetofnix.com cert "/etc/ssl/hawk.host.planetofnix.com.fullchain.pem" pki hawk.host.planetofnix.com key "/etc/ssl/private/hawk.host.planetofnix.com.key" # tables setup table domains file:/etc/mail/domains ...
file:/etc/aliases table passwords file:/etc/shadow table secrets file:/etc/opensmtpd/secrets table domains file:/etc/opensmtpd/domains listen on $if_loc listen on $if_ext port 25 tls pki mydomain.com auth-optional <secrets> listen on $if_ext smtps pki mydomain.com auth-optional <...
- The configure option `--with-path-CAfile` shouldn't be required anymore in most systems but it is retained since it could be useful in some configuration when using the bundled libtls. - Various minor portability fixes. Checksums: