Gnus development mailing list
 help / color / mirror / Atom feed
From: "Steven E. Harris" <seh@panix.com>
Cc: ding@gnus.org
Subject: Re: Gnus with Exim
Date: Fri, 24 Jun 2005 10:14:44 -0700	[thread overview]
Message-ID: <83slz7he2j.fsf@torus.sehlabs.com> (raw)
In-Reply-To: <uu0joucw9.fsf@boost-consulting.com> (David Abrahams's message of "Thu, 23 Jun 2005 14:49:26 -0400")

David Abrahams <dave@boost-consulting.com> writes:

[...]

> I'm wondering what the most effective way of dealing with this is.
> It seems kinda silly that a notice can fail to be delivered *to me*
> by an exim running on this machine, and the messages will get thrown
> out eventually!

When you say "to me", do you mean to you as your local account on that
computer, or to you as a remote account such as boost-consulting.com?
Seeing the log messages below, I think you mean the latter, though it
is worth noting that exim may have also sent some delay or failure
warnings to your /local/ account. That would depend on whether exim
thinks the message originated from a local account.

> Oh, look:

[...]

> Is not helping because it reaches smtp.rcn.com, but then that server
> asks for authentication!  AFAIK there's no authentication I can
> actually give it that will work from outside my cable modem, and it
> forbids authentication from behind my cable modem :(

Have you tried specifying authentication credentials for rcn.com in
your exim.conf, but not citing their use as mandatory? You may recall
that earlier on our discussion we looked at the hosts_try_auth¹ and
hosts_require_tls² options for the remote_smtp transport. Perhaps you
can include rcn.com in a hosts_try_auth option but not include the TLS
stipulation:

,----[ Augmented transport ]
| remote_smtp:
|   driver = smtp
|   hosts_try_auth = smtp.rcn.com
`----

Later in the authenticators section, you'd need to specify one or two
credentials using LOGIN or PLAIN authentication:

,----[ Authenticators ]
| begin authenticators
| 
| fixed_login:
|   driver = plaintext
|   public_name = LOGIN
|   client_send = : dave : password
| 
| 
| fixed_plain:
|   driver = plaintext
|   public_name = PLAIN
|   client_send = ^dave^password
`----

Here we just cite the user name and password as global. It's probably
possible to make them host-specific, but I don't have an example on
hand.

> This is a little discouraging!  Got any sage words for me?

What a nice surprise to come home to. Can you try the suggestions
above from outside your cable modem connection and report back?


Footnotes: 
¹ http://www.exim.org/exim-html-4.50/doc/html/spec_30.html#IX2239
² http://www.exim.org/exim-html-4.50/doc/html/spec_30.html#IX2236

-- 
Steven E. Harris




  reply	other threads:[~2005-06-24 17:14 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-03 13:30 Asynchronous Gnus? David Abrahams
2005-06-03 20:37 ` Gnus with Exim (was: Asynchronous Gnus?) David Abrahams
2005-06-03 22:28   ` Gnus with Exim Steven E. Harris
2005-06-04 13:47     ` David Abrahams
2005-06-04 15:29       ` Steven E. Harris
2005-06-06  2:05         ` David Abrahams
2005-06-06 17:04           ` Steven E. Harris
2005-06-06 18:31             ` David Abrahams
2005-06-06 19:59               ` Steven E. Harris
2005-06-06 20:43                 ` David Abrahams
2005-06-06 22:44                   ` Steven E. Harris
2005-06-06 23:08                     ` David Abrahams
2005-06-06 23:47                       ` Steven E. Harris
2005-06-07  1:36                         ` David Abrahams
2005-06-08 18:14                           ` Steven E. Harris
2005-06-08 19:45                             ` David Abrahams
2005-06-08 20:14                               ` Steven E. Harris
2005-06-08 20:48                                 ` David Abrahams
2005-06-08 21:20                                   ` Steven E. Harris
2005-06-23 18:49                                     ` David Abrahams
2005-06-24 17:14                                       ` Steven E. Harris [this message]
2005-06-24 18:09                                         ` David Abrahams
2005-06-25 15:33                                           ` Steven E. Harris
2005-07-19 11:05                                     ` func-menu David Abrahams
2005-07-19 14:01                                       ` func-menu J. David Boyd
2005-07-19 14:21                                       ` func-menu Ted Zlatanov
2005-07-19 14:35                                         ` func-menu David Abrahams
2005-07-19 15:20                                           ` func-menu Ted Zlatanov
2005-07-19 15:41                                             ` func-menu David Abrahams
2005-07-20  1:03                                               ` func-menu Danny Siu
2005-07-22 14:55                                                 ` func-menu David Abrahams

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=83slz7he2j.fsf@torus.sehlabs.com \
    --to=seh@panix.com \
    --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).