On 05/09/2014 05:43 PM, PenguinDude24 wrote:
> EHLO,
>
> I am trying to configure courieresmptd to use vanity server (aka vhost).
> I have been running one domain for months now.
>
> I bought another domain few days ago and I want to know how to configure
> TLS for vhosts (domain1.com, domain2.com).
>
> Normally, one would put:
>
> file: /etc/courier/esmtpd
> ---------------------------
> TLS_CERTFILE=/$path_to_certfile
>
>
> But how does one specify more than one certificate?
>
> Use semi-colons:
> TLS_CERTFILE="/$path_to_certfile_1:/$path_to_certfile_2"
>

Never mind, I found it on some old mailing list posts.

Use commas and space for vhosts. Wasn't clear enough from 
/etc/courier/esmtpd:

TLS_CERTFILE="/$path_to_certfile_1, /$path_to_certfile_2"

------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to