* [gentoo-user] local mail processing
@ 2009-03-02 14:00 alain.didierjean
2009-03-02 14:06 ` [gentoo-user] " Nikos Chantziaras
2009-03-02 14:07 ` [gentoo-user] " Alan McKinnon
0 siblings, 2 replies; 4+ messages in thread
From: alain.didierjean @ 2009-03-02 14:00 UTC (permalink / raw
To: gentoo-user
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...
Thx,
--
~adj~
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-user] Re: local mail processing
2009-03-02 14:00 [gentoo-user] local mail processing alain.didierjean
@ 2009-03-02 14:06 ` Nikos Chantziaras
2009-03-02 14:07 ` [gentoo-user] " Alan McKinnon
1 sibling, 0 replies; 4+ messages in thread
From: Nikos Chantziaras @ 2009-03-02 14:06 UTC (permalink / raw
To: gentoo-user
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...
> Thx,
You emerged it but did not configure it.
Anyway, for an easy to set-up local mail system, I'd recommend Exim.
PS:
You don't need ssmtp for local mail. You can safely unmerge it.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] local mail processing
2009-03-02 14:00 [gentoo-user] local mail processing alain.didierjean
2009-03-02 14:06 ` [gentoo-user] " Nikos Chantziaras
@ 2009-03-02 14:07 ` Alan McKinnon
2009-03-04 20:06 ` Mick
1 sibling, 1 reply; 4+ messages in thread
From: Alan McKinnon @ 2009-03-02 14:07 UTC (permalink / raw
To: gentoo-user; +Cc: alain.didierjean
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...
> Thx,
>
> --
> ~adj~
port 25 is closed:
alan@nazgul ~ $ nmap mailhub.adj.org
Starting Nmap 4.76 ( http://nmap.org ) at 2009-03-02 16:06 SAST
Interesting ports on 63.214.247.170:
Not shown: 995 filtered ports
PORT STATE SERVICE
25/tcp closed smtp
80/tcp open http
135/tcp closed msrpc
4444/tcp closed krb524
6667/tcp closed irc
Nmap done: 1 IP address (1 host up) scanned in 4.64 seconds
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] local mail processing
2009-03-02 14:07 ` [gentoo-user] " Alan McKinnon
@ 2009-03-04 20:06 ` Mick
0 siblings, 0 replies; 4+ messages in thread
From: Mick @ 2009-03-04 20:06 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 890 bytes --]
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
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-03-04 20:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-02 14:00 [gentoo-user] local mail processing alain.didierjean
2009-03-02 14:06 ` [gentoo-user] " Nikos Chantziaras
2009-03-02 14:07 ` [gentoo-user] " Alan McKinnon
2009-03-04 20:06 ` Mick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox