[Postfix] Problemi di accesso SMTP con Outlook

Pubblicità

Moffetta88

Moderatore
Staff Forum
Utente Èlite
Messaggi
22,223
Reazioni
14,152
Punteggio
253
Sto tirando su un server di backup delle mail accessibili solo via lan con postfix e dovecot.
Su client come thunderbird o gmail su smartphone non ci sono problemi.
Con Outlook, che è il male, ottengo questo errore
1614759230329.webp
Se configuro un server esterno esistente va avanti e funziona tutto come dovrebbe, ma onestamente vorrei configurare il server SMTP locale ( non deve mandare email!! ).
Certificati per postfix creati con openssl req -nodes -newkey rsa:2048 -keyout privatekey.key -out mail.csr e poi openssl x509 -req -days 365 -in mail.csr -signkey privatekey.key -out secure.crt e copiati in /etc/postfix .
Il mio main.cf di postfix
Codice:
alias_maps = hash:/etc/aliases
compatibility_level = 2
inet_interfaces = all
inet_protocols = ipv4
mydestination =
mydomain = local
mynetworks = 127.0.0.1/8 192.168.1.0/24
recipient_bcc_maps = hash:/etc/postfix/recipient_bcc
recipient_canonical_maps = hash:/etc/postfix/recipient_canonical
relayhost = fury-srv.local:25
sender_bcc_maps = hash:/etc/postfix/sender_bcc
sender_canonical_maps = regexp:/etc/postfix/sender_canonical
smtp_header_checks = regexp:/etc/postfix/smtp_header_checks
smtp_sasl_auth_enable = yes
smtp_sasl_mechanism_filter =
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_tls_security_level = may
smtpd_tls_cert_file = /etc/postfix/secure.crt
smtpd_tls_key_file = /etc/postfix/privatekey.key
smtpd_use_tls = yes
smtputf8_enable = yes
transport_maps = hash:/etc/postfix/transport

Qualche consiglio, oltre a quello di non usare Outlook ?
 
vorrei dartelo qualche consiglio, ma a parte l'idea scartata non ne ho altri , quindi non fiori ma opere di bene per me
 
Pubblicità
Pubblicità
Indietro
Top