You are not logged in.

#1 2012-05-28 06:55:32

shackra
Member
From: Siquirres, Costa Rica
Registered: 2012-02-06
Posts: 7
Website

postfix+dovecot: Could not connect to mail.goblinartists.net error

Hello!

I was following this guide to install a simple email server in my VPS http://www.gelens.org/archlinux-mailserver/, so far so good.
But when I tried to connect to any of the two email accounts created before, I got «Could not connect to mail.goblinartists.net: TCP connection reset by peer» error
I don't know what could go wrong, I checked my configure files twice, but from my POV everything seems ok, but however, here is my postfix conf file https://gist.github.com/2817608 and my dovecot conf file https://gist.github.com/2817609

Any help? :)

Offline

#2 2012-05-28 07:24:54

Gcool
Member
Registered: 2011-08-16
Posts: 1,456

Re: postfix+dovecot: Could not connect to mail.goblinartists.net error

I take it your postfix and dovecot daemons started up and are running correctly? Are you able to telnet to the ports they're listening on (test both locally and remotely)?


Burninate!

Offline

#3 2012-05-28 23:09:56

shackra
Member
From: Siquirres, Costa Rica
Registered: 2012-02-06
Posts: 7
Website

Re: postfix+dovecot: Could not connect to mail.goblinartists.net error

Gcool wrote:

I take it your postfix and dovecot daemons started up and are running correctly? Are you able to telnet to the ports they're listening on (test both locally and remotely)?

locally didn't work... but both daemons are up and running!

[shackra@localhost ~]# /etc/rc.d/dovecot status
:: Checking dovecot status                                            [STARTED] 
[shackra@localhost ~]# /etc/rc.d/postfix status
usage: /etc/rc.d/postfix {start|stop|restart|reload}
[shackra@localhost ~]# /etc/rc.d/postfix reload
:: Reloading postfix daemon                                              [FAIL] 
[shackra@localhost ~]# /etc/rc.d/postfix start
:: Starting postfix daemon                                               [DONE] 
[shackra@localhost ~]# /etc/rc.d/postfix restart
:: Stopping postfix daemon                                               [DONE] 
:: Starting postfix daemon                                               [DONE] 
[shackra@localhost ~]# telnet localhost imap
Trying ::1...
Connection failed: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
[shackra@localhost ~]# telnet localhost stmp
localhost/stmp: lookup failure: Servname not supported for ai_socktype
[shackra@localhost ~]# telnet 127.0.0.1 stmp
127.0.0.1/stmp: lookup failure: Servname not supported for ai_socktype
[shackra@localhost ~]# 

Offline

Board footer

Powered by FluxBB