From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Sumitra Sharma <sumitraartsy@gmail.com>, outreachy@lists.linux.dev
Subject: Re: [KERNEL NEWBIES ACCESS] Sumitra Sharma
Date: Mon, 13 Mar 2023 16:09:34 +0700 [thread overview]
Message-ID: <ZA7oTq4LwuatjaI4@debian.me> (raw)
In-Reply-To: <20230312170757.GE28100@ubuntu>
[-- Attachment #1: Type: text/plain, Size: 1542 bytes --]
On Sun, Mar 12, 2023 at 10:07:57AM -0700, Sumitra Sharma wrote:
> 1. The outreachy document does not include the steps to make the inbox with mutt. The steps below can be added to configure mutt with gmail.
>
> - Open the ~/.muttrc
> - Add the information
>
> set sendmail="/usr/bin/esmtp"
> set envelope_from=yes
> set from="Your Name <my.email@gmail.com>"
> set use_from=yes
> set edit_headers=yes
>
> # IMAP settings
> set imap_user = "username@gmail.com"
> set imap_pass = "<mailbox password>"
>
> # SMTP settings
> set smtp_url = "smtps://username@smtp.gmail.com"
> set smtp_pass = "<mailbox password>"
>
> # Remote Gmail folders
> set folder = "imaps://imap.gmail.com/"
> set spoolfile = "+INBOX"
> set postponed = "+[Gmail]/Drafts"
> set record = "+[Gmail]/Sent Mail"
> set trash = "+[Gmail]/Trash"
>
> - Where the imap_pass, smtp_pass would be the App password or
> the mailbox password.
Hi,
You may also consider updating OutreachyfirstpatchAlt.
For MTA, replace the now abandoned esmtp with Postfix. Configure the MTA as
null client (see [1]). For system-generated emails sent to root and postmaster,
you will also need to canonicalize these recipient addresses to your email
address (see [2]).
For mutt config, set sendmail to "/usr/sbin/sendmail"/
Thanks.
[1]: https://www.thegeeksearch.com/how-to-configure-postfix-null-client/
[2]: https://askubuntu.com/a/599513
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2023-03-13 9:09 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-12 17:07 [KERNEL NEWBIES ACCESS] Sumitra Sharma Sumitra Sharma
2023-03-13 9:09 ` Bagas Sanjaya [this message]
[not found] ` <20230314081646.GA37415@sumitra.com>
2023-03-14 9:27 ` Bagas Sanjaya
[not found] ` <20230314123317.GB38692@sumitra.com>
2023-03-15 8:41 ` Bagas Sanjaya
2023-03-17 8:59 ` Bagas Sanjaya
2023-03-16 8:31 ` Sumitra Sharma
2023-03-17 8:51 ` Bagas Sanjaya
2023-03-17 16:15 ` Sumitra Sharma
2023-03-17 11:05 ` Fabio M. De Francesco
2023-03-17 11:12 ` Julia Lawall
2023-03-17 15:15 ` Fabio M. De Francesco
2023-03-17 18:00 ` Sumitra Sharma
2023-03-17 19:24 ` Fabio M. De Francesco
2023-03-18 6:54 ` Sumitra Sharma
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=ZA7oTq4LwuatjaI4@debian.me \
--to=bagasdotme@gmail.com \
--cc=outreachy@lists.linux.dev \
--cc=sumitraartsy@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.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.