Gnus development mailing list
 help / color / mirror / Atom feed
From: David <de_bb@arcor.de>
To: ding@gnus.org
Subject: Re: [OT]sendmail ssl authentication
Date: Fri, 16 May 2008 09:42:54 +0200	[thread overview]
Message-ID: <kzzlqqitj5.fsf@kafka.physik3.gwdg.de> (raw)
In-Reply-To: <87bq37aba8.fsf@newsguy.com>

reader@newsguy.com writes:
> Sending a message with `mail -v' and watching the smtp conversation I
> see my messages get to the comcast mail server, (posted separately)
> but there is no mention of any authentication problem only a
> `deferred' and then timeout.

There is a great tool for testing SMTP connections called "swaks":

http://www.jetmore.org/john/code/#swaks

> In case anyone suggests it: I don't really want to side step and use
> the smtp.el package inside of gnus because I like for other mail tools
> like mailx to work too.

OK. My next suggestion would then be to switch to Exim or
Postfix. They're usually easier to configure and many distributions have
scripts to create the configuration for you, based on some simple
settings (Exim on Debian, for example).

> Currently I have sendmail.mc setup to use authinfo, and as I've
> mentioned it worked for mnths but now the server has changed over to
> using ssl and uses a different port... I think 465.  At least that
> is what popped up when I checked the ssl box on thunderbird.

The problem is: there are two different ways to send mail with SSL
encryption: a correct one (SMTP+STARTTLS) and a broken one (ssmtp). The
latter is a typical Outlook-kludge (which is why many ISPs do it) and is
usually done over port 465, so it might indeed be that you're dealing
with ssmtp. If so, even switching to smtp.el won't help you since it
doesn't support ssmtp.

See this thread for details and how to test with telnet/swaks what
you're dealing with:

http://thread.gmane.org/gmane.emacs.help/52049

>Does anyone know what I need in sendmail setup to allow ssl
>authentication at my ISP smtp server?

I'd suggest you better ask that question in a group dealing with
sendmail.

-David




  parent reply	other threads:[~2008-05-16  7:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-15 14:31 reader
2008-05-16  1:47 ` Dave Goldberg
2008-05-16  7:42 ` David [this message]
2008-05-16 17:58   ` reader
2008-05-16 19:29     ` David
2008-05-16 23:15       ` reader
2008-05-17  9:56         ` sendmail " Adam Sjøgren
2008-05-17 23:46           ` reader
2008-05-18  4:07             ` Adam Sjøgren
2008-05-19 14:41               ` reader

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=kzzlqqitj5.fsf@kafka.physik3.gwdg.de \
    --to=de_bb@arcor.de \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).