Raphaël 'SurcouF' Bordet
2004-12-22 16:43:58 UTC
H,
I'm using postfix and cyrus-imapd on a rhel 3 and I would like to
create a transport for otrs instead of using POP3.
I can't use procmail because I'm using cyrus and sieve doesn't support
pipe to command. As I read in documentation[1], PostMaster.pl recevied
mail from standart input (like it's done with procmail configuration).
I've set this following transport in postfix configuration file:
--( /etc/postfix/master.cf )--
# OTRS
otrs unix - n n - - pipe
user=3Dotrs argv=3D/opt/otrs/bin/PostMaster.pl
--8<--
I've tried both transport_maps and virtual_transport_maps directives
but I'm using a external ldap database to store users and virtual have
the precedence on transport, according to "big picture"[2] of postfix...
--( /etc/postfix/main.cf )--
virtual_mailbox_maps =3D ldap:demat
virtual_alias_maps =3D ldap:demat
virtual_transport_maps =3D hash:/etc/postfix/transport
--8<--
--( /etc/postfix/transport )--
support@* otrs:
--8<--
How can I set otrs as a transport for postfix in this case ?
Regards,
[1]: http://doc.otrs.org/1.3/en/html/receiving-email-cmd.html#AEN642
[2]: http://www.postfix.org/big-picture.html
--=20
Rapha=EBl 'SurcouF' Bordet
http://debianfr.net/ | surcouf at debianfr dot net
I'm using postfix and cyrus-imapd on a rhel 3 and I would like to
create a transport for otrs instead of using POP3.
I can't use procmail because I'm using cyrus and sieve doesn't support
pipe to command. As I read in documentation[1], PostMaster.pl recevied
mail from standart input (like it's done with procmail configuration).
I've set this following transport in postfix configuration file:
--( /etc/postfix/master.cf )--
# OTRS
otrs unix - n n - - pipe
user=3Dotrs argv=3D/opt/otrs/bin/PostMaster.pl
--8<--
I've tried both transport_maps and virtual_transport_maps directives
but I'm using a external ldap database to store users and virtual have
the precedence on transport, according to "big picture"[2] of postfix...
--( /etc/postfix/main.cf )--
virtual_mailbox_maps =3D ldap:demat
virtual_alias_maps =3D ldap:demat
virtual_transport_maps =3D hash:/etc/postfix/transport
--8<--
--( /etc/postfix/transport )--
support@* otrs:
--8<--
How can I set otrs as a transport for postfix in this case ?
Regards,
[1]: http://doc.otrs.org/1.3/en/html/receiving-email-cmd.html#AEN642
[2]: http://www.postfix.org/big-picture.html
--=20
Rapha=EBl 'SurcouF' Bordet
http://debianfr.net/ | surcouf at debianfr dot net