ispCP - Board - Support
[Solved] Postfix error, can't send mail - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: [Solved] Postfix error, can't send mail (/thread-1352.html)

Pages: 1 2


[Solved] Postfix error, can't send mail - Emitor - 09-17-2007 07:25 AM

Hi

I have a problem. My mail server is recieving e-mails, but can't send.

my mail.log >


Sep 16 23:11:23 ted postfix/smtp[3545]: connect to gmail-smtp-in.l.google.com[72.14.215.27]: Connection refused (port 25)
Sep 16 23:11:23 ted postfix/smtp[3545]: connect to gmail-smtp-in.l.google.com[72.14.215.114]: Connection refused (port 25)
Sep 16 23:11:23 ted postfix/smtp[3545]: connect to alt1.gmail-smtp-in.l.google.com[64.233.185.27]: Connection refused (port 2$
Sep 16 23:11:23 ted postfix/smtp[3545]: connect to alt2.gmail-smtp-in.l.google.com[209.85.163.27]: Connection refused (port 2$
Sep 16 23:11:23 ted postfix/smtp[3545]: connect to alt1.gmail-smtp-in.l.google.com[64.233.185.114]: Connection refused (port $
Sep 16 23:11:23 ted postfix/smtp[3545]: BD85D890529: to=<recipient@gmail.com>, relay=none, delay=0.14, delays=0.06/0.01/0.0$
S


RE: Postfix error, can't send mail - joximu - 09-17-2007 07:38 AM

What sort of IP do you have?
a dynamic? Then you should use your providers SMTP server as smart host.

/J


RE: Postfix error, can't send mail - Emitor - 09-17-2007 07:40 AM

joximu Wrote:What sort of IP do you have?
a dynamic? Then you should use your providers SMTP server as smart host.

/J

thank you for the reply
i have a static ip address


RE: Postfix error, can't send mail - joximu - 09-17-2007 07:48 AM

Well - for some reason gmail doesn't want to accept mails from your IP.

You can try to find out by sniffing the connection or trying a manual connect ("telnet gmail-smtp-in.l.google.com 25", "quit"). Is it the IP, is it the some other reason...?

Or try to use a smart host with postfix...

/Joximu


RE: Postfix error, can't send mail - Emitor - 09-17-2007 07:54 AM

telnet >

ted:~# telnet gmail-smtp-in.l.google.com 25
Trying 72.14.215.114...
Trying 72.14.215.27...
telnet: Unable to connect to remote host: Connection refused

and mail send to another freemail service >

Sep 16 23:51:02 ted postfix/smtp[3155]: connect to mx1.server.tld[77.75.72.42]: Connection refused (port 25)
Sep 16 23:51:02 ted postfix/smtp[3155]: connect to mx2.server.tld[77.75.72.32]: Connection refused (port 25)


RE: Postfix error, can't send mail - rbtux - 09-17-2007 07:13 PM

what is your reverse dns entry?

is the rdns identical to the helo?


RE: Postfix error, can't send mail - joximu - 09-17-2007 08:41 PM

Does your provider block any outgoing traffic to port 25 (except to the SMTP of the provider itself?) -> smart host...


RE: Postfix error, can't send mail - Emitor - 09-17-2007 09:45 PM

joximu Wrote:Does your provider block any outgoing traffic to port 25 (except to the SMTP of the provider itself?) -> smart host...

i asked my provider. will get more info soon

rbtux Wrote:what is your reverse dns entry?

is the rdns identical to the helo?

it looks like there is a problem

http://www.dnsstuff.com/tools/ptr.ch?ip=85.193.53.122


RE: Postfix error, can't send mail - joximu - 09-17-2007 10:25 PM

***
85.193.53.122 PTR record: user-122.sowwwa.net. [TTL 86400s] [A=None]
*ERROR* There is no A record for user-122.sowwwa.net. (may be negatively cached).
***

There is a PTR record, but it does not resolve - lol... :-)

Ask your access provider!

Joximu


RE: Postfix error, can't send mail - Emitor - 10-05-2007 02:38 AM

SMTP port was closed Smile

but thanx !