all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tim McNamara <timmcn@bitstream.net>
Subject: Re: Bug report and sendmail
Date: Tue, 09 Dec 2003 14:16:29 -0600	[thread overview]
Message-ID: <m28yllwxuq.fsf@bitstream.net> (raw)
In-Reply-To: m24qwa3vu4.fsf@bitstream.net

Here is my existing configuration:

>From my .emacs:

(require 'smtpmail)
  (setq send-mail-function 'smtpmail-send-it)         ; for `mail'           
  (setq message-send-mail-function 'smtpmail-send-it) ; for `message'
  (setq smtpmail-smtp-server "mail.bitstream.net")
  (setq smtpmail-local-domain nil)
  (setq smtpmail-queue-mail nil)
  (setq smtpmail-debug-info nil)

and from my .gnus:

(add-to-list 'gnus-secondary-select-methods '(nnml ""))
(eval-after-load "mail-source"
 '(add-to-list 'mail-sources '(pop :server "mail.bitstream.net"
                                   :user "myusername"
                                   :password "passwd")))
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-default-smtp-server "mail.bitstream.net")

(setq gnus-confirm-mail-reply-to-news t)

(setq gnus-auto-expirable-newsgroups
      "mail.misc")

  parent reply	other threads:[~2003-12-09 20:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-09 14:32 Bug report and sendmail Tim McNamara
2003-12-09 17:21 ` Jesper Harder
2003-12-09 17:37 ` Kevin Rodgers
2003-12-10 16:39   ` gebser
2003-12-09 20:16 ` Tim McNamara [this message]
2003-12-10  1:09   ` Kevin Rodgers
2003-12-10  2:40     ` Tim McNamara
     [not found] <mailman.1502.1071078084.399.help-gnu-emacs@gnu.org>
2003-12-11  1:05 ` Tim McNamara

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=m28yllwxuq.fsf@bitstream.net \
    --to=timmcn@bitstream.net \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.