[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
pop3 and smtp over ssh
- To: or-talk@xxxxxxxxxxxxx
- Subject: pop3 and smtp over ssh
- From: Kees Vonk <keesvonk@xxxxxxxxx>
- Date: Mon, 05 Mar 2007 12:58:07 +0800
- Delivered-to: archiver@seul.org
- Delivered-to: or-talk-outgoing@seul.org
- Delivered-to: or-talk@seul.org
- Delivery-date: Sun, 04 Mar 2007 23:57:05 -0500
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=Mav3EAXDrdJbLh/AgPFjsZtRK5+1XqQLmlM1W1CRZcIo89ITW50ZZYKhCQ+0W9KjYQHO+Iqz2stM0MkQh57dP3DZaHGvsirYLD+p2Z73sk7MtH7Gx622ivN98Z0YJuWM0EnnpfI5X40Vk9n7SJU4GowJ2Pcs5oBYRP62odPsy8k=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=SKch8q+BM9Gg53toEhidVWfIPoYg9tNLTRCryYHFRtwjp/7hpVaVjfiWk4P6QnCSA8V3/KmFBMGzIYkRKMDhjfMBwhF7EM/L3i+H63sid3HmfU4OI9lP3OyvvEKcZXZn1aAusOTFkEOqcNYlcxu0TYQr57F7uufwWxXh+fb2nwA=
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
- User-agent: Thunderbird 1.5.0.9 (X11/20070103)
I would like to connect to a pop3 and smtp server over ssh server (ports
995 and 465) via tor, but I seems that a lot of exit nodes do not allow
connections to these ports (even though they are always authenticated).
Is there a way of specifying that I only want exit nodes that allow
these ports. If not, can I create a list of exit nodes that allow these
ports and tell tor to only use the nodes on that list (or the reverse of
course: a list of nodes not allowing these ports and tell tor not to use
them).
Kees