nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] mts.conf that works with fastmail?


From: David Levine
Subject: Re: [Nmh-workers] mts.conf that works with fastmail?
Date: Mon, 23 May 2016 09:16:40 -0400

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]