Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: "Dieter Kluenter" <dieter@dkluenter.de>
To: info-gnus-english@gnu.org
Subject: Re: using a smtp server (not sendmail)
Date: Sat, 12 May 2007 17:12:13 +0200	[thread overview]
Message-ID: <87bqgqaxf6.fsf@magenta.l4b.de> (raw)
In-Reply-To: <x7abwcl8ir.fsf@mail.sysarch.com>

Uri Guttman <uri@stemsystems.com> writes:

> is there any way to get emacs/gnus to use my isp's smtp server directly?
> from what i can find it uses /usr/xxx/sendmail (which in my case is
> provided by qmail). my problem really is that verizon fios outbound smtp
> required authentication and qmail doesn't support that without a
> patch. since outbound isn't an issue (i do use qmail for inbound just
> fine) i thought i could bypass it inside emacs/gnus. only a few symbols
> are found with smtp in them.

from my ~/.xemacs/custom.el

,----[ custom.el ]
| '(message-send-mail-function 'smtpmail-send-it)
| '(smtp-default-server "\"my.smtp.host\"")
| '(ssl-certificate-directory "/home/dieter/certs")
| '(ssl-certificate-verification-policy 1)
| '(tls-process-connection-type t)
`----

from my ~/.authinfo

,----[ authinfo ]
| machine "my.smtp.host" login "my.identity" password "my.passwd"
`----

-Dieter

-- 
Dieter Klünter | Systemberatung
http://www.dkluenter.de
GPG Key ID:8EF7B6C6

      parent reply	other threads:[~2007-05-12 15:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-10 20:37 Uri Guttman
2007-05-11 10:55 ` Gernot Hassenpflug
2007-05-11 10:58 ` Gernot Hassenpflug
2007-05-11 16:02 ` Tassilo Horn
2007-05-11 22:00   ` Reiner Steib
2007-05-12 10:26     ` Tassilo Horn
2007-05-12 12:22       ` Reiner Steib
     [not found]     ` <mailman.554.1178966255.32220.info-gnus-english@gnu.org>
2007-05-12 15:04       ` Dieter Kluenter
2007-05-12 15:12 ` Dieter Kluenter [this message]

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=87bqgqaxf6.fsf@magenta.l4b.de \
    --to=dieter@dkluenter.de \
    --cc=info-gnus-english@gnu.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).