On Tuesday 22 January 2008 15:35:35 Dave Huang wrote: > ... as far as I can tell, they assume the computer > hosting Trac is also the incoming mail server. And that it's running > *nix. My mail server is running MS Exchange, and Trac is running on > another Windows machine. I do have a Linux box running Postfix that > could be used if needed, but Trac is still going to be on another machine.
All you need is to mount /trac directory on both machines. Sharing it from Windows and smbmounting on Postfix box should do the trick. > I'm not too concerned about whether I add a comment to Trac, and Trac > sends the email, or if I send an email using my regular MUA and the mail > server adds the email to Trac. The latter does seem like it'd work more > smoothly, but it may be more difficult to make it work due to the mail > server being Exchange. One way to do it is to set up postfix to forward everything to Sexchange (relayhost) and to accept only mail for the host (mydestination = $myhostname, localhost). Then add access filter to bounce everything not addressed to [EMAIL PROTECTED], then figure out what to do with spam (if any). Dima -- Dimitri Maziuk Programmer/sysadmin BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
