Project

General

Profile

POP3 - Keep Messages on Server

Added by zach bricker about 12 years ago

Hi, I have redmine up and running but I want to keep the emails on the server. Currently, it's pulling the emails from the server and deleting them.

rake -f /srv/www/website/public_html/redmine/Rakefile redmine:email:contacts_helpdesk:receive_pop3 RAILS_ENV="production" host=emailserver port=110 username=emailaddress password=password project=test assigned_to=admin tracker="support" reopen_status=1 delete_unprocessed=1

I couldn't locate where to specify leave messages on server. Is there something I'm missing?

Thanks
Zach