Hello ,
I am trying to setup a mail server for sending and receiving email .
I am able to send email to google (tested) but when i try to send email from gmail to my domain user or want to replay same email from gmail i am getting this errors
Delivery to the following recipient failed permanently:
info@MYDOMAINAME
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the server for the recipient domain MYDOMAINAME by us2.mx3.mailhostbox.com. [208.91.199.226].
The error that the other server returned was:
550-5.1.1 : Recipient address rejected: User unknown in virtual alias table
550 5.1.1 Please see Various SMTP error codes explained | Email Help Center for explanation of the problem.
And when i do i telnet to
telnet localhost 110
Trying ::1...
Connected to localhost.
Escape character is '^]'.
+OK Dovecot (Ubuntu) ready.
user info
+OK
pass password
+OK Logged in.
but when i telnet with actual domain it give error
telnet MYDOMAINAME 110
Trying 1.x2.2x1.x76...
Connected to MYDOMAINAME
Escape character is '^]'.
+OK POP3Proxy ready
user info
+OK
pass password
-ERR Proxy: Can't connect to server
at the same time i am getting this error in pop3 log
015:04:04-12:33:55 utm pop3proxy[22116]: Accepted client connection from 192.168.3.150 for MYPUBLICIP
2015:04:04-12:34:01 utm pop3proxy[22116]: Connect to MYPUBLICIP failed: Connection refused
2015:04:04-12:34:01 utm pop3proxy[22116]: Connection to remote server failed: Can't connect to server
2015:04:04-12:34:07 utm pop3proxy[22116]: Client 192.168.3.150 has closed the connection
edit:i am using dovecot and postfix on ubuntu 14.04.2 guest (host is also ubuntu ,using kvm)
please help me to understand the problem and nail down the problem
Thanks
This thread was automatically locked due to age.