
nirjhareswar at radixtechnologies
Jun 9, 2004, 8:32 PM
Post #3 of 8
(2043 views)
Permalink
|
Hello Paul, Thank you very much for the shell script, but this dint work. When I pipe the .qmail to this shell, this creates the mailpack files, but the actual extraction is not performed. I am not sure where I am making the mistake. I will really be thankful if I get some help on this. Thanks again Regards Nir Paul L Daniels wrote: >Hi there, > > > >>applicable for this user only. I added this line in the .qmail file: >>| ripmime -i - -d /home/test --syslog_on >> >> > >I think the problem here is that ripMIME doesn't actually pipe out the mailpack again. You probably need to write a >small shell script; like > > #!/bin/sh > > /home/test/mailpack.$$ > ripmime -i - -d /home/test --syslog-on > cat /home/test/mailpack.$$ > rm /home/test/mailpack > exit 0 > >I'm no qmail expert, so I may well be wrong here - perhaps someone with qmail experience can assist? > > > -- Nirjhareswar Banerjee nirjhareswar [at] radixtechnologies Project Team Lead RadixTechnologies http://www.radixtechnologies.com Cellular Phone No (Direct): +919830223348 ******************** "NOTICE: The information contained in this electronic mail transmission is intended by RadixTechnologies for the use of the named individual or entity to which it is directed and may contain information that is privileged or otherwise confidential. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply email or by telephone, so that the sender's address records can be corrected." ********************
|