1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Logwatch:

     TLS library problem: 27914:error:20074002:BIO routines:FILE_CTRL:system
lib:bss_file.c:354: : 1 Time(s)
     TLS library problem: 28008:error:02001002:system library:fopen:No such file or
directory:bss_file.c:352:fopen('/etc/postfix/ssl/smtpd.crt','r'): : 1 Time(s)

     cannot get certificate from file /etc/postfix/smtpd.crt : 62 Time(s)
     cannot get certificate from file /etc/postfix/ssl/smtpd.crt : 31 Time(s)

[root@web01 ssl]# pwd
/etc/postfix/ssl
[root@web01 ssl]# ls
cacert.pem  cakey.pem  smtpd.crt  smtpd.csr  smtpd.key
[root@web01 ssl]#

& And.

[root@web01 postfix]# pwd
/etc/postfix
[root@web01 postfix]# ls *crt*
smtpd.crt
[root@web01 postfix]#