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> 
<request@<hostname>> R=userforward defer (-17): error in redirect file: 
missing or malformed local part (expected word or "<") 
in "procmail_pipe:"
2003-06-03 15:45:33 HFX6N5-0000WG-CL == jake@<hostname> 
<request@<hostname>> routing defer (-51): retry time not reached
2003-06-03 15:45:33 HFX74O-0000GC-D0 == jake@<hostname> 
<request@<hostname>> routing defer (-51): retry time not reached
2003-06-03 15:45:33 End queue run: pid=1680


-----------------------------------
System Details
===================================
Windows 2000 sp3
Cygwin 1.3.2
cygwin cron-3.01 - running as service
cygwin procmail-3.22
cygwin exim-4.20 - running as service
        (dumping mail to /var/spool/mail/jake)
Apache 1.3 (win32 binaries, running as service of course)
MySQL 3.23.56 for Win32 - service
ActivePerl 5.6.1.635 
php Version 4.3.1
mySqladmin

====================================




_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to