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, 03 Jun 2005 15:28:23 -0700	[thread overview]
Message-ID: <jk4br6nulbs.fsf@W003275.na.alarismed.com> (raw)
In-Reply-To: <u4qcfdvmq.fsf@boost-consulting.com> (David Abrahams's message of "Fri, 03 Jun 2005 16:37:49 -0400")

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

> I installed Cygwin's Exim on my machine.  However, I'm not sure how
> to get Gnus to use it or how to set it up to send mail
> asynchronously, so any hints would be much appreciated.

I can help you with this.

Do you send all your outgoing messages through a "smart host" --
meaning your ISP's SMTP server -- or can you send mail by connecting
directly to your recipient's SMTP server? The former is a more typical
configuration for dial-up and most broadband accounts.

Somewhere in your Gnus configuration, you should set the variable
`sendmail-program' to "exim", because even though exim can impersonate
sendmail, no such symlink is set up in Cygwin by default. (Debian
Linux does provide such a symlink, so calling "sendmail" works just
fine, with exim acting in its place.)

Have you changed the variable `message-send-mail-function' from its
default? To send mail through your local MTA you'll want the value to
be message-send-mail-with-sendmail.

Much of the difficulty I've had with exim on Cygwin relates to getting
the permission on /etc/exim.conf straight. At least as several months
ago, the file /etc/exim.conf must be owned by the SYSTEM account and
not be writable by anyone else. That makes trial-and-error editing of
the file a little frustrating. My bash history would accumulate
alternating entries like:

  $ F=/etc/exim.conf; chown seh.Users $F && chmod u+w $F
  # Edit...
  $ F=/etc/exim.conf; chown SYSTEM.Administrators $F && chmod a-w $F
  # Try it again...


If you don't need to exchange mail locally on your computer among
different users, the setup is really quite simple.

Have you tried running "exim-config"? You can read the script at
/usr/bin/exim-config. I just noticed that it will offer to set up the
sendmail symlink I mentioned above. It doesn't appear to set up the
routers and transports that you'll need to tweak for your particular
situation.

Let me know what you need help on next.

-- 
Steven E. Harris



  reply	other threads:[~2005-06-03 22:28 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   ` Steven E. Harris [this message]
2005-06-04 13:47     ` Gnus with Exim 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
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=jk4br6nulbs.fsf@W003275.na.alarismed.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).