
I was able to get PostMaster.pl to work
/opt/otrs/doc/test-email-1.box | /opt/otrs/bin/PostMaster.pl
It loads in the email fine.
I was able to get procmail to work:
procmail VERBOSE=yes ./.procmailrc < doc/test-email-
1.box
It loaded the email in the system fine.
But I can't quite seem to get exim to connect to procmail. I've tried
creating a .forward file with what I think are some commands for exim
to connect to procmail but they don't quite seem to work
If anyone's had any luck connecting exim and procmail on a Windows 2000
box, I'd appreciate the help.
(the version was 1.1.1. I must've goofed up. thanks)
-------------------------------------------------------------------
/opt/otrs/.forward
==================================
procmail_pipe:
driver = pipe
envelope_to_add
command = "/usr/bin/procmail -a ${sender_address} -d ${local_part}"
return_path_add
delivery_date_add
envelope_to_add
check_string = "From "
escape_string = ">From "
user = $local_part
group = mail
procmail:
driver = localuser
transport = procmail_pipe
-------------------------------------------------------------------
D:\cygwin\var\log\exim\exim_main.log
==================================
(last relevant section only...[hostname replaced w/ <hostname>])
2003-06-03 15:45:33 Start queue run: pid=1680
2003-06-03 15:45:33 HFX7GO-0000VS-QW == jake@<hostname>

Hi Jake, On Wed, Jun 04, 2003 at 08:47:18AM -0400, Covert, Jake wrote:
I was able to get PostMaster.pl to work
/opt/otrs/doc/test-email-1.box | /opt/otrs/bin/PostMaster.pl
It loads in the email fine.
I was able to get procmail to work:
procmail VERBOSE=yes ./.procmailrc < doc/test-email- 1.box
It loaded the email in the system fine.
But I can't quite seem to get exim to connect to procmail. I've tried creating a .forward file with what I think are some commands for exim to connect to procmail but they don't quite seem to work [...]
I'm not familiar with exim. But why do you not use the exim filter (http://www.exim.org/exim-html-4.20/doc/html/filter_toc.html) with the existing ".mailfilter" from the OTRS package? -=> So you don't need to use procmail. Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Old programmers never die. They just branch to a new address.
participants (2)
-
Covert, Jake
-
Martin Edenhofer