Package: rt3.4-clients
Version: 3.4.1-2
Severity: wishlist
Hi,
Please add the following information for configuration of RT + exim4
in /usr/share/doc/rt3.4-clients/README.Debian (please write it better
since I'm not a native english speaker)
Thanks,
Pedro
To configure RT + exim4, do this:
append the following two lines to /etc/aliases:
rt: "|/usr/bin/rt-mailgate --queue General --action correspond --url <URL>"
rt-comment: "|/usr/bin/rt-mailgate --queue Geral --action comment --url <URL>"
now, there are two options
1- (using exim splitted config)
2- (using exim not-splitted config)
for (1) do this - create a file:
echo "SYSTEM_ALIASES_PIPE_TRANSPORT = address_pipe" >>
/etc/exim4/conf.d/main/90_exim4-config_requesttracker
for (2) do this:
edit the file /etc/exim4/exim4.conf.template and find the line "begin acl"
before this line, add a line with:
SYSTEM_ALIASES_PIPE_TRANSPORT = address_pipe
after (1) or (2), do this:
/usr/sbin/update-exim4.conf
/etc/init.d/exim4 reload
done! RT should work with exim4
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Versions of packages rt3.4-clients depends on:
ii exim4 4.50-8 metapackage to ease exim MTA (v4)
ii exim4-daemon-light [mail-tran 4.50-8 lightweight exim MTA (v4) daemon
ii libhtml-format-perl 2.04-1 Format HTML syntax trees
ii libhtml-tree-perl 3.18-1 represent and create HTML syntax t
ii libwww-perl 5.803-4 WWW client/server library for Perl
ii perl 5.8.4-8 Larry Wall's Practical Extraction
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]