Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

password

28 views
Skip to first unread message

Rob Pyott

unread,
Jan 10, 2021, 6:58:20 PM1/10/21
to
Hello, how to I set Alpine 2.24 to remember my password? Thank you! Rob

Eduardo Chappa

unread,
Jan 10, 2021, 9:43:45 PM1/10/21
to
On Sun, 10 Jan 2021, Rob Pyott wrote:

> Hello, how to I set Alpine 2.24 to remember my password? Thank you! Rob

Assuming that your version of Alpine was compiled with password file
support, then you have to create an emtpy file first with the command

touch ~/NewFile.pwd

(NewFile.pwd is a random name, you can use any name)

Once you already have a password file, start alpine with the command

alpine -passfile ~/NewFile.pwd

I hope this helps.

--
Eduardo
https://tinyurl.com/yc377wlh (web)
http://repo.or.cz/alpine.git (Git)

Rob Pyott

unread,
Jan 13, 2021, 9:02:15 PM1/13/21
to
OK, what I did was search for what Debian uses as a password file, which is .pine-passfile. So I did touch .pine-passfile. That seems to work. thank you!

Rakhal Dáve

unread,
Mar 12, 2021, 12:46:36 AM3/12/21
to
Background:
Have been using pine/alpine for over two decades.
Its a gem for users with a minimalist unix mindset.
I use alpine on windows.
Suddenly it stopped working with gmail few days ago.

I then upgraded to 2.24 and followed xoauth2 instructions and all was fine again except request for password 2 times for every email sent.

It took me a few days to find the narkive link:
https://comp.mail.pine.narkive.com/tkKwzXkJ/gmail-with-alpine-not-anymore-possible
and discover that smtp *must* also be modified to use xoauth2:

smtp: smtp.gmail.com/ssl/user=***@id.com/auth=xoauth2

(I was first on the wrong track with trying to find what corresponds to .pin.pwd or .pine.passfile on windows
so that the password would be saved. After modifying smtp server as above - password file is not
needed and emails are sent using xoauth2 seamlessly)

In fact my inbox path is still using:
{imap.gmail.com:993/ssl/novalidate-cert/user=***@id.com}inbox
I did not change that xoauth2 but it still works.

It would help users like me if this was made clear in the instruction screen when version 2.24 on windows is first launched.

Many thanks for keeping pine/alpine alive.

Kind regards -Rakhal
0 new messages