On Monday 02 March 2009, Alan McKinnon wrote: > On Monday 02 March 2009 16:00:43 alain.didierjean@free.fr wrote: > > I don't import mail on my machine. I still need local mail to be > > processed and delivered. I emerged ssmtp & procmail to no avail. All I > > get is : Mar 2 11:07:03 isba sSMTP[26810]: Unable to connect to > > "mailhub.adj.org" port 25. > > Mar 2 11:07:03 isba sSMTP[26810]: Cannot open mailhub.adj.org:25 > > > > What am I missing ? All localy emitted mail end up in ~/dead.letter... > port 25 is closed: As Alan says you need to configure your ssmtp.conf and specify the port at which your mailserver is listening. You will need to add something like: mailhub=mailhub.adj.org:port_number and perhaps UseSTARTTLS=YES if your mailserver is using encryption (in which case it is likely listening on ssmtp port 465). -- Regards, Mick