Hi Jon, > > > but I had smtp as mts in mts.conf and that doesn't work. Changing > > > it to sendmail worked. ... > > - post now defaults to port 587 on 'smtp' message submission. > > Don't override the port.
If your local MTA doesn't listen on TCP port 587, `submission', and only 25 then post(8)'s default for -port of 587 will fail to connect. Having `post: -port 25' in your profile will presumably let you return to `smtp' rather than `sendmail' if you wish. Or have the MTA listen on 587. http://git.savannah.nongnu.org/cgit/nmh.git/tree/NEWS#n53 -- Cheers, Ralph. https://plus.google.com/+RalphCorderoy -- nmh-workers https://lists.nongnu.org/mailman/listinfo/nmh-workers
