Internally postfix works. I connected now from the client instead of the server with telnet
Result looks okay.
Or should I bne able to o the same excercise form the server itself?
[wp.rauchholz@theraugafamily01 ~]$ telnet theraugafamily.com 25
Trying 192.168.20.1...
Connected to theraugafamily.com.
Escape character is '^]'.
220 master.theraugafamily.com ESMTP Postfix
HELO master
250 master.theraugafamily.com
mail from:wp.rauchholz@theraugafamily.com
250 2.1.0 Ok
rcpt to:wp.rauchholz@theraugafamily.com
250 2.1.5 Ok
rcpt to:m.gainza@theraugafamily.com
250 2.1.5 Ok
Data
354 End data with <CR><LF>.<CR><LF>
From: Wolfgang
This is the body of the email here.
Thanks, Wolfgang
.
250 2.0.0 Ok: queued as 29072260A65
bye
502 5.5.2 Error: command not recognized
quit
221 2.0.0 Bye
Connection closed by foreign host.
---------- Post added at 10:37 PM ---------- Previous post was at 10:34 PM ----------
[QUOTE=rmbrady;1431555]Here is a bounced header - the mail is being delivered to smtp.secureserver.net, and rejected.
You need to fix your MX record to point to your mailserver
Code:
Reporting-MTA: dns; nskntmtas06p.mx.bigpond.com
Arrival-Date: Sun, 2 Jan 2011 21:13:48 +0000
Received-From-MTA: dns; nskntotgx01p.mx.bigpond.com (58.173.169.9)
Final-Recipient: RFC822; <wp.rauchholz@theraugafamily.com>
Action: failed
Status: 5.1.1
Remote-MTA: dns; smtp.secureserver.net (72.167.238.201)
Diagnostic-Code: smtp; 550 #5.1.0 Address rejected wp.rauchholz@theraugafamily.com
You will also need to allow port 25 through any routers / firewalls you have, as I cannot connect to it.
Code:
[robert@pluto ~]$ telnet master.theraugafamily.com 25
Trying 68.178.232.99...
telnet: connect to address 68.178.232.99: Connection timed out
[/QUOTEI am not an expert at all. I therefore don't know where really to start.
I get a doamin with godaddy.com. Having a dynamic IP from my ISP, I added a dynamic DNS service with zoneedit.com. Is the problem more likely to be searched there? I never touched the domains you see as a result of your dig command
---------- Post added at 10:38 PM ---------- Previous post was at 10:37 PM ----------
I am not an expert at all. I therefore don't know where really to start.
I get a domain with godaddy.com. Having a dynamic IP from my ISP, I added a dynamic DNS service with zoneedit.com. Is the problem more likely to be searched there? I never touched the domains you see as a result of your dig command
---------- Post added at 10:59 PM ---------- Previous post was at 10:38 PM ----------
This is my zone file. I am pointing with the MX record to my server
;
; Zone File for "theraugafamily.com.com"
;
$TTL 1D
@ IN SOA master.theraugafamily.com. sysadmin.theraugafamily.com. (
10 ; Serial
8H ; Refresh
2H ; Retry
4W ; Expire
1D ) ; Minimum
;
IN NS master ; Name Server for domain
IN MX 10 master ; Mail Exchange
theraugafamily.com. IN MX 10 master.theraugafamily.com.
;
theraugafamily.com. IN A 192.168.20.1 ; IP address theraugafamily.com
master IN A 192.168.20.1 ; IP address for theraugafamiy.com
www IN CNAME master ; 'master' is also known as www
ftp IN CNAME master ; 'master' is also known as ftp
Do I need to add a MX record also to zoneedit.com? There is no explanation how this works.