unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Hanno Jung <hanno.jung@googlemail.com>
To: Robert Pluim <rpluim@gmail.com>
Cc: 34540@debbugs.gnu.org
Subject: bug#34540: 26.1; can't change location of .authinfo
Date: Tue, 19 Feb 2019 21:16:44 +0100	[thread overview]
Message-ID: <m2ef838rf7.fsf@gmail.com> (raw)
In-Reply-To: <m2ftskdt37.fsf@gmail.com>


Robert Pluim <rpluim@gmail.com> writes:

> Hanno Jung <hanno.jung@googlemail.com> writes:
>
>> If I change the location of .authinfo to a custom location, the username
>> and password is not recognized correctly by smtpmail.
>> Location is changed via (setq auth-sources
>> '("/custom_folder/.authinfo")).
>
> This custom_folder is in the root of your filesystem? Or in your home
> directory?

It is actually neither of it. "custom_folder" is a whole tree. The
system is a macos and has truecrypt container mounted in which the file
resides. The folder is mounted under ""/Volumes" and is nested 5 folders deeper.

>
>> When using C-c to send the mail I'm asked for the username and the
>> password. Although the .authinfo content is
>> machine smtp.gmail.com login myusername port 587 password mypassword
>>
>> This issue is adressed here as well
>> https://emacs.stackexchange.com/questions/47805/cant-change-location-of-authinfo
>>
>
> What does
>
> (auth-source-search :max 1 :host "smtp.gmail.com" :user "myusername"
> :port 587)

It does return "nil"
>
> return?
>
> What's the value of smtpmail-smtp-service (it should be 587, otherwise
> the auth-source lookup done by smtpmail will fail).

it is 25

>
> Robert

I deleted the auto generated part at the end of my init.el which looked
like that.

;;; init.el ends here
(custom-set-variables
 ;; custom-set-variables was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(send-mail-function (quote smtpmail-send-it))
 '(smtpmail-smtp-server "smtp.gmail.com")
 '(smtpmail-smtp-service 25))
(custom-set-faces
 ;; custom-set-faces was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 )


After deleting it, I was asked for the smtp-server, username, password
again. And I was asked if I wanted to save that into the path that I
already provided "/custom_folder/.authinfo". After acknowledging that I
had an additional line in "/custom_folder/.authinfo" with the corrected
data except for the port which was 25.

Regards
Hanno





  reply	other threads:[~2019-02-19 20:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-18 19:56 bug#34540: 26.1; can't change location of .authinfo Hanno Jung
2019-02-19  9:29 ` Robert Pluim
2019-02-19 20:16   ` Hanno Jung [this message]
2019-02-19 20:59     ` Robert Pluim
2019-05-08 14:58       ` npostavs

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2ef838rf7.fsf@gmail.com \
    --to=hanno.jung@googlemail.com \
    --cc=34540@debbugs.gnu.org \
    --cc=rpluim@gmail.com \
    /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 public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).