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 http:/
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
Behalf 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 pos
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:
http://old.nabble.com/postfix-mail