LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Setup postfix with SSL (https://www.linuxquestions.org/questions/linux-newbie-8/setup-postfix-with-ssl-4175648048/)

muqor 02-10-2019 10:48 PM

Setup postfix with SSL
 
I try to setup postfix with ssl. I get this from my maillog.

guest postfix/smtpd[12951]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
guest postfix/smtpd[12951]: warning: cannot get RSA certificate from file /etc/postfix/ssl/planetsimpel.com.crt: disabling TLS support
guest postfix/smtpd[12951]: warning: TLS library problem: 12951:error:02001002:system library:fopen:No such file or directory:bss_file.c:402:fopen('/etc/postfix/ssl/planetsimpel.com.crt','r'):

Any solution please?

TIA

TB0ne 02-12-2019 12:27 PM

Quote:

Originally Posted by muqor (Post 5960410)
I try to setup postfix with ssl. I get this from my maillog.
Code:

guest postfix/smtpd[12951]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
guest postfix/smtpd[12951]: warning: cannot get RSA certificate from file /etc/postfix/ssl/planetsimpel.com.crt: disabling TLS support
guest postfix/smtpd[12951]: warning: TLS library problem: 12951:error:02001002:system library:fopen:No such file or directory:bss_file.c:402:fopen('/etc/postfix/ssl/planetsimpel.com.crt','r'):

Any solution please?

Bolded and underlined things for emphasis; did you read what you posted? It's clearly telling you that the file you specified is NOT THERE or is not readable. Either copy the file to that name/location, create the certificate, or check the permissions.

And read the "Question Guidelines"; you provide NO details about your system (version/distro of Linux, version of postfix, etc.), that would let anyone help you further.


All times are GMT -5. The time now is 09:33 PM.