Using the Boards with Thunderbird: Difference between revisions

From Redbrick Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
How to use the boards in thunderbird (or, presumably any other client, but they're crap).<br>
How to use the boards in Thunderbird (or, presumably any other client, but they're crap).<br>
Thanks to [[User:igy|igy]] who actually sent me the settings for this.
Thanks to [[User:igy|igy]] who actually sent me the settings for this.


==Connecting to Redbrick==
==Connecting to Redbrick==


To connect you have to forward a port as part of your ssh connection, so this will only work while your connected to redbrick.
To connect you have to forward a port as part of your ssh connection, so this will only work while you're connected to Redbrick.
On redbrick, the only server that supports this is deathray, so you must connect to deathray first, and then you can ssh to murphy.
On Redbrick, the only server that supports this is deathray, so you must connect to deathray first, and then you can ssh to murphy.


===Linux/Unix/Mac===
===Linux/Unix/Mac===


Normally to connect you would type something like
Normally, to connect you would type something like:
  ssh username@login.redbrick.dcu.ie
  ssh username@login.redbrick.dcu.ie


Instead type
Instead type:
  ssh -L 1119:carbon.internal:119 username@deathray.redbrick.dcu.ie
  ssh -L 1119:carbon.internal:119 username@deathray.redbrick.dcu.ie


and you'll be prompted for your password like normal. To get onto murphy then just type
and you'll be prompted for your password like normal. To get onto murphy then just type:
  ssh murphy
  ssh murphy


If you're really cool and use gnome, you can setup a nice desktop launcher with this command
If you're really cool and use gnome, you can setup a nice desktop launcher with this command:
  gnome-terminal --command="ssh -L 1119:carbon.internal:119 username@136.206.15.3" --hide-menubar
  gnome-terminal --command="ssh -L 1119:carbon.internal:119 username@136.206.15.3" --hide-menubar


===Windows===
===Windows===


Open putty, and select the tunnels options page
Open putty, and select the tunnels options page.


[[Image:News_putty_1.jpg]]
[[Image:News_putty_1.jpg]]
Line 31: Line 31:
  Destination: carbon.internal:119
  Destination: carbon.internal:119


Then click the add button
then click the add button.




Once that's done go back to the session options
Once that's done go back to the session options.


[[Image:News_putty_3.jpg]]
[[Image:News_putty_3.jpg]]
Line 42: Line 42:
  or 136.205.15.3
  or 136.205.15.3


You'll want to save all these settings so you dont have to do this everything, so type a name in the box as shown above, and click save. Next time all you'll have to do is double click on "redbrick" in the saved sessions list.
You'll want to save all these settings so you don't have to do this everytime, so type a name in the box as shown above, and click save. Next time all you'll have to do is double click on "redbrick" in the saved sessions list.


Click open to start the connection. You'll be prompted for your username and password as usual. Once you've done that type
Click open to start the connection. You'll be prompted for your username and password as usual. Once you've done that type
Line 54: Line 54:
For Newsgroup server enter "localhost"<br>
For Newsgroup server enter "localhost"<br>
<br>
<br>
Once you've done all that all thats left to do is change from the default port to the one we've set up the forwarding on, so go into the settings for the account and change the 119 to 1119
Once you've done all that, all that's left to do is change from the default port to the one we've set up the forwarding on, so go into the settings for the account and change the 119 to 1119.


[[Image:News_thunderbird_3.jpg|News_thunderbird_3.jpg]]
[[Image:News_thunderbird_3.jpg|News_thunderbird_3.jpg]]




To subscribe to boards, just click on "Manage Newsgroup subscriptions"
To subscribe to boards, just click on "Manage Newsgroup subscriptions".


[[Image:News_thunderbird_2.jpg|News_thunderbird_2.jpg]]
[[Image:News_thunderbird_2.jpg|News_thunderbird_2.jpg]]
<br><br>
<br><br>
And thats it, happy posting.
And thats it, happy posting.

Revision as of 06:19, 4 March 2007

How to use the boards in Thunderbird (or, presumably any other client, but they're crap).
Thanks to igy who actually sent me the settings for this.

Connecting to Redbrick

To connect you have to forward a port as part of your ssh connection, so this will only work while you're connected to Redbrick. On Redbrick, the only server that supports this is deathray, so you must connect to deathray first, and then you can ssh to murphy.

Linux/Unix/Mac

Normally, to connect you would type something like:

ssh username@login.redbrick.dcu.ie

Instead type:

ssh -L 1119:carbon.internal:119 username@deathray.redbrick.dcu.ie

and you'll be prompted for your password like normal. To get onto murphy then just type:

ssh murphy

If you're really cool and use gnome, you can setup a nice desktop launcher with this command:

gnome-terminal --command="ssh -L 1119:carbon.internal:119 username@136.206.15.3" --hide-menubar

Windows

Open putty, and select the tunnels options page.

News putty 1.jpg

As above, enter:

Source Port: 1119
Destination: carbon.internal:119

then click the add button.


Once that's done go back to the session options.

News putty 3.jpg

In the hostname box add

deathray.redbrick.dcu.ie
or 136.205.15.3

You'll want to save all these settings so you don't have to do this everytime, so type a name in the box as shown above, and click save. Next time all you'll have to do is double click on "redbrick" in the saved sessions list.

Click open to start the connection. You'll be prompted for your username and password as usual. Once you've done that type

ssh murphy

to get back to murphy.

Setting up Thunderbird

Go into account properties, select add account, pick newsgroup.
Enter your name, and your redbrick email address.
For Newsgroup server enter "localhost"

Once you've done all that, all that's left to do is change from the default port to the one we've set up the forwarding on, so go into the settings for the account and change the 119 to 1119.

News_thunderbird_3.jpg


To subscribe to boards, just click on "Manage Newsgroup subscriptions".

News_thunderbird_2.jpg

And thats it, happy posting.