[xmail] Re: Problems with mailproc.tab on a Linux box

2002-04-11 Thread David Smith
Ok... but that still doesn't work. Oh well... I've just created a script that runs every 30 seconds and checks the contents of the Maildir for new messages. It's not ideal but it does get the job done. Thanks for your help. I'll probably trip over the answer later on with a resounding 'Doh!!'

[xmail] Re: Problems with mailproc.tab on a Linux box

2002-04-11 Thread David Smith
I stored the script in the same directory as mailproc.tab and have used the full path to the script in mailproc as one variant. Does XMail run chrooted? Thanks. --David On Thu, 2002-04-11 at 14:02, Davide Libenzi wrote: > > On 11 Apr 2002, David Smith wrote: > > > > > syntax is as follows:

[xmail] Re: Problems with mailproc.tab on a Linux box

2002-04-11 Thread David Smith
syntax is as follows: "external" "0" "5" "notice.sh" notice.sh is: #!/bin/sh echo 'I've been run.' > xmailproc.tab Above is one of many variants I've tried and as near as I can tell by the example in xmailuser/mailproc.tab and the docs should be valid syntax. The tabs are as real