I've got fetchmail setup and it's correctly grabbing my mail. (I used my existing fetchmail config, so I know it works).
The problem I have is that zimbra seems to be totally rejecting every fetched messaged and I have no idea why.
My user name in zimbra is "martin" my test setup has a domain name of "localdomain" and my server is simply called zimbra (i.e. zimbra.localdomain)
I'm sure the problem is the "is" component of my fetchmail config, I just can't convince zimbra to recognise who I am, i.e. which user I want stuff delivered to.
I've tried "martin" (since that is what I log in as) and zimbra says
Code:
martin@localhost
SMTP error: 504 5.5.2 <martin@localhost>: Recipient address rejected: need fully-qualified address
then
Code:
martin@localdomain
SMTP error: 504 5.5.2 <martin@localdomain>: Recipient address rejected: need fully-qualified address
(Ironically, the Admin panel, and my user account all use this address).
then
Code:
martin@zimbra.localdomain
Unrouteable address
Finally I tried adding an alias to my user account, but it won't let me add "martin" nor "martin@localhost" complaining about invalid/missing domains.
Any ideas what I could try next please?