Gnus development mailing list
 help / color / mirror / Atom feed
From: asjo@koldfront.dk (Adam Sjøgren)
To: ding@gnus.org
Subject: Re: Gnus doesn't connect to my SMTP server
Date: Sun, 09 Dec 2012 19:17:28 +0100	[thread overview]
Message-ID: <87k3sr9jk7.fsf@topper.koldfront.dk> (raw)
In-Reply-To: <25030.77.109.139.26.1355059797.squirrel@lavabit.com>

On Sun, 9 Dec 2012 08:29:57 -0500 (EST), bromley@lavabit.com wrote:

> Something is wrong because the `From:' field shows the `user@hostname'
> of B, but it should show my email address instead (for instance,
> admin@example.com).

If the email-address isn't detected correctly automatically, you may
want to set user-mail-address:

,----[ C-h v user-mail-address RET ]
| user-mail-address is a variable defined in `startup.el'.
| Its value is "asjo@koldfront.dk"
| 
| Documentation:
| Full mailing address of this user.
| This is initialized with environment variable `EMAIL' or, as a
| fallback, using `mail-host-address'.  This is done after your
| init file is read, in case it sets `mail-host-address'.
| 
| You can customize this variable.
| 
| [back]
`----

> There was nothing related to SMTP in `*Messages*'. How can I tell Gnus
> to connect to the SMTP server?

I don't use SMTP locally myself (Gnus defaults to sendmail(1), which is
the local Postfix on my desktop machine); I think something like:

  (setq message-send-mail-function 'smtpmail-send-it
        smtpmail-default-smtp-server "yoursmtpserver.example.com")

and then filling in your password for the smtp-server in ~/.authinfo
should be enough, though.


  Best regards,

    Adam

-- 
 "However, it sometimes fails for the unknown                 Adam Sjøgren
  reason so far."                                        asjo@koldfront.dk




  reply	other threads:[~2012-12-09 18:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-09 13:29 bromley
2012-12-09 18:17 ` Adam Sjøgren [this message]
2012-12-10 11:35   ` bromley

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=87k3sr9jk7.fsf@topper.koldfront.dk \
    --to=asjo@koldfront.dk \
    --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).