Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Accessing mailserver with ssh
Date: Sun, 18 Jun 2006 20:20:19
Message-Id: 358eca8f0606181311i135667e7yf5f559fbb6b03f54@mail.gmail.com
In Reply to: Re: [gentoo-user] Accessing mailserver with ssh by Alexander Skwar
1 On 18/06/06, Alexander Skwar <listen@×××××××××××××××.name> wrote:
2
3 > Netcat or gnu-netcat (not much of a difference, as far as I know).
4 >
5 > With netcat, you can either do SMTP manually (like you intended) or
6 > you can use netcat in the way it might have been originally intended;
7 > ie. as a "cat to net".
8 >
9 > To do the former, you'd execute:
10 >
11 > nc host smtp
12 >
13 > To do the latter, you'd do:
14 >
15 > echo "HELO localhost
16 > QUIT" | nc host smtp
17 >
18 > The latter isn't (easily) possible with telnet ("easy" excludes
19 > the use of "expect").
20
21 Cool! Thanks for all your replies.
22
23 I'm off now emerging netcat, but I noticed that there's also cryptcat
24 which I assume is only useful if the remote server has twofish
25 encryption enabled?
26 --
27 Regards,
28 Mick
29 --
30 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Accessing mailserver with ssh Alexander Skwar <listen@×××××××××××××××.name>