Page 1 of 1

HELP! Roundcube can send but not receive

Posted: Sun Oct 12, 2014 3:03 pm
by vestacpuser1234
Hello,

Just installed vestacp. Installation went fine no problems. Everything works, except email. Can send email with mail accounts, but cannot receive. The thing is, when I set an email address to forward emails to on vestacp, it forwards fine. I do not know where to start with this problem and do not know how to use the Linux CLI as well as I should. Thanks for the help in advance!

Re: HELP! Roundcube can send but not receive

Posted: Mon Oct 13, 2014 3:33 pm
by vestacpuser1234
bump

Re: HELP! Roundcube can send but not receive

Posted: Mon Oct 13, 2014 8:40 pm
by MCK2
I have the same problem , is there any log I can see the reason for not reaching the emails ?

Re: HELP! Roundcube can send but not receive

Posted: Sun Oct 19, 2014 6:24 pm
by Dzianis
what is output of
netstat -tupan | grep :25 ?

Re: HELP! Roundcube can send but not receive

Posted: Tue Oct 21, 2014 5:11 pm
by vestacpuser1234
Dzianis wrote:what is output of
netstat -tupan | grep :25 ?
[root@vps ~]# netstat -tupan | grep :25
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 971/exim
tcp 0 0 0.0.0.0:2525 0.0.0.0:* LISTEN 971/exim
tcp 0 0 :::25 :::* LISTEN 971/exim
tcp 0 0 :::2525 :::* LISTEN 971/exim
[root@vps ~]#

Thanks.

Re: HELP! Roundcube can send but not receive

Posted: Tue Oct 21, 2014 5:12 pm
by vestacpuser1234
netstat -tupan | grep :143
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 954/dovecot

port 143 too just in case^