Hi all
I have the following issue:
In the configuration I have defined a smart host for outgoing emails
But then I find in the logs:
delay=00:00:28, xdelay=00:00:02, mailer=relay, pri=121423, relay=treshna.com. [210.48.71.196], dsn=5.0.0, stat=Service unavailable
If I add the IP of the host smtp2go.com like:
then I can see in the logs:
delay=00:04:30, xdelay=00:00:02, mailer=relay, pri=120033, relay=[207.58.142.213] [207.58.142.213], dsn=2.0.0, stat=Sent
The nslookup is working:
Also the reverse lookup:
Btw. In the mailertable I have configured also an esmtp host for a specific domain. And there the nslookup is working. And the string "treshna.com" I can't find in any sendmail config file. I don't know this domain.
I use the following system
I use sendmail version: Version 8.14.5
What's wrong with my config? Or is this a known issue?
Thanks for any help.
Daniel
I have the following issue:
In the configuration I have defined a smart host for outgoing emails
Code:
dnl Dialup users should uncomment and define this appropriately
define(`SMART_HOST', `smtp2go.com')dnl
delay=00:00:28, xdelay=00:00:02, mailer=relay, pri=121423, relay=treshna.com. [210.48.71.196], dsn=5.0.0, stat=Service unavailable
If I add the IP of the host smtp2go.com like:
Code:
dnl Dialup users should uncomment and define this appropriately
define(`SMART_HOST', `[207.58.142.213]')dnl
delay=00:04:30, xdelay=00:00:02, mailer=relay, pri=120033, relay=[207.58.142.213] [207.58.142.213], dsn=2.0.0, stat=Sent
The nslookup is working:
Code:
nslookup smtp2go.com
Server: xxx.xxx.xxx.xxx
Address: xxx.xxx.xxx.xxx#53
Non-authoritative answer:
Name: smtp2go.com
Address: 207.58.142.213
Code:
nslookup 207.58.142.213
Server: xxx.xxx.xxx.xxx
Address: xxx.xxx.xxx.xxx#53
Non-authoritative answer:
213.142.58.207.in-addr.arpa name = smtp2go.com.
Authoritative answers can be found from:
I use the following system
Code:
FreeBSD hostname 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 [email]root@farrell.cse.buffalo.edu[/email]:/usr/obj/usr/src/sys/GENERIC amd64
I use sendmail version: Version 8.14.5
What's wrong with my config? Or is this a known issue?
Thanks for any help.
Daniel