Hi All
I'm newcomer of zimbra.I instal zimbra but use Outlook express with POP3 (SSL) and Web client can send internal email,When I send email external email is problem 'Access denied relay host'
Help me
Thanks
Printable View
Hi All
I'm newcomer of zimbra.I instal zimbra but use Outlook express with POP3 (SSL) and Web client can send internal email,When I send email external email is problem 'Access denied relay host'
Help me
Thanks
Welcome to the forums.
This subject has been covered many, many times in the forums. Check to see if the mynetworks is set correctly. Is the use DNS option set in the Admin UI? Do you have a correct /etc/hosts file and DNS A & MX records pointing at your zimbra server, check with the following commands run on the zimbra server:
and post the results.Code:host `hostname` <-- type as-is with backticks not single quotes
dig yourdomain.com any
dig yourdomain.com mx
Hi All
I fix DNS,mynetworks,. . . but send external mail is access denied relay host.
Please post the details of the commands I gave you earlier. Which operating system is this? What errors do you have in the logs? Which version/release of zimbra?
RHEL 5
Zimbra 4.5.10
When use POP3 (SSL)
The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was XXX@yahoo.com'. Subject 'goi', Account: XXXX.XXXX.XXXX.XXXX, Server: XXXX.XXXX.XXXX.XXXX', Protocol: SMTP, Server Response: '554 <XXX@yahoo.com'>: Relay access denied', Port: 25, Secure(SSL): No, Server Error: 554, Error Number: 0x800CCC79
Thanks
zmprov modifyServer mail.XXX.com zimbraMtaMyNetworks '127.0.0.0/8 rangeIP/32'
First of all, I meant the output from these commands:
Secondly, you need to have your LAN subnet in the mynetworks field so it should read '127.0.0.0/8 192.168..10/24' or whatever your LAN is.Code:host `hostname` <-- type as-is with backticks not single quotes
dig yourdomain.com any
dig yourdomain.com mx
Hi Bill
Because My Server located DataCenter of ISP,howto config mynetworks,I has trust IP.
I has configured
zmprov modifyServer mail.XXX.com zimbraMtaMyNetworks '127.0.0.0/8 0.0.0.0/32'
Please you can tell me wrong this config
Thanks