Re: sendmail cannot send outgoing email due to makeconnection faliure
- From: Giorgos Keramidas <keramida@xxxxxxxxxxxxxxx>
- Date: Thu, 13 Mar 2008 06:46:02 +0200
On Wed, 12 Mar 2008 21:26:44 -0700 (PDT), Andrew <Wu.Andrew.Xi@xxxxxxxxx> wrote:
I configure a sendmail on my server (it has a dynamic domain name:
vcroc.vicp.net)
now, it can receive mail from outside and send mail from localhost to
localhost.
but it cannot send outgoing email (e.g. from root@xxxxxxxxxxxxxx to
my_account@xxxxxxxxx)
The mail log says there is a makeconnection failure, as shown below. I
send a email from root@xxxxxxxxxxxxxx to xzfkiller@xxxxxxxxx:
=====================================[log level = 14]
Mar 13 11:15:28 localhost sendmail[29737]: m2D3FSUZ029735:
makeconnection (gmail-smtp-in.l.google.com. [209.85.147.27]) failed:
Invalid argument
It looks like your ISP is blocking connections to port TCP/25. Can you
try simply connecting with TELNET to gmail-smtp-in.l.google.com:25?
% telnet gmail-smtp-in.l.google.com 25
If that fails, then you can try connecting to the `submission' port,
which a lot of ISPs leave open:
% telnet gmail-smtp-in.l.google.com 587
If connecting to the submission port times out too, then you may have to
relay all your messages through the mail gateway of your ISP.
.
- Follow-Ups:
- References:
- Prev by Date: sendmail cannot send outgoing email due to makeconnection faliure
- Next by Date: Re: sendmail cannot send outgoing email due to makeconnection faliure
- Previous by thread: sendmail cannot send outgoing email due to makeconnection faliure
- Next by thread: Re: sendmail cannot send outgoing email due to makeconnection faliure
- Index(es):
Relevant Pages
|