5 messages in net.sourceforge.lists.courier-maildrop[maildropl] Re: xfilter with anomy sa...
FromSent OnAttachments
Chris BrintonMay 27, 2003 7:38 am 
Sam VarshavchikMay 27, 2003 8:08 am 
EmilianoMay 27, 2003 11:07 am 
Gerardo A. GregoryMay 27, 2003 11:35 am 
EmilianoMay 27, 2003 12:04 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] Re: xfilter with anomy sanitizerActions...
From:Gerardo A. Gregory (ggre@affinitas.net)
Date:May 27, 2003 11:35:47 am
List:net.sourceforge.lists.courier-maildrop

Look at your permissions, for both your .mailfilter file and also for your anomy perl script (must be executble - if I remmember correctly when using .mailfilter files the "users" uid/gid are being used, so if the anomy script is not executable by the "user" it will not work)

sanitizer.pl should have -rwxr-xr-x and the config file there should be read permissions for the owner/group/everyone else....

If these are ok, check your anomy config, I had also been unable to filter the messages with a bad config file.

hope this helps, good luck!

Gerardo

Emiliano writes:

Hello to everyone. I have Postfix+mysql+maildrop with virtual users working. Now I want to add anomy sanitizer to my .mailfilter file. So I put:

ANOMY=/usr/local/anomy/ xfilter "/usr/local/anomy/bin/sanitizer.pl /usr/local/anomy/anomy.conf"

And my logs says: May 27 14:54:10 linux2 postfix/local[15195]: 9D5D3A517: to=<emil@climafin.com.ar>, relay= local, delay=1, status=deferred (temporary failure. Command output: bash: /usr/local/anomy/sanitiz er.pl: Permission denied maildrop: error writing to filter. /usr/local/bin/maildrop: Unable to fil ter message. )

Any Ideas..? Thanks... Emiliano.