nmh-workers
[Top] [All Lists]

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

2017-07-16 19:49:04
I have now gotten inc working with FastMail POP. Here is a simplified
version of the command.

 inc -user tlevine(_at_)fastmail(_dot_)com -host pops-proxy.fastmail.com \ 
-proxy
 'openssl s_client -quiet -connect pops-proxy.fastmail.com:443' \
 -nosasl

Looking at what FastMail supports, -nosasl should NOT be required, since
they claim to support the PLAIN and LOGIN authentication mechanisms.

Also, when 1.7 comes out you should be able to change that to:

   inc -user tlevine(_at_)fastmail(_dot_)com -host pops-proxy.fastmail.com 
-port 443 -initialtls -sasl

--Ken

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>