Can you please help me....
I have a DynDNS (to name my server on my bellsouth ISP, Linksys routed system), we'll call it
My part / DynDNS
bound. / books.com or sinply “bound.books.com”
I entered my ISP provider issued IP address to direct DynDNS (everyone) to my router, which DCHPs to all the rest of the hardware. Pretty normal... i know, that's why I am stumpted!
In my router I put DDNS bound.books.com and my ISPed IP. I forwarded ports 25, 110, and 113, to my Postfix server, who's IP is 192.168.1.whatever....
In my ”hosts” file:
127.0.0.0 “bound.books.com“ local.host local (something to that effect... just added “ ” DynDNS)
In my “main.cf” file:
myhostname = bound.books.com
SENDMAIL
myorigin = $mydomain
relay_domains = $mydestination
relay_host =
aliases, transport_map, etc.....
I also tried:
myorigin = bound.books.com.tld <-- the “.tld” was listed in postfix, so I thought it might be necessary
In my “transport” file:
#external delivery
* smtp:[gateway.bound.books.com] <-- gateway gets messages refused by unknown host, I believe...
I've tried: smtp:[gateway.bound.books.com]
smtp:[gateway.books.com]
smtp:[gateway.192.168.1.....]
smtp:[bound.books.com]
smtp:[books.com]
smtp:[192.168.1.....]
I can connect to:
# host telay-test.mail-abuse.org just fine....
With various configurations I've gotten “connection refused to port 25”
“connection timed out” softbounce, etc. What am i doing wrong???
Many thanks in advance,
I have a DynDNS (to name my server on my bellsouth ISP, Linksys routed system), we'll call it
My part / DynDNS
bound. / books.com or sinply “bound.books.com”
I entered my ISP provider issued IP address to direct DynDNS (everyone) to my router, which DCHPs to all the rest of the hardware. Pretty normal... i know, that's why I am stumpted!
In my router I put DDNS bound.books.com and my ISPed IP. I forwarded ports 25, 110, and 113, to my Postfix server, who's IP is 192.168.1.whatever....
In my ”hosts” file:
127.0.0.0 “bound.books.com“ local.host local (something to that effect... just added “ ” DynDNS)
In my “main.cf” file:
myhostname = bound.books.com
SENDMAIL
myorigin = $mydomain
relay_domains = $mydestination
relay_host =
aliases, transport_map, etc.....
I also tried:
myorigin = bound.books.com.tld <-- the “.tld” was listed in postfix, so I thought it might be necessary
In my “transport” file:
#external delivery
* smtp:[gateway.bound.books.com] <-- gateway gets messages refused by unknown host, I believe...
I've tried: smtp:[gateway.bound.books.com]
smtp:[gateway.books.com]
smtp:[gateway.192.168.1.....]
smtp:[bound.books.com]
smtp:[books.com]
smtp:[192.168.1.....]
I can connect to:
# host telay-test.mail-abuse.org just fine....
With various configurations I've gotten “connection refused to port 25”
“connection timed out” softbounce, etc. What am i doing wrong???
Many thanks in advance,