Forum archive
I've run into a brick wall with Zimbra.
First, thanks for looking and considering helping me out on this... I appreciate it.
Okay, I have TKL-Zimbra installed in a VM and reconfigured, via the script, to a valid domain name (the-internet-guy.net).
I have setup the DNS (MX & A records) for the domain to point to the external IP of the FW that maps the services back to Zimbra.
I can login and manage the domain and everything seems fine... but I cannot send or receive email!?!?
When I send an email from a MS-Exchange server I get the message:
<admin@the-internet-guy.net>:553 Cannot find OUTBOUND MX Records for domain (the-internet-guy.net)
When I send an email from GMail, I get nothing back at all.
My hosts file looks like:
127.0.0.1 localhost
192.168.65.204 mail.the-internet-guy.net mail
My hostname file looks like:
I'm really confused as to why it won't send or receive mail?!?
I've been playing with Zimbra for a couple days and cannot get it working.
Any and all help is greatly appreciated!
I've figured out that the system, by default, doesn't like to send mail unless you specifically allow itself to relay through itself... which is weird to me.
But, the process is this:
Login and SU to the Zimbra user by performing 'su - Zimbra'
Verify your networks with postfix by performing 'postconf mynetworks'
You should see something like 'mynetworks 127.0.0.0/8'
You need to add your network, or any system/network you wish to allow to relay, by performing 'zmprov modifyServer mail.domain.com zimbraMtaMyNetworks '127.0.0.0/8 xxx.xxx.xxx.xxx/24 yyy.yyy.yyy.yyy/32' (where mail.domain.com is your server, xxx.xxx.xxx.xxx is the network you want to allow and yyy.yyy.yyy.yyy is the host you want to allow)
You then need to reload postfix by performing 'postfix reload'
This should allow you to start sending email as long as you included yourself in the list of allowed relays.