HELP! Roundcube can send but not receive
-
- Posts: 4
- Joined: Sun Oct 12, 2014 2:59 pm
HELP! Roundcube can send but not receive
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!
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!
-
- Posts: 4
- Joined: Sun Oct 12, 2014 2:59 pm
Re: HELP! Roundcube can send but not receive
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
what is output of
netstat -tupan | grep :25 ?
netstat -tupan | grep :25 ?
-
- Posts: 4
- Joined: Sun Oct 12, 2014 2:59 pm
Re: HELP! Roundcube can send but not receive
[root@vps ~]# netstat -tupan | grep :25Dzianis wrote:what is output of
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.
-
- Posts: 4
- Joined: Sun Oct 12, 2014 2:59 pm
Re: HELP! Roundcube can send but not receive
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^
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 954/dovecot
port 143 too just in case^