Main > Free Download Search >

Free failed to connect to mailserver at localhost port 25 software for linux

failed to connect to mailserver at localhost port 25

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3383
Slimserver Control 1.0

Slimserver Control 1.0


Slimserver Control is a Amarok script that can control your Slimserver (play/stop) from Amarok. more>>
Slimserver Control is a Amarok script that can control your Slimserver (play/stop) from Amarok.

Usage:

Run the script. On first run, it will ask for the Slimserver IP address, port and the Squeezebox MAC address. If in doubt for the answers, browse to your Slimserver home page, then, while playing a song, move your mouse over the "Play" button. You should see in the status bar of your browser a URL similar to this one:

http://localhost:9000/status_header.html?p0=play&player=00%3A04%3A20%3A06%3A9c%3Aaa

In this example:

Slimserver IP adddress = localhost

Slimserver port = 9000

Squeezebox MAC address = 00%3A04%3A20%3A06%3A9c%3Aaa


Form more information about Slimserver and Squeezebox, look at: www.slimdevices.com

<<less
Download (0.008MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1049 downloads
Connect Five 1.0.2

Connect Five 1.0.2


Connect Five project is a game similar to Connect Four but on a go-style board. more>>
Connect Five project is a game similar to Connect Four but on a go-style board.

Connect Five is a 3D game of gomoku. It is similar to Connect Four, but the board is 19x19 and play is allowed anywhere on the board.

<<less
Download (0.63MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1032 downloads
POE::Component::Server::IRC 1.05

POE::Component::Server::IRC 1.05


POE::Component::Server::IRC is a fully event-driven networkable IRC server daemon module. more>>
POE::Component::Server::IRC is a fully event-driven networkable IRC server daemon module.

SYNOPSIS

# A fairly simple example:
use strict;
use warnings;
use POE qw(Component::Server::IRC);

my %config = (
servername => simple.poco.server.irc,
nicklen => 15,
network => SimpleNET
);

my $pocosi = POE::Component::Server::IRC->spawn( config => %config );

POE::Session->create(
package_states => [
main => [qw(_start _default)],
],
heap => { ircd => $pocosi },
);

$poe_kernel->run();
exit 0;

sub _start {
my ($kernel,$heap) = @_[KERNEL,HEAP];
$heap->{ircd}->yield( register );
# Anyone connecting from the loopback gets spoofed hostname
$heap->{ircd}->add_auth( mask => *@localhost, spoof => m33p.com, no_tilde => 1 );
# We have to add an auth as we have specified one above.
$heap->{ircd}->add_auth( mask => *@* );
# Start a listener on the standard IRC port.
$heap->{ircd}->add_listener( port => 6667 );
# Add an operator who can connect from localhost
$heap->{ircd}->add_operator( { username => moo, password => fishdont } );
undef;
}

sub _default {
my ( $event, $args ) = @_[ ARG0 .. $#_ ];
print STDOUT "$event: ";
foreach (@$args) {
SWITCH: {
if ( ref($_) eq ARRAY ) {
print STDOUT "[", join ( ", ", @$_ ), "] ";
last SWITCH;
}
if ( ref($_) eq HASH ) {
print STDOUT "{", join ( ", ", %$_ ), "} ";
last SWITCH;
}
print STDOUT "$_ ";
}
}
print STDOUT "n";
return 0; # Dont handle signals.
}

POE::Component::Server::IRC is a POE component which implements an IRC server ( also referred to as an IRC daemon or IRCd ). It should be compliant with the pertient IRC RFCs and is based on reverse engineering Hybrid IRCd behaviour with regards to interactions with IRC clients and other IRC servers.

Yes, thats right. POE::Component::Server::IRC is capable of linking to form IRC networks. It supports the TS5 server to server protocol and has been tested with linking to Hybrid-7 based networks. It should in theory work with any TS5-based IRC network.

POE::Component::Server::IRC also has a services API, which enables one to extend the IRCd to create IRC Services. This is fully event-driven ( of course =] ). There is also a Plugin system, similar to that sported by POE::Component::IRC.

<<less
Download (0.084MB)
Added: 2006-11-28 License: Perl Artistic License Price:
1062 downloads
Tennix! SDL Port 0.3.2

Tennix! SDL Port 0.3.2


Tennix! SDL Port is a simple two-player tennis game. more>>
Tennix! SDL Port is a simple two-player tennis game.

It features simple image loading (with all game graphics being customizable by simply editing them with a graphics editor like The GIMP), sound effects, stadium audience sounds, and ball shadows.

The source code for this SDL port is released under the terms of the GNU General Public License, Version 2 (or later).

Controls

Player 1 uses the keys W, S and D and Player 2 uses O, L and K.

<<less
Download (0.47MB)
Added: 2007-07-08 License: Freeware Price:
838 downloads
GPRS Easy Connect 3.0.0 Final

GPRS Easy Connect 3.0.0 Final


GPRS Easy Connect is a free GUI for GPRS connecting for Linux distributions and FreeBSD. more>>
GPRS Easy Connect is a free GUI for GPRS connecting for Linux distributions and FreeBSD. (GPRS Easy Connect supports 291 phones and 217 providers.)

The program is available in Hungarian, Czech, English, Finnish, French, German, Italian, Norwegian, Polish, Spanish and Turkish languages already! But were waiting for the offer of other translators henceforward.

<<less
Download (4.0MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
816 downloads
Py Connect Four 1.7b 0.0.9b

Py Connect Four 1.7b 0.0.9b


Py Connect Four project is a graphical two-player Connect Four game written in Python. more>>
Py Connect Four project is a graphical two-player Connect Four game written in Python.

Py Connect Four is an implementation of the classic, two-player, Connect Four game. Each player has a color, either black or red, and they take turns putting their pieces in.

The first player with four pieces in a row at any angle wins the round. It is completely written in Python, and uses the PyGame library with the SDL library.

<<less
Download (MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1077 downloads
THC-Flood Connect 1.5

THC-Flood Connect 1.5


THC-Flood Connect is a connection flooding tool which supports SSL, sending + dumping data, closing or keeping sessions etc. more>>
THC-Flood Connect is a connection flooding tool which supports SSL, dumping + sending data, closing or keeping sessions etc.

Just a small release. Have fun.

Use allowed only for legal purposes.

To compile:

cc -o flood_connect -O2 flood_connect.c
openssl: cc -o flood_connect -O2 flood_connect.c -DOPENSSL -lssl -lcrypt

Options:

-S use SSL after TCP connect (not usuable with -u, sets port=443)
-u use UDP protocol (default: TCP) (not usable with -c)
-p port port to connect to (default: %d)
-f forks number of forks to additionally spawn (default: 0)
-i file data to send to the port (default: none)
-n connects maximum number of connects (default: unlimited)
-N delay delay between connects in ms (default: 0)
-c close after connect (and sending data, if used with -i)
use twice to shutdown SSL sessions hard (-S -c -c)
-C delay delay before closing the port (for use with -c) (default: 0)
-d dump data read from server
-D delay delay before trying to read+dump data from server (default: 0)
-e stop when no more connects possible (default: retry forever)
-k no keep-alive after finnishing with connects, terminate!
-v verbose mode
TARGET target to flood attack (ip or dns)
<<less
Download (0.004MB)
Added: 2006-03-08 License: GPL (GNU General Public License) Price:
1338 downloads
Gnome SSH Tunnel Manager 1.2

Gnome SSH Tunnel Manager 1.2


Gnome SSH Tunnel Manager is a frontend for SSH tunneling. more>>
Gnome SSH Tunnel Manager (gSTM) provides a convenient front-end for the cumbersome ssh commandline.

Tunnel configurations are stored in a simple XML format with support for both local and remote port redirection.

Tunnels can be individually started and stopped from the simple main dialog with the option to add or delete a tunnel or modify its preferences.

An SSH tunnel with port redirection is usefull to access services behind a *nix firewall/router. For example, if you have a Terminal Server (remote desktop) and a MySQL server on your private LAN and want to access them securely from outside, you just open an ssh connection with two port redirections. You can then connect to your localhost which will be redirected over the encrypted tunnel, through the firewall/router, to the remote host.

<<less
Download (1.3MB)
Added: 2006-08-05 License: GPL (GNU General Public License) Price:
1190 downloads
e-U Connect 0.32

e-U Connect 0.32


e-U Connect is a WPA Supplicant text mode user interface based on bash+dialog for connecting to the e-U network under Linux. more>>
e-U Connect is a WPA Supplicant text mode user interface based on bash+dialog for connecting to the e-U network under Linux.

<<less
Download (0.013MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1068 downloads
Jabber::Connection 0.03

Jabber::Connection 0.03


Jabber::Connection is a simple Perl module with connectivity functions for Jabber. more>>


SYNOPSIS

# client connection:
my $c = new Jabber::Connection(
server => jabber.org,
log => 1,
);

# component connection:
# my $c = new Jabber::Connection(
# server => localhost:5700,
# localname => comp.localhost,
# ns => jabber:component:accept,
# log => 1,
# debug => 1,
# );

die "oops: ".$c->lastError unless $c->connect();

$c->register_beat(10, &every_10_seconds);

$c->register_handler(presence,&presence);
$c->register_handler(iq,&handle_iq_conference);
$c->register_handler(iq,&handle_iq_browse);

$c->auth(qmacro,password,myresource); # client auth
# $c->auth(secret); # component auth

$c->send( );

$c->start;
DESCRIPTION ^
The Jabber::Connection package provides basic functions for connecting clients and components to a Jabber server.
<<less
Download (0.012MB)
Added: 2007-03-21 License: Perl Artistic License Price:
952 downloads
Wily::Connect 0.02

Wily::Connect 0.02


Wily::Connect is a Perl module that connects to a running Wily text editor. more>>
Wily::Connect is a Perl module that connects to a running Wily text editor.

SYNOPSIS

use Wily::Connect;
my $wily_socket = Wily::Connect::connect();

The connect sub connects to wily this involves creating a unix domain socket, listening on that socket, writing the name of that socket to the fifo wily is reading from (either $ENV{WILYFIFO} or if that doesnt exist /tmp/wily[login]$ENV{DISPLAY}, and then accepting the connection to the unix domain socket that wily will make.

The functions does all of that and hence may block while waiting for wily.

<<less
Download (0.021MB)
Added: 2007-03-01 License: Perl Artistic License Price:
968 downloads
Net::SynchroEdit::Service 0.039r2

Net::SynchroEdit::Service 0.039r2


Net::SynchroEdit::Service is a Perl extension for SynchroEdit response service functionality. more>>
Net::SynchroEdit::Service is a Perl extension for SynchroEdit response service functionality.

SYNOPSIS

use Net::SynchroEdit::Service;

my $conn = new Net::SynchroEdit::Service;
$conn->connect("localhost", 7962, "root", "secret");

Net::SynchroEdit::Service provides a complete set of methods for manipulating a SynchroEdit server via the response service. The optional Net::SynchroEdit::Controller and Net::SynchroEdit::Session modules can be used in conjunction with the Service module to acquire e.g. the create_from_file method (Controller).

<<less
Download (0.007MB)
Added: 2007-04-05 License: Perl Artistic License Price:
932 downloads
Active port forwarder 0.8.3

Active port forwarder 0.8.3


Active port forwarder uses SSL for secure packet tunneling. more>>
Active port forwarder is a software tool for secure port forwarding. Active port forwarder uses SSL to increase security of communication between a server and a client. Originally, it was developed to forward data point to point.
However, the need for bypassing firewalls in order to connect to internally located computers influenced the further development of the project.
AF is dedicated for people, who dont have an external ip number and want to make some services available across the net.
Moreover, zlib is used to compress the transferred data.
Using one, permanent data/control channel with flow control / packet buffering provides good performance and reasonably small latency.
Running afserver does not require root priviledges, nor does it use threads or other processes.
Enhancements:
- The bug in the ip_listen function (visible on the systems without IPv6 support) has been fixed.
<<less
Download (0.18MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1075 downloads
CppUnit - C++ port of JUnit 1.12.0

CppUnit - C++ port of JUnit 1.12.0


CppUnit is the C++ port of the famous JUnit framework for unit testing. more>>
CppUnit is a C++ unit testing framework. CppUnit project started its life as a port of JUnit to C++ by Michael Feathers.
Main features:
- XML output with hooks for additional data
- Compiler-like text output to integrate with an IDE
- Helper macros for easier test suite declaration
- Hierarchical test fixture support
- Test registry to reduce recompilation need
- Test plug-in for faster compile/test cycle (self testable dynamic library)
- Protector to encapsulate test execution (allow capture of exception not derived from std::exception)
- MfcTestRunner
- QT based graphic test runner
<<less
Download (0.70MB)
Added: 2006-06-30 License: LGPL (GNU Lesser General Public License) Price:
1214 downloads
Photorealistic Connect 4.2.0

Photorealistic Connect 4.2.0


Photorealistic Connect 4 is a photorealistic, network-playable version of the Connect 4 game. more>>
Photorealistic Connect 4 is a photorealistic, network-playable version of the Connect 4 game.

It looks and sounds just like a real board, since the images and sounds were captured using digital camera and microphone.

Photorealistic Connect can be played between two human players locally or over the network.

<<less
Download (2.7MB)
Added: 2006-03-27 License: GPL (GNU General Public License) Price:
1355 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5