User Tools

Site Tools


userdoc:mail

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
userdoc:mail [2017-11-23 16:30]
mricon
userdoc:mail [2020-05-08 14:55] (current)
mricon
Line 1: Line 1:
 +~~REDIRECT>​https://​korg.docs.kernel.org/​mail.html~~
 +
 ====== Using your username@kernel.org alias ====== ====== Using your username@kernel.org alias ======
 We do not provide mailbox hosting to kernel.org members, but we do provide a redirect alias to the address you specified when requesting an account. The only other service we offer in addition to the redirect is outgoing mail SMTP. We do not provide mailbox hosting to kernel.org members, but we do provide a redirect alias to the address you specified when requesting an account. The only other service we offer in addition to the redirect is outgoing mail SMTP.
Line 44: Line 46:
  
 <​code>​ <​code>​
-gpg2 --quick-add-uid [keygrip] '​Firstname Lastname <​username@kernel.org>'​ +gpg2 --quick-add-uid [keyid] '​Firstname Lastname <​username@kernel.org>'​ 
-gpg2 --send-keys [keygrip]+gpg2 --send-keys [keyid]
 </​code>​ </​code>​
  
-To find out your keygrip, you can run:+To find out your keyid, you can run:
  
 <​code>​ <​code>​
Line 54: Line 56:
 </​code>​ </​code>​
  
-Your keygrip ​(in either ​full form, or the last 16 characters) should be listed right under the sec line.+Your keyid (either ​the full fingerprint, or the last 16 characters) should be listed right under the sec line.
  
 ==== The kernel.org Web Key Directory ==== ==== The kernel.org Web Key Directory ====
Line 79: Line 81:
  
 ===== Changing your forwarding address ===== ===== Changing your forwarding address =====
 +==== If you have a kernel.org ssh account ====
 +
 +You can self-administer your forwarding address if you have an active ssh account allowing you to access gitolite.kernel.org. To list your current forwarding address(es):​
 +
 +<​code>​
 +ssh git@gitolite.kernel.org mailforward list
 +</​code>​
 +
 +To add another forwarding address in addition to what is already present:
 +
 +<​code>​
 +ssh git@gitolite.kernel.org mailforward add foo@example.com
 +</​code>​
 +
 +To replace your current forwarding address(es):​
 +
 +<​code>​
 +ssh git@gitolite.kernel.org mailforward set foo@example.com
 +</​code>​
 +
 +For other commands and more information,​ run:
 +
 +<​code>​
 +ssh git@gitolite.kernel.org mailforward help
 +</​code>​
 +
 +==== If you don't have an active ssh account ====
 Please send a request to [[userdoc:​support]] with your username and the new desired destination. Please send a request to [[userdoc:​support]] with your username and the new desired destination.
  
userdoc/mail.1511454640.txt.gz · Last modified: 2017-11-23 16:30 by mricon