canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
ChrisCooper (talk | contribs) No edit summary |
||
Line 105: | Line 105: | ||
ssh -2 -f -L2222:hal:22 stage.mozilla.org sleep 20;ssh -2 -p2222 -l symbols localhost pwd | ssh -2 -f -L2222:hal:22 stage.mozilla.org sleep 20;ssh -2 -p2222 -l symbols localhost pwd | ||
ssh -i /Users/cltbld/.ssh/aus cltbld@aus2-staging.mozilla.org pwd | ssh -i /Users/cltbld/.ssh/aus cltbld@aus2-staging.mozilla.org pwd | ||
= Mail config = | |||
You'll need to update the postfix config to make sure that <code>myhostname</code> is set correctly and that large messages can be sent. The tail of <code>/etc/postfix/main.cf</code> should look similar to: | |||
myhostname = bm-xserve08.build.mozilla.org | |||
mailbox_transport = cyrus | |||
# Allow large messages (unlimited size, required for tinderbox) | |||
message_size_limit = 0 | |||
You'll then want to restart postfix to pick up the changes. |