Laden...

email_in.pl - The Bugzilla Inbound Email Interface

Erstellt von ProgrammierTroll vor 12 Jahren Letzter Beitrag vor 12 Jahren 1.449 Views
ProgrammierTroll Themenstarter:in
107 Beiträge seit 2011
vor 12 Jahren
email_in.pl - The Bugzilla Inbound Email Interface

Hallo Leute,

vielleicht hat sich schon einmal jemand damit beschäftigt. Ich möchte das Bugzilla Inbound Interface nutzen, um Bugs per Mail empfangen zu können.

http://www.bugzilla.org/docs/3.0/html/api/email_in.html

Meine Frage ist, was der einfachste Weg ist, dies zu bewerkstelligen. Irgendwo las ich Folgendes:

  1. Make sure all of the optional E-mail/MIME perl modules are installed per bugzilla/checksetup.pl
  2. Make sure procmail is installed and the MTA of your choice.
  3. Create a user to manage the processing of bugmail (ie, adduser bug-submit).
  4. Add that user to a group that has can access the files in your bugzilla directory (ie, adduser bug-submit www-data [or bugzilla, if you've set up a special bugzilla group, etc]).
  5. Add a .procmailrc to your user's account that includes:

LOGFILE=/home/bugmail/procmail_log

:0:
* ^To:.*bug-submit@.*yourdomain.com
|/path/to/bugzilla/email_in.pl -vvv

Da ich ne Windows-Kiste am Laufen habe, weiß ich nicht, weilchen MTA ich nutzen soll und wie ich den procmail richtig einstelle. Bin für jeden Tipp dankbar.

Gruß
ProgrammierTroll

q.e.d.

49.485 Beiträge seit 2005
vor 12 Jahren

Hallo ProgrammierTroll,

welchen MTA ich nutzen soll

eine Möglichkeit wäre sendmail unter Windows.

herbivore

ProgrammierTroll Themenstarter:in
107 Beiträge seit 2011
vor 12 Jahren

Hallo herbivore,

vielen Dank! Ich werde das evaluieren.

Gruß
PT

q.e.d.