Opened 14 years ago
Closed 13 years ago
#189 closed setup (fixed)
Configure email2trac to work with Exchange
Reported by: | Evgeniy | Owned by: | bas |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | email2trac | Version: | 1.3.2 |
Keywords: | Cc: | evgeniy.demur@… |
Description
- Get mail from mailbox (userName, pass).
- Parse mail.
- Create tickets.
Attachments (0)
Change History (6)
comment:1 Changed 14 years ago by Evgeniy <evgeniy.demur@…>
- Cc evgeniy.demur@… added
comment:2 follow-up: ↓ 3 Changed 14 years ago by bas
- Status changed from new to assigned
- Type changed from task to setup
comment:3 in reply to: ↑ 2 Changed 14 years ago by Evgeniy <evgeniy.demur@…>
Replying to bas:
Look at: * https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracMta#FetchmailSetup * https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracInstallation/Windows Great. I will try to configure.
comment:4 Changed 14 years ago by evgeniy.demur@…
- Resolution set to fixed
- Status changed from assigned to closed
It works for me. But some configuration params I changed for better working.
comment:5 Changed 14 years ago by bas
- Resolution fixed deleted
- Status changed from closed to reopened
Just curious. What parameters are changed? Or do you have some documentation updates?
comment:6 Changed 13 years ago by Evgeniy <evgeniy.demur@…>
- Resolution set to fixed
- Status changed from reopened to closed
It email2trac.bat file:
C:\cygwin\bin\fetchmail -v --fetchmailrc /home/evgeniy.demur/.fetchmailrc --logfile /fetchmail.log
In .fetchmail.rc file:
poll myexchange.company.ru with proto POP3 and options no dns user 'login' with password 'pass' is trac here options keep mda "C:/python2.6/python.exe C:/cygwin/email2trac.py"
And patch email2trac.py with hard-code solution in ticket #155
Look at: