I have problem with postfix I've configured postfix with the guide The Perfect Server - CentOS 5.2 but i have problems in postfix. command telnet localhost 25 and telnet 192.168.0.100 25 it works appropriatly Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. 220 server1.sisdistribuidos.com ESMTP Postfix but from the cliente it does not work command c:\telnet 192.168.0.100 25 unable to connet to remote host. I attach file with the mistake Please help me I've done everything and i can't solve it. Thx
Hello the command telnet is now working in the client, but i don have idea what was the problem,but telnet 192.168.0.100 25 is working. Friend i need you help again,i need to configurate a client like thunderbird outlook or something like that but i dont have idea.I have some problems 1-the ip server is 192.168.0.100 2-the localdomain is sisdistribuidos.com(is not real) 3-the name server is:server1.sisdistribuidos.com when i do pin to 192.168.0.100 it replies correctly when i do pin to serve1.sisdistribuidos.com it does not reply(maby dns,i don't know) 1- I need to configurate a client like thunderbird or outlook 2- I need to configurate the webmail This should work in a lan because i dont have a real domain. I estimate you help Best Regards
Make sure that serve1.sisdistribuidos.com is pointing to the right IP address. You can check that with Code: dig serve1.sisdistribuidos.com
[root@server1 etc]# dig server1.sisdistribuidos.com ; <<>> DiG 9.3.4-P1 <<>> server1.sisdistribuidos.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 37275 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;server1.sisdistribuidos.com. IN A ;; AUTHORITY SECTION: com. 747 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1225338129 1800 900 604800 900 ;; Query time: 31 msec ;; SERVER: 200.75.51.132#53(200.75.51.132) ;; WHEN: Wed Oct 29 05:22:42 2008 ;; MSG SIZE rcvd: 118
There's no ANSWER section which means that no DNS records exists for server1.sisdistribuidos.com. Please create one.
Falko sorry but I'm not expert in this topic I check in /etc/hosts # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost 192.168.0.100 server1.sisdistribuidos.com server1 ::1 localhost6.localdomain6 localhost6 I think i don't need dns because i only need to send email into lan, in this moment the dns is my isp,so i need that the client recongnize the name server to try configurate accounts in thunderbird or something like that. Where I should add the records for server1.sisdistribuidos.com? can u help me o lot of more please? and excuse me again for my ignorance. Thx
Your client PCs don't know the IP address of server1.sisdistribuidos.com. You must add it to their hosts files as well: http://www.howtoforge.com/forums/showthread.php?t=432&highlight=hosts+file+windows
Falko I did it and it is working now,thx a lot, you are simply the best I have a last question. Can I configurate the mail server with dynamic ip? if it is do you have a link with this information? B.R
If you use a dynamic IP, the server will most likely be blacklisted. As a workaround, you can relay through another mail server: http://www.howtoforge.com/postfix_relaying_through_another_mailserver