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
Last revision Both sides next revision
userdoc:mail [2017-12-11 22:13]
mricon
userdoc:mail [2019-03-19 15:45]
mricon
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