Hi, I have mailsystem with virtual users only (/home/vmail/domain/user). I need to integrate RT3.x (a ticketing system). I have installed the client but I need to send mail to a pipe. Rt wants me to insert: |/usr/bin/rt-mailgate --queue bla --action bla --url http://bla.bal/ In /etc/postfix/aliases. That does not work for me. What is the right way to achieve that mail to rt at mydomain is sent to the pipe? Should I install, configure and use a Sieve filter? I have none installed at the moment. Or are there other (simpler?) ways? TIA Egbert Jan
El 25/08/10 15:20, Egbert escribi?:> Hi, > > I have mailsystem with virtual users only (/home/vmail/domain/user). I > need to integrate RT3.x (a ticketing system). I have installed the > client but I need to send mail to a pipe. Rt wants me to insert: > > |/usr/bin/rt-mailgate --queue bla --action bla --url http://bla.bal/ > > In /etc/postfix/aliases. That does not work for me. > > What is the right way to achieve that mail to rt at mydomain is sent to the > pipe? Should I install, configure and use a Sieve filter? I have none > installed at the moment. Or are there other (simpler?) ways? > TIA > Egbert JanYou'll need a virtual alias table in postfix and redirect (with fully qualified mail address, to RT) However, this list it's about dovecot, and not postfix per se. -- ------------------------------------ Julio C. Ortega Coordinador T?cnico y del Equipo de Infraestructura ONUVA | Integraci?n de Sistemas http://www.onuva.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20100825/cc26ae25/attachment-0002.bin>
Op 25-8-2010 22:13, Julio C. Ortega schreef:> El 25/08/10 15:20, Egbert escribi?: >> Hi, >> >> I have mailsystem with virtual users only (/home/vmail/domain/user). I >> need to integrate RT3.x (a ticketing system). I have installed the >> client but I need to send mail to a pipe. Rt wants me to insert: >> >> |/usr/bin/rt-mailgate --queue bla --action bla --url http://bla.bal/ >> >> In /etc/postfix/aliases. That does not work for me. >> >> What is the right way to achieve that mail to rt at mydomain is sent to the >> pipe? Should I install, configure and use a Sieve filter? I have none >> installed at the moment. Or are there other (simpler?) ways? >> TIA >> Egbert Jan > > You'll need a virtual alias table in postfix and redirect (with fully > qualified mail address, to RT) > > However, this list it's about dovecot, and not postfix per se. >Offcause you are right, this is not a Dovecot question. The problem is that all virtual users are administerred with postfixadmin in a MySQL database. PFA does not allows me to enter a weird string that does not looks like an email address... TNX EJ