After much messing around my server company finally tells me that the
directory paths needed will be different than when I test on the command
line.

So I have changed the paths within the .qmail-user file but is there any
other paths I will have to change in any config files? (i have changed the
paths in the ifspamh file which i am using).

Thanks 



Matus UHLAR - fantomas wrote:
> 
> On 09.01.09 03:58, dave_c00 wrote:
>> I am now trying to edit my .qmail-<user> file to filter it and send it on
>> but am having no luck in getting it working. The original file looked
>> like
>> this:
>> 
>> #mailbox
>> ./users/<user>/Maildir/
>> 
>> I have tried just the line:
>> 
>> | spamc ./users/<user>/Maildir/
> 
> this won't work - spamc does not understand the "./users/<user>/Maildir/"
> argument as dir to store to. spamc accepts mail from input and passes it
> to
> output. It you have program that receives mail from input and stores it to
> maildir, you probably can use
> 
> | spamc | <program> <...>/Maildir/
> 
> Otherwise you can use procmail or maildrop, in which you can use spamc as
> filter (f flag in procmail, xfilter command in maildrop).
> 
> -- 
> Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
> Warning: I wish NOT to receive e-mail advertising to this address.
> Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
> WinError #98652: Operation completed successfully.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Novice-Installation-Help-tp21351780p21417946.html
Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Reply via email to