Hi, i send a email to my server but i get Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 554 554 5.7.1 <postmaster at mercadeoeficaz-cr.com>: Relay access denied (state 13). So i google and i see this If your having the issue where you send a email to a email account on your Ispconfig server and you receive a message like this: Relay Access Denied State 14 You will need to double check your postfix config. Run this command below to fix two entries in your postfix install. postconf -e 'virtual_maps = hash:/etc/postfix/virtusertable' postconf -e 'mydestination = /etc/postfix/local-host-names' After that restart postfix. service postfix restart And you should no longer receive that message. I do it, but now i dont get any message when i sending from gmail to my server(something good) but i cant see the email in my server and cannot send. And as i dont get any error i cant google for a solution, when i send just get in waiting for mercadeoeficaz-cr.com. this is main.cf https://dl.dropbox.com/u/11417336/main.cf.txt and this is master.cf https://dl.dropbox.com/u/11417336/master.cf.txt
Andrei Rolando Le?n Salas wrote:> Hi, i send a email to my server but i get > > Technical details of permanent failure: > Google tried to deliver your message, but it was rejected by the recipient > domain. We recommend contacting the other email provider for further > information about the cause of this error. The error that the other server > returned was: 554 554 5.7.1 <postmaster at mercadeoeficaz-cr.com>: Relay > access denied (state 13). > > So i google and i see this > > If your having the issue where you send a email to a email account on your > Ispconfig server and you receive a message like this: > > Relay Access Denied State 14Problem #0: that's state *14*, NOT state *13*.up vote 0 down vote After googling for a bit *explicitly* looking for state 13, I found someone's cmt: Then you have misconfigured your client. Problem is with authenticating user for outgoing server (smtp). You must enable it to send emails correctly. Error messages MEAN SOMETHING. 13 != 14 !=6778. mark
On 11/15/2012 01:18 PM, Andrei Rolando Le?n Salas wrote:> Hi, i send a email to my server but i get > > Technical details of permanent failure: > Google tried to deliver your message, but it was rejected by the recipient > domain. We recommend contacting the other email provider for further > information about the cause of this error. The error that the other server > returned was: 554 554 5.7.1 <postmaster at mercadeoeficaz-cr.com>: Relay > access denied (state 13). >You do not have MYDOMAIN set in main.cf to mercadeoeficaz-cr.com and/or it is not in the host list file. Sending mail needs lines that specify who is allowed to "relay" mail through your server. Setting a "tail -f /var/log/maillog" will also give you much information on what is happening when sending and receiving mail. Postfix is a very complex animal and I would recommend studying the documents at http://www.postfix.com/documentation.html thoroughly. Mike
check out who is sending the mail to this server. And make sure you are not forwarding the spam mail. Mostly like you send the mail to the wrong server they don't really like you. 1. checked your reputation, you got the bad score 2. the mail from doesn't match what they expect 3. rcpt to doesn't like what they have So, maillog will tell you about it more. ------------ Banyan He Blog: http://www.rootong.com Email: banyan at rootong.com On 2012-11-16 2:18 AM, Andrei Rolando Le?n Salas wrote:> Hi, i send a email to my server but i get > > Technical details of permanent failure: > Google tried to deliver your message, but it was rejected by the recipient > domain. We recommend contacting the other email provider for further > information about the cause of this error. The error that the other server > returned was: 554 554 5.7.1 <postmaster at mercadeoeficaz-cr.com>: Relay > access denied (state 13). > > > So i google and i see this > > If your having the issue where you send a email to a email account on your > Ispconfig server and you receive a message like this: > > Relay Access Denied State 14 > > You will need to double check your postfix config. Run this command below > to fix two entries in your postfix install. > > postconf -e 'virtual_maps = hash:/etc/postfix/virtusertable' > postconf -e 'mydestination = /etc/postfix/local-host-names' > > After that restart postfix. > > service postfix restart > > And you should no longer receive that message. > > > I do it, but now i dont get any message when i sending from gmail to my > server(something good) but i cant see the email in my server and cannot > send. > > And as i dont get any error i cant google for a solution, when i send just > get in waiting for mercadeoeficaz-cr.com. > > this is main.cf https://dl.dropbox.com/u/11417336/main.cf.txt > > and this is master.cf https://dl.dropbox.com/u/11417336/master.cf.txt > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >