I've tried to use fetchmail instead of adding external accounts, but i don't know how to configure it correctly.
I have 40 Mailboxes on my ISP that should be fetched to the inboxes of my 40 Zimbra users.
To do so i create a user "mail" on my local machine, that should run fetchmail.
The .fetchmailrc in /home/mail/ looks like this
Code:
poll mail.external.org
proto pop3
auth password
localdomains internal.org
user user1@external.org
pass user1password
is user1@internal.org
keep When i start "fetchmail -v" it gets all the email from
user1@external.org, but where fetchmail stores all this mails?
I thought it should go directly to the zimbra inbox of
user1@internal.org.
What goes wrong here?