Answer the question
In order to leave comments, you need to log in
Redmine, receiving mail from mail.ru and yandex.ru?
Collecting mail from Google works fine with this command:
sudo -E /usr/local/bin/rake --trace /var/www/redmine/Rakefile redmine:email:receive_imap RAILS_ENV="production" host=imap.gmail.com ssl=1 port=993 username=USERNAME password=PASS project=test
rake aborted!
Errno::ENETUNREACH: Network is unreachable - connect(2) for "imap.yandex.ru" port 993
Answer the question
In order to leave comments, you need to log in
Here you are.
rake -f /opt/redmine/Rakefile redmine:email:receive_imap RAILS_ENV="production" host=imap.yandex.ru ssl=YES \
username=email_login password=password project=servicedesk no_permission_check=1 unknown_user=create \
assigned_to="IT department" delete_unprocessed=0 ssl=SSL port=993 allow_override=tracker,priority
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question