Hi,
I recently installed a virtualmin and added some domain names.
I would like to use my server as mail server as well.
I installed roundcube to send and receive emails from a client mail.
I can send emails (roundcube is configured with php mail) but I cannot receive any email.
From the virtualmin interface, I can see that the user account has emails and I can read them from virtualmin interface.
And from the log, I can see that roundcube is reading regularly emails :
tailf /var/log/maillog :
Mar 22 09:01:40 ns380124 postfix/anvil[32639]: statistics: max connection count 1 for (smtp:223.240.72.193) at Mar 22 08:58:58
Mar 22 09:01:40 ns380124 postfix/anvil[32639]: statistics: max cache size 2 at Mar 22 08:59:59
Mar 22 09:02:29 ns380124 dovecot: imap-login: Login: user=<yoong.dragons-artifacts>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=728, secured, session=<1kR/op4uggB/AAAB>
Mar 22 09:02:29 ns380124 dovecot: imap(yoong.dragons-artifacts): Disconnected: Logged out in=50 out=469
Mar 22 09:03:29 ns380124 dovecot: imap-login: Login: user=<yoong.dragons-artifacts>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=862, secured, session=<mqUTpp4ugwB/AAAB>
Mar 22 09:03:29 ns380124 dovecot: imap(yoong.dragons-artifacts): Disconnected: Logged out in=50 out=469
Mar 22 09:04:29 ns380124 dovecot: imap-login: Login: user=<yoong.dragons-artifacts>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=911, secured, session=</WGmqZ4uhAB/AAAB>
Mar 22 09:04:29 ns380124 dovecot: imap(yoong.dragons-artifacts): Disconnected: Logged out in=50 out=469
Mar 22 09:05:29 ns380124 dovecot: imap-login: Login: user=<yoong.dragons-artifacts>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=1034, secured, session=<VDk6rZ4uhQB/AAAB>
Mar 22 09:05:29 ns380124 dovecot: imap(yoong.dragons-artifacts): Disconnected: Logged out in=50 out=469
but still no email in the mailbox roundcube…
Some information :
[root@ns380124 ~]# host -a mail.dragons-artifacts.com
Trying “mail.dragons-artifacts.com”
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30397
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;mail.dragons-artifacts.com. IN ANY
;; ANSWER SECTION:
mail.dragons-artifacts.com. 38400 IN AAAA 2001:41d0:e:408::1
mail.dragons-artifacts.com. 38400 IN A 5.196.71.8
;; AUTHORITY SECTION:
dragons-artifacts.com. 38400 IN NS ns380124.ip-5-196-71.eu.
Received 125 bytes from 127.0.0.1#53 in 1 ms
But it seems I cannot use telnet, even using localhost :
telnet mail.dragons-artifacts.com 25
Trying 2001:41d0:e:408::1…
Connected to mail.dragons-artifacts.com.
Escape character is ‘^]’.
Connection closed by foreign host.
telnet localhost 25
Trying 127.0.0.1…
Connected to localhost.
Escape character is ‘^]’.
Connection closed by foreign host.
And
netstat -tapnl | grep 443
tcp6 0 0 :::443 :::* LISTEN 7428/httpd
tcp6 0 0 5.196.71.8:443 195.46.216.198:53053 TIME_WAIT -
tcp6 0 0 5.196.71.8:443 123.152.4.62:58753 TIME_WAIT -
[root@ns380124 ~]# netstat -tapnl | grep 25
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 32200/master
tcp6 0 0 :::25 :::* LISTEN 32200/master
Well, I missed something…
Can you give me advices?
Tx