Hi all, I have installed and configured Postfix and Dovecot in CentOS6, I have followed this tutorials:
Postfix, http://www.server-world.info/en/note?os=CentOS_6&p=mail&f=1 Dovecot, http://www.server-world.info/en/note?os=CentOS_6&p=mail&f=2 Dovecot is running, I can send an e-mail to an user and receive them in Thunderbird Client but I can't connect to Postfix... Postfix is up: [code] [root@localhost andrelopes]# /sbin/service postfix status master (pid 1888) is running... [/code] But I can't telnet to port 25 [code] [root@localhost andrelopes]# telnet 192.168.59.246 25 Trying 192.168.59.246... telnet: connect to address 192.168.59.246: Connection refused [/code] [code] [root@localhost andrelopes]# telnet localhost 25 Trying ::1... telnet: connect to address ::1: Connection refused Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Connection closed by foreign host. [/code] What can I do to try to solve this? Please give me a clue. Best Regards,