Witam wszystko testuje chwilowo na kompie do testow wiec prosze nie brac pod uwage ip lokalnego
pakiety postfix-tls, openssl nowe ze zrodel kompilowane klucz zrobilem wedlug opisu # openssl genrsa -out key.pem 1024 # openssl req -new -x509 -key key.pem -out cert.pem # cat cert.pem >> key.pem; mv -f key.pem cert.pem # cp cert.pem /var/lib/openssl/certs/nasza.domena.pl.pem main.cf smtpd_tls_cert_file = /etc/postfix/debian.pem smtpd_tls_key_file = $smtpd_tls_cert_file smtpd_use_tls = yes smtp_use_tls = yes w outlooku ustawilem w ustawieniach konta pocztowego przy smtp ze ma laczyc po SSL port 25 ale dostaje komunikat: Nawiązanie połączenia SSL z serwerem jest niemożliwe. Konto: '192.168.1.1', Serwer: '192.168.1.1', Protokół: SMTP, Odpowiedź serwera: '454 TLS not available due to temporary reason', Port: 25, Zabezpieczenie (SSL): Tak, Błąd serwera: 454, Numer błędu: 0x800CCC7F TLS not available due to temporary reason < hm dlaczego gdy wylacze w ustawieniach konta ze ma laczyc po SSL widac ze wysylajac do wp.pl laczy sie po TLS > TLS connection established Feb 17 19:23:36 debian postfix/smtp[27993]: verify error:num=20:unable to get local issuer certificate Feb 17 19:23:36 debian postfix/smtp[27993]: verify error:num=27:certificate not trusted Feb 17 19:23:36 debian postfix/smtp[27993]: verify error:num=21:unable to verify the first certificate Feb 17 19:23:36 debian postfix/smtp[27993]: TLS connection established to smtp.wp.pl: TLSv1 with cipher AES256-SHA (256/256 bits) nie wiem w czym tkwi problem ma ktos pomysl ? pozdrawiam

