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
Last revision Both sides next revision
userdoc:mail [2017-11-23 16:30]
mricon
userdoc:mail [2019-03-19 15:45]
mricon
Line 44: Line 44:
  
 <​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 54:
 </​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 79:
  
 ===== 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.txt · Last modified: 2020-05-08 14:55 by mricon