Thomas wrote: > If I understand correctly, initialtls is TLS and tls is STARTTLS.
Yes, where initialtls encrypts the entire SMTP transaction. I bring that up because it might explain the following (in the other direction): > I didn't manage to receive POP mail from nmh with inc, If you want to use inc, it should work via an ssh tunnel. I used the /etc/stunnel.conf below to inc from at&t on Fedora. David /etc/stunnel.conf: pid = /var/run/stunnel.pid debug = 4 client = yes foreground = yes [pop3s] accept = pop3s connect = inbound.att.net:pop3s /usr/lib/systemd/system/stunnel.service: [Unit] Description=stunnel After=network.service [Service] ExecStart=/bin/stunnel _______________________________________________ Nmh-workers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/nmh-workers
