Seems that AT&T requires the use of SSL login handshaking on port
465.
Is there a set of options that I can place in .mh_profile that will
help handle these changes?
Thanks in advance,
jerry
--
// Jerry Heyman | "Congress does not draw to its halls
// Amiga Forever :-) | those who love liberty, it draws those
\\ // heymanj at acm dot org | who love power." Judge Andrew Napolitano
\X/ http://www.hobbeshollow.com
> Seems that AT&T requires the use of SSL login handshaking on port
> 465.
> Is there a set of options that I can place in .mh_profile that will
> help handle these changes?
No idea there, but why not use fetchmail/procmail/mh-inc-from-file inbound
and local postfix outbound? Fetcmail/postfix can be configured to do all
the TLS/SSL authentication, and that's what I've been running for a few
years now.
-- HASM
These type of options would not go in .mh_profile but in /etc/nmh/mts.conf
or equivalent.
From what I can tell, MH does not yet support SSL directly, but there
have been some attempts at hacking the code to enable such functionality.
Have a look at the discussion at
<http://www.mail-archive.com/nmh-w...@nongnu.org/msg01920.html>
The better way is to install a local MTA (exim4, postfix, sendmail),
get MH to pass the mail to that MTA (via a line in mts.conf) and
then let the MTA negotiate an SSL connection to the AT&T mailer.
Am running postfix, so I'll work my way through that.
Thanks!
From personal preference, I would recommend you to use exim4 ;)
Nontheless for postfix, this is probably the best place from
which to start working --
<http://www.postfix.org/TLS_README.html>
You most probably will need to create a certificate for your postfix
mailer to use to identify its-self.