I see in the thread below that the functionality is supposed to be enabled now, but I'm getting a 404 file not found error and 405 put command not supported error.
Anyone have fetchmail config working with OX:CE?
Collapse
X
-
Did you use the community installer?
Did you use the community installer? I installed OX:CE on a fresh ubuntu and fetchmail worked. The configuration was a bit tricky because I had to modify the fetchmail configuration file due to local transport issues.Originally posted by Joey Link View PostI see in the thread below that the functionality is supposed to be enabled now, but I'm getting a 404 file not found error and 405 put command not supported error.
http://www.open-xchange.com/forum/sh...ight=fetchmail
-
Did you check /etc/fetchmailrc?
I ran into such a trouble, too. Fetchmail wasn't able to push the retrieved mails to the local users. I took a look at /etc/fetchmailrc and added "@mydomain.com" to the local users.Originally posted by Joey Link View PostI tried, but it was unable to detect my network card, so I used the Debian installation script. Fetchmail seems to be working properly when it comes to retrieving the email, it just won't put it into the proper user directories.
I modified lines like
toCode:user '<POP3Username>' there with password '<POP3Password>' is '<LocalUsername>'
After restarting fetchmail it worked.Code:user '<POP3Username>' there with password '<POP3Password>' is '<LocalUsername>[COLOR="blue"]@mydomain.com[/COLOR]'
Good luck!
Comment
Comment