Re: [rt-users] postfix mail to RT system

2010-01-13 Thread Helmuth Ramirez
Of CapiZikus Sent: Tuesday, January 12, 2010 5:39 PM To: rt-users@lists.bestpractical.com Subject: [rt-users] postfix mail to RT system Hi, I managed to send mail from RT system to my mail server using postfix (relay mail server in postfix). Could someone guide me how to deliver mail from postfix to RT

Re: [rt-users] postfix mail to RT system

2010-01-13 Thread Tom Vier
Here's an example: # comment address :0H * ^to*comme...@blahblahlbah\.com* { :0c: | rt-mailgate --queue Incoming --action comment --url http://127.0.0.1/rt/ :0i | /bin/false } # everything else :0: | rt-mailgate --queue Incoming --action correspond --url

Re: [rt-users] postfix mail to RT system

2010-01-13 Thread Michael James
Edit the /etc/aliases file with your favorite editor. Insert entries like the following, substituting your specific URL and queue names. This assumes you installed RT in the default location at /opt/rt3. general:|/opt/rt3/bin/rt-mailgate --queue General --action correspond --url

[rt-users] postfix mail to RT system

2010-01-12 Thread CapiZikus
Hi, I managed to send mail from RT system to my mail server using postfix (relay mail server in postfix). Could someone guide me how to deliver mail from postfix to RT please, both RT and postfix are on the same server. thanks -- View this message in context: