Am un server de e-mail postfix care funcționează perfect, dar când încerc să-l conectez cu Thunderbird îmi dă această eroare
Fatal: master: service(imap): copil 102561 ucis cu semnalul 6 (nucleu aruncat)
Iată fișierele de configurare
principal.cf
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = nu
append_dot_mydomain = nr
readme_directory = nr
compatibility_level = 2
smtpd_use_tls = da
smtpd_tls_cert_file=/etc/letsencrypt/live/mail.mastad.pl/fullchain.pem
smtpd_tls_key_file=/etc/letsencrypt/live/mail.mastad.pl/privkey.pem
smtpd_tls_security_level=mai
smtp_tls_CApath=/etc/letsencrypt/live/mail.mastad.pl/
smtp_tls_security_level=mai
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
myhostname = mastad
mydomain = mastad.pl
mail_spool_directory = /media/mail
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = $myhostname localhost.$mydomain localhost $mydomain
relayhost =
rețelele mele = 127.0.0.0/12 172.31.1.1
cutie_poștală_size_limit = 0
destinatar_delimiter = +
inet_interfaces = all
inet_protocols = all
home-box = /media/mail
smtpd_sasl_type = porumbel
smtpd_sasl_path = private/auth
smtpd_sasl_local-domain =
smtpd_sasl_security-options = noanonymous,noplaintext
smtpd_sasl_tls-security-options = noanonymous
broken_sasl_auth_clients = da
smtpd_sasl_auth_enable = da
smtp_tls_note_starttls_offer = da
smtpd_tls_loglevel = 1
smtpd_tls_received_header = da
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1 TLSv1.2
smtpd_tls_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1, TLSv1.2
virtual_mailbox_domains = mail.mastad.pl
10-ssl.conf:
ssl = da
ssl_cert = </etc/letsencrypt/live/mail.mastad.pl/fullchain.pem
ssl_key = </etc/letsencrypt/live/mail.mastad.pl/privkey.pem
ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL
ssl_client_ca_dir = /etc/letsencrypt/live/mail.mastad.pl/
ssl_dh = </usr/share/dovecot/dh.pem