On 01/18/15 22:33, Seth wrote:
On Sun, 18 Jan 2015 20:20:19 -0800, Seth <[email protected]> wrote:
https://github.com/OpenSMTPD/OpenSMTPD/issues/376

Related email threads

http://www.mail-archive.com/misc%40opensmtpd.org/msg00625.html

"Declare your listener with a hostnames table and declare a pki entry for
every domain that should be supported by SNI:

    pki foo.bar ...
    pki bar.baz ...

    listen on [...] tls hostnames { foo.bar, bar.baz }"


http://www.mail-archive.com/misc%40opensmtpd.org/msg01427.html

That gives the following error:
# /usr/sbin/smtpd -d
/etc/mail/smtpd.conf:16: invalid use of table "<dynamic:0>" as HOSTNAMES parameter

#smtpd.conf test server
table aliases db:/etc/mail/aliases.db
table vdomains db:/etc/mail/vdomains.db
table vusers db:/etc/mail/vusers.db
table creds db:/etc/mail/creds.db

pki test.pettijohn-web.com certificate "/etc/ssl/test.pettijohn-web.com.crt"
pki test.pettijohn-web.com key "/etc/ssl/private/test.pettijohn-web.com.key"
pki openbsd.pettijohn-web.com certificate "/etc/ssl/openbsd.pettijohn-web.com.crt" pki openbsd.pettijohn-web.com key "/etc/ssl/private/openbsd.pettijohn-web.com.key"

listen on egress tls hostnames { test.pettijohn-web.com, openbsd.pettijohn-web.com }
listen on lo0

queue compression
queue encryption key f61de1a07fba7ccd57af89df8c28fc1f

accept from any for domain <vdomains> virtual <vusers> deliver to mda \
        "/usr/local/libexec/dovecot/dovecot-lda -f %{sender} -d %{rcpt}"
accept for local alias <aliases> deliver to maildir
accept from any for any relay



--
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to