I'm using zimbra in a local server, non public : local.dyndns.org
It's configured to get mail from the public server and deliver internally.
I configured Externel Accounts and Canonical address.
Everything is wotking perfect, except AS/AV are not filtering the emails.
I try to use fecthmail, the probem is that fecthmail cannot deliver email to a non public server, allways have this message:
Host or domain name not found. Name service error
for name=local.dyndns.pt type=A: Host not found
My fetchmail configuration file is:
poll mail.domain.com
protp pop3
user "user1"
pass "pass1"
is
userx@local.dyndns.org
nokeep
fetchall
The goal is to filter emails with AV/AS.
Can you tell me if there is a solution for that?