Opened 13 years ago
Closed 13 years ago
#210 closed enhancement (fixed)
Setup One Mailbox for all trac projects
Reported by: | mark_kids@… | Owned by: | bas |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | email2trac | Version: | 1.4.7 |
Keywords: | Cc: |
Description
Is it possible to have the option to setup just one mailbox for all trac environments? My idea is that each trac site will have its own mailbox alias. In this way it would be easy to maintain just one primary mailbox account and not having to add one for each. There will be one MDA value configuration and you don't need to specify the project name. The project name will be parse from the mail's "TO:" value.
Attachments (0)
Change History (4)
comment:1 Changed 13 years ago by bas
- Status changed from new to assigned
comment:2 Changed 13 years ago by mark_kids@…
I'm using fetchmail configuration since the mail server is remote. So for every project I'd make a MTA configuration. I was thinking of just passing the "To:" to email2trac as commandline parameter just like "--project". ________________________________ From: email2trac <email2trac@sara.nl> Cc: basv@sara.nl Sent: Monday, July 5, 2010 2:48:36 PM Subject: Re: [email2trac] #210: Setup One Mailbox for all trac projects #210: Setup One Mailbox for all trac projects ---------------------------------+------------------------------------------ Reporter: mark_kids@… | Owner: bas Type: enhancement | Status: assigned Priority: blocker | Milestone: Component: email2trac | Version: 1.4.7 Keywords: | ---------------------------------+------------------------------------------ Changes (by bas): * status: new => assigned Comment: Just some clarifications. You do not have to setup mailboxes. You just have to step aliases. So for each project you setup an alias with thw right arguments. When you want to parse the to-field you have to setup your own script sand then supply the right arguments to email2trac.
comment:3 Changed 13 years ago by bas
Just a thought. Can you use fetchmail with procmail and then parse the to-header and if there is a match call email2trac with the right --project <anme>. email2trac first opens the project and after that is parses the email, see:
comment:4 Changed 13 years ago by bas
- Priority changed from blocker to major
- Resolution set to fixed
- Status changed from assigned to closed
No response
Just some clarifications. You do not have to setup mailboxes. You just have to step aliases. So for each project you setup an alias with thw right arguments. When you want to parse the to-field you have to setup your own script sand then supply the right arguments to email2trac.