• password

    From Rob Pyott@21:1/5 to All on Sun Jan 10 15:58:19 2021
    Hello, how to I set Alpine 2.24 to remember my password? Thank you! Rob

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Eduardo Chappa@21:1/5 to Rob Pyott on Sun Jan 10 19:43:39 2021
    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)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rob Pyott@21:1/5 to Eduardo Chappa on Wed Jan 13 18:02:14 2021
    On Sunday, January 10, 2021 at 9:43:45 PM UTC-5, Eduardo Chappa wrote:
    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)
    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!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?B?UmFraGFsIETDoXZl?=@21:1/5 to Eduardo Chappa on Thu Mar 11 21:46:35 2021
    On Monday, 11 January 2021 at 03:43:45 UTC+1, Eduardo Chappa wrote:
    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)

    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)