I'm using Alpine for e-mail and have the "app" password stored in a file so that the client can login to Gmail. It's stored as an alphanumeric with whitespace: xxx yyy zzz

How and where is this password stored on Ubuntu?


/etc/postfix/sasl/sasl_passwd  is where I have it.  The example is:

[smtp.gmail.com]:587 jane....@gmail.com:doeadeer

but let's put some whitespace in there:

doe 123 adee 456 r78


so the file would like as:

[smtp.gmail.com]:587 jane....@gmail.com:doe 123 adee 456 r78



is that correct?


see also:

https://askubuntu.com/q/1497269/847449
https://help.ubuntu.com/community/GmailPostfixFetchmail



thanks,

Nick


_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to