Se o objetivo pretendido é ter um certificado verificável no servidor de pós-correção, você pode fornecer os arquivos de cadeia CA ao postfix e importar o certificado raiz da CA para todos os clientes; isso seguirá a cadeia para todos os certificados emitidos pela CA.
Citações de link :
To enable a remote SMTP client to verify the Postfix SMTP server certificate, the issuing CA certificates must be made available to the client. You should include the required certificates in the server certificate file, the server certificate first, then the issuing CA(s) (bottom-up order).
Example: the certificate for "server.example.com" was issued by "intermediate CA" which itself has a certificate of "root CA". Create the server.pem file with "cat server_cert.pem intermediate_CA.pem root_CA.pem > server.pem".