our Zimbra instillation has been abused as an open relay and I am attempting to Configure SMTP Auth but It appears other parts of the configuration are askew. the current MTA trusted networks are
127.0.0.0/8,192.168.111.0/24
but they were
127.0.0.0/8,192.168.111.0/24,0.0.0.0/0
Allowing all networks, The .111 is the local LANI additionally need to be able to accept mail from branch offices on subnets other than .111; which I assume would be covered if I just trusted 192.168.0.0/16. More troubling than all that is with the current set up
127.0.0.0/8,192.168.111.0/24
with no SMTP Auth on, sending mail from inside the lan to localhosts such as
user@mydomain.com to
otheruser@mydomain.com results in an error.
504:<computername> Helo command rejected: need fully-qualified hostname
but the zimbra install does have a FQDN
zmlocalconfig | grep host
ldap_host = myhost.mydomain.com
logger_mysql_bind_address = localhost
mysql_bind_address = localhost
snmp_trap_host = mydomain.com
zimbra_server_hostname = myhost.mydomain.com
zimbra_zmprov_default_soap_server = localhost
cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.111.177 myhost.mydomain.com myhost
any help at this point would be greatly appreciated.