Re: [Lurker-users] Fetchmail and lurker was Re: Permissions errors
Brought to you by:
terpstra
From: Gerald L. <ger...@sy...> - 2009-09-19 19:25:53
|
On Sat, 19 Sep 2009 12:15:51 +0200 legolas558 <leg...@em...> wrote: > Gerald Livingston ha scritto: > > On Fri, 18 Sep 2009 20:42:03 +0200 > > legolas558 <leg...@em...> wrote: > Hi Gerald, > > it has elapsed quite some time but I remember I also tried this > approach, then had to abandon it because it simply did not work. I am > no linux/mail guru but I will tell you how I got the job done (it > took a week to me). Forget about the standard mail program and/or the > mail aliases, I couldn't get it working with lurker. > I went ahead and installed procmail. Delivery through procmail works fine with the following /home/bska-archive/.procmailrc ---------------CUT------------------ # Please check if all the paths in PATH are reachable, remove the ones that # are not. PATH=$HOME/bin:/usr/bin:/bin:/usr/local/bin:. MAILDIR=$HOME/Mail # You'd better make sure it exists DEFAULT=$MAILDIR/mbox LOGFILE=$MAILDIR/proc.log LOCKFILE=$HOME/.lockmail SHELL=/bin/sh :0: | /usr/bin/lurker-index -l buskatiers -m ---------------CUT------------------ This is not going to work if I want to install lurker on a full virtual mail system (no local users) later but I'll pick at other solutions a bit when I have time. I think I have it figured out (using postfix mailbox_command_maps) but I'll need to work out the command structure and also write a wrapper script to rip the listname out of the username. Thanks, Gerald |